COLOR #509A72

HEX: #509A72
RGB: (80,154,114)

Color info

#509A72 contains mainly green and blue colors. Web safe color of #509A72 is #669966 (or #696).

RGB color model

#509A72 color RGB value is (80,154,114).

  • red value is 80;
  • green value is 154;
  • blue value is 114.
RGB:
(80,154,114)
(31%,60%,45%)

RGB channels and saturation

R 80 of 255 = 31%
G 154 of 255 = 60%
B 114 of 255 = 45%

80
154
114

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

Portions of RGB colors in percentages

R + G + B =
80 + 154 + 114 = 348 (100%)
R 80 of 348 ~ 22.99%
G 154 of 348 ~ 44.25%
B 114 of 348 ~ 32.76%

%22.99
%44.25
%32.76

CMYK color model

#509A72 color CMYK value is (48,0,26,40).

  • cyan value is 48.05%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 39.61%
CMYK:
(48,0,26,40)
C48M0Y26K40 
(48%,0%,26%,40%)
(0.48/0.00/0.26/0.40)	

CMYK percentages

%48.05
%0
%25.97
%39.61

Codes

Color #509A72 in popluar color models

509A72
RGB80154114
HSL148°31.62%45.88%
HSB/HSV148°48.05%60.39%
CMYK48.05%0.00%25.97%
39.61%

Color #509A72 in popluar number systems.

HEX509A72
Decimal80154114
Binary1010000100110101110010
Octal120232162

Shades and tints

Shades of #509A72

#509A72
(80,154,114)
#498C68
(73,140,104)
#427E5E
(66,126,94)
#3B7054
(59,112,84)
#34624A
(52,98,74)
#2D5440
(45,84,64)
#264636
(38,70,54)
#1F382C
(31,56,44)
#182A22
(24,42,34)
#111C18
(17,28,24)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #509A72

#509A72
(80,154,114)
#5FA37E
(95,163,126)
#6EAC8A
(110,172,138)
#7DB596
(125,181,150)
#8CBEA2
(140,190,162)
#9BC7AE
(155,199,174)
#AAD0BA
(170,208,186)
#B9D9C6
(185,217,198)
#C8E2D2
(200,226,210)
#D7EBDE
(215,235,222)
#E6F4EA
(230,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509A72 color. Also use rgb(80,154,114) instead hex code.

Text Font Color

.myTextColor { color: #509A72; }

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

This text font color is #509A72.


Background Color

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

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

This div background color is #509A72.


Border color

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

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

This div border color is #509A72.


Opacity

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

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

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

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

This text has shadow with #509A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509A72 on black background.


Color preview on white background

This text has color #509A72 on white background.



Black color preview on #509A72 background

This text has black color on #509A72 background.


White color preview on #509A72 background

This text has white color on #509A72 background.