COLOR #579972

HEX: #579972
RGB: (87,153,114)

Color info

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

RGB color model

#579972 color RGB value is (87,153,114).

  • red value is 87;
  • green value is 153;
  • blue value is 114.
RGB:
(87,153,114)
(34%,60%,45%)

RGB channels and saturation

R 87 of 255 = 34%
G 153 of 255 = 60%
B 114 of 255 = 45%

87
153
114

R + G + B ~ 46%. #579972 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 153 + 114 = 354 (100%)
R 87 of 354 ~ 24.58%
G 153 of 354 ~ 43.22%
B 114 of 354 ~ 32.2%

%24.58
%43.22
%32.2

CMYK color model

#579972 color CMYK value is (43,0,25,40).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 40.00%
CMYK:
(43,0,25,40)
C43M0Y25K40 
(43%,0%,25%,40%)
(0.43/0.00/0.25/0.40)	

CMYK percentages

%43.14
%0
%25.49
%40

Codes

Color #579972 in popluar color models

579972
RGB87153114
HSL145°27.50%47.06%
HSB/HSV145°43.14%60.00%
CMYK43.14%0.00%25.49%
40.00%

Color #579972 in popluar number systems.

HEX579972
Decimal87153114
Binary1010111100110011110010
Octal127231162

Shades and tints

Shades of #579972

#579972
(87,153,114)
#508C68
(80,140,104)
#497F5E
(73,127,94)
#427254
(66,114,84)
#3B654A
(59,101,74)
#345840
(52,88,64)
#2D4B36
(45,75,54)
#263E2C
(38,62,44)
#1F3122
(31,49,34)
#182418
(24,36,24)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #579972

#579972
(87,153,114)
#66A27E
(102,162,126)
#75AB8A
(117,171,138)
#84B496
(132,180,150)
#93BDA2
(147,189,162)
#A2C6AE
(162,198,174)
#B1CFBA
(177,207,186)
#C0D8C6
(192,216,198)
#CFE1D2
(207,225,210)
#DEEADE
(222,234,222)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579972 color. Also use rgb(87,153,114) instead hex code.

Text Font Color

.myTextColor { color: #579972; }

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

This text font color is #579972.


Background Color

.myBgColor { background-color: #579972; }

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

This div background color is #579972.


Border color

.myBorderColor { border: 1px solid #579972; }

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

This div border color is #579972.


Opacity

.myOpacity80 { color: #579972; opacity: 0.8; }

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

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

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

This text has shadow with #579972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579972 on black background.


Color preview on white background

This text has color #579972 on white background.



Black color preview on #579972 background

This text has black color on #579972 background.


White color preview on #579972 background

This text has white color on #579972 background.