COLOR #509E8A

HEX: #509E8A
RGB: (80,158,138)

Color info

#509E8A contains mainly green and blue colors. Web safe color of #509E8A is #669999 (or #699).

RGB color model

#509E8A color RGB value is (80,158,138).

  • red value is 80;
  • green value is 158;
  • blue value is 138.
RGB:
(80,158,138)
(31%,62%,54%)

RGB channels and saturation

R 80 of 255 = 31%
G 158 of 255 = 62%
B 138 of 255 = 54%

80
158
138

R + G + B ~ 49%. #509E8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 158 + 138 = 376 (100%)
R 80 of 376 ~ 21.28%
G 158 of 376 ~ 42.02%
B 138 of 376 ~ 36.7%

%21.28
%42.02
%36.7

CMYK color model

#509E8A color CMYK value is (49,0,13,38).

  • cyan value is 49.37%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 38.04%
CMYK:
(49,0,13,38)
C49M0Y13K38 
(49%,0%,13%,38%)
(0.49/0.00/0.13/0.38)	

CMYK percentages

%49.37
%0
%12.66
%38.04

Codes

Color #509E8A in popluar color models

509E8A
RGB80158138
HSL165°32.77%46.67%
HSB/HSV165°49.37%61.96%
CMYK49.37%0.00%12.66%
38.04%

Color #509E8A in popluar number systems.

HEX509E8A
Decimal80158138
Binary10100001001111010001010
Octal120236212

Shades and tints

Shades of #509E8A

#509E8A
(80,158,138)
#49907E
(73,144,126)
#428272
(66,130,114)
#3B7466
(59,116,102)
#34665A
(52,102,90)
#2D584E
(45,88,78)
#264A42
(38,74,66)
#1F3C36
(31,60,54)
#182E2A
(24,46,42)
#11201E
(17,32,30)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #509E8A

#509E8A
(80,158,138)
#5FA694
(95,166,148)
#6EAE9E
(110,174,158)
#7DB6A8
(125,182,168)
#8CBEB2
(140,190,178)
#9BC6BC
(155,198,188)
#AACEC6
(170,206,198)
#B9D6D0
(185,214,208)
#C8DEDA
(200,222,218)
#D7E6E4
(215,230,228)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509E8A color. Also use rgb(80,158,138) instead hex code.

Text Font Color

.myTextColor { color: #509E8A; }

<p style="color:#509E8A">This sample text font color is #509E8A.</p>

This text font color is #509E8A.


Background Color

.myBgColor { background-color: #509E8A; }

<div style="background-color:#509E8A">Inner text</div>

This div background color is #509E8A.


Border color

.myBorderColor { border: 1px solid #509E8A; }

<div style="border:3px solid #509E8A">Div</div>

This div border color is #509E8A.


Opacity

.myOpacity80 { color: #509E8A; opacity: 0.8; }

<p style="color:#509E8A;opacity:0.8;">80%</p>

Text with #509E8A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #509E8A;}

<p style="text-shadow: 3px 3px 1px #509E8A">Text here.</p>

This text has shadow with #509E8A color.

.textShadow {text-shadow: 3px 3px 1px #509E8A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #509E8A, 5px 5px 20px red">Text here.</p>

This text has shadow with #509E8A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#509E8A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#509E8A, Direction=45, Strength=4)">Text</p>

This text has shadow with #509E8A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #509E8A;
  -webkit-box-shadow:	1px 1px 3px 2px #509E8A;
  box-shadow:		1px 1px 3px 2px #509E8A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #509E8A;
-webkit-box-shadow: 1px 1px 3px 2px #509E8A;
box-shadow:1px 1px 3px 2px #509E8A;">
Div content here</div>
This div box has shadow with color #509E8A.

Preview

Color preview on black background

This text has color #509E8A on black background.


Color preview on white background

This text has color #509E8A on white background.



Black color preview on #509E8A background

This text has black color on #509E8A background.


White color preview on #509E8A background

This text has white color on #509E8A background.