COLOR #578572

HEX: #578572
RGB: (87,133,114)

Color info

#578572 contains red, green and blue colors in about the same proportion. Web safe color of #578572 is #669966 (or #696).

RGB color model

#578572 color RGB value is (87,133,114).

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

RGB channels and saturation

R 87 of 255 = 34%
G 133 of 255 = 52%
B 114 of 255 = 45%

87
133
114

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

Portions of RGB colors in percentages

R + G + B =
87 + 133 + 114 = 334 (100%)
R 87 of 334 ~ 26.05%
G 133 of 334 ~ 39.82%
B 114 of 334 ~ 34.13%

%26.05
%39.82
%34.13

CMYK color model

#578572 color CMYK value is (35,0,14,48).

  • cyan value is 34.59%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(35,0,14,48)
C35M0Y14K48 
(35%,0%,14%,48%)
(0.35/0.00/0.14/0.48)	

CMYK percentages

%34.59
%0
%14.29
%47.84

Codes

Color #578572 in popluar color models

578572
RGB87133114
HSL155°20.91%43.14%
HSB/HSV155°34.59%52.16%
CMYK34.59%0.00%14.29%
47.84%

Color #578572 in popluar number systems.

HEX578572
Decimal87133114
Binary1010111100001011110010
Octal127205162

Shades and tints

Shades of #578572

#578572
(87,133,114)
#507968
(80,121,104)
#496D5E
(73,109,94)
#426154
(66,97,84)
#3B554A
(59,85,74)
#344940
(52,73,64)
#2D3D36
(45,61,54)
#26312C
(38,49,44)
#1F2522
(31,37,34)
#181918
(24,25,24)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #578572

#578572
(87,133,114)
#66907E
(102,144,126)
#759B8A
(117,155,138)
#84A696
(132,166,150)
#93B1A2
(147,177,162)
#A2BCAE
(162,188,174)
#B1C7BA
(177,199,186)
#C0D2C6
(192,210,198)
#CFDDD2
(207,221,210)
#DEE8DE
(222,232,222)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578572; }

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

This text font color is #578572.


Background Color

.myBgColor { background-color: #578572; }

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

This div background color is #578572.


Border color

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

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

This div border color is #578572.


Opacity

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

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

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

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

This text has shadow with #578572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578572 on black background.


Color preview on white background

This text has color #578572 on white background.



Black color preview on #578572 background

This text has black color on #578572 background.


White color preview on #578572 background

This text has white color on #578572 background.