COLOR #578470

HEX: #578470
RGB: (87,132,112)

Color info

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

RGB color model

#578470 color RGB value is (87,132,112).

  • red value is 87;
  • green value is 132;
  • blue value is 112.
RGB:
(87,132,112)
(34%,52%,44%)

RGB channels and saturation

R 87 of 255 = 34%
G 132 of 255 = 52%
B 112 of 255 = 44%

87
132
112

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

Portions of RGB colors in percentages

R + G + B =
87 + 132 + 112 = 331 (100%)
R 87 of 331 ~ 26.28%
G 132 of 331 ~ 39.88%
B 112 of 331 ~ 33.84%

%26.28
%39.88
%33.84

CMYK color model

#578470 color CMYK value is (34,0,15,48).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 48.24%
CMYK:
(34,0,15,48)
C34M0Y15K48 
(34%,0%,15%,48%)
(0.34/0.00/0.15/0.48)	

CMYK percentages

%34.09
%0
%15.15
%48.24

Codes

Color #578470 in popluar color models

578470
RGB87132112
HSL153°20.55%42.94%
HSB/HSV153°34.09%51.76%
CMYK34.09%0.00%15.15%
48.24%

Color #578470 in popluar number systems.

HEX578470
Decimal87132112
Binary1010111100001001110000
Octal127204160

Shades and tints

Shades of #578470

#578470
(87,132,112)
#507866
(80,120,102)
#496C5C
(73,108,92)
#426052
(66,96,82)
#3B5448
(59,84,72)
#34483E
(52,72,62)
#2D3C34
(45,60,52)
#26302A
(38,48,42)
#1F2420
(31,36,32)
#181816
(24,24,22)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #578470

#578470
(87,132,112)
#668F7D
(102,143,125)
#759A8A
(117,154,138)
#84A597
(132,165,151)
#93B0A4
(147,176,164)
#A2BBB1
(162,187,177)
#B1C6BE
(177,198,190)
#C0D1CB
(192,209,203)
#CFDCD8
(207,220,216)
#DEE7E5
(222,231,229)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578470 color. Also use rgb(87,132,112) instead hex code.

Text Font Color

.myTextColor { color: #578470; }

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

This text font color is #578470.


Background Color

.myBgColor { background-color: #578470; }

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

This div background color is #578470.


Border color

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

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

This div border color is #578470.


Opacity

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

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

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

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

This text has shadow with #578470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578470 on black background.


Color preview on white background

This text has color #578470 on white background.



Black color preview on #578470 background

This text has black color on #578470 background.


White color preview on #578470 background

This text has white color on #578470 background.