COLOR #509B81

HEX: #509B81
RGB: (80,155,129)

Color info

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

RGB color model

#509B81 color RGB value is (80,155,129).

  • red value is 80;
  • green value is 155;
  • blue value is 129.
RGB:
(80,155,129)
(31%,61%,51%)

RGB channels and saturation

R 80 of 255 = 31%
G 155 of 255 = 61%
B 129 of 255 = 51%

80
155
129

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

Portions of RGB colors in percentages

R + G + B =
80 + 155 + 129 = 364 (100%)
R 80 of 364 ~ 21.98%
G 155 of 364 ~ 42.58%
B 129 of 364 ~ 35.44%

%21.98
%42.58
%35.44

CMYK color model

#509B81 color CMYK value is (48,0,17,39).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 39.22%
CMYK:
(48,0,17,39)
C48M0Y17K39 
(48%,0%,17%,39%)
(0.48/0.00/0.17/0.39)	

CMYK percentages

%48.39
%0
%16.77
%39.22

Codes

Color #509B81 in popluar color models

509B81
RGB80155129
HSL159°31.91%46.08%
HSB/HSV159°48.39%60.78%
CMYK48.39%0.00%16.77%
39.22%

Color #509B81 in popluar number systems.

HEX509B81
Decimal80155129
Binary10100001001101110000001
Octal120233201

Shades and tints

Shades of #509B81

#509B81
(80,155,129)
#498D76
(73,141,118)
#427F6B
(66,127,107)
#3B7160
(59,113,96)
#346355
(52,99,85)
#2D554A
(45,85,74)
#26473F
(38,71,63)
#1F3934
(31,57,52)
#182B29
(24,43,41)
#111D1E
(17,29,30)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #509B81

#509B81
(80,155,129)
#5FA48C
(95,164,140)
#6EAD97
(110,173,151)
#7DB6A2
(125,182,162)
#8CBFAD
(140,191,173)
#9BC8B8
(155,200,184)
#AAD1C3
(170,209,195)
#B9DACE
(185,218,206)
#C8E3D9
(200,227,217)
#D7ECE4
(215,236,228)
#E6F5EF
(230,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509B81 color. Also use rgb(80,155,129) instead hex code.

Text Font Color

.myTextColor { color: #509B81; }

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

This text font color is #509B81.


Background Color

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

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

This div background color is #509B81.


Border color

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

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

This div border color is #509B81.


Opacity

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

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

Text with #509B81 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 #509B81;}

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

This text has shadow with #509B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509B81 on black background.


Color preview on white background

This text has color #509B81 on white background.



Black color preview on #509B81 background

This text has black color on #509B81 background.


White color preview on #509B81 background

This text has white color on #509B81 background.