COLOR #578475

HEX: #578475
RGB: (87,132,117)

Color info

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

RGB color model

#578475 color RGB value is (87,132,117).

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

RGB channels and saturation

R 87 of 255 = 34%
G 132 of 255 = 52%
B 117 of 255 = 46%

87
132
117

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

Portions of RGB colors in percentages

R + G + B =
87 + 132 + 117 = 336 (100%)
R 87 of 336 ~ 25.89%
G 132 of 336 ~ 39.29%
B 117 of 336 ~ 34.82%

%25.89
%39.29
%34.82

CMYK color model

#578475 color CMYK value is (34,0,11,48).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(34,0,11,48)
C34M0Y11K48 
(34%,0%,11%,48%)
(0.34/0.00/0.11/0.48)	

CMYK percentages

%34.09
%0
%11.36
%48.24

Codes

Color #578475 in popluar color models

578475
RGB87132117
HSL160°20.55%42.94%
HSB/HSV160°34.09%51.76%
CMYK34.09%0.00%11.36%
48.24%

Color #578475 in popluar number systems.

HEX578475
Decimal87132117
Binary1010111100001001110101
Octal127204165

Shades and tints

Shades of #578475

#578475
(87,132,117)
#50786B
(80,120,107)
#496C61
(73,108,97)
#426057
(66,96,87)
#3B544D
(59,84,77)
#344843
(52,72,67)
#2D3C39
(45,60,57)
#26302F
(38,48,47)
#1F2425
(31,36,37)
#18181B
(24,24,27)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #578475

#578475
(87,132,117)
#668F81
(102,143,129)
#759A8D
(117,154,141)
#84A599
(132,165,153)
#93B0A5
(147,176,165)
#A2BBB1
(162,187,177)
#B1C6BD
(177,198,189)
#C0D1C9
(192,209,201)
#CFDCD5
(207,220,213)
#DEE7E1
(222,231,225)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578475; }

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

This text font color is #578475.


Background Color

.myBgColor { background-color: #578475; }

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

This div background color is #578475.


Border color

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

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

This div border color is #578475.


Opacity

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

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

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

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

This text has shadow with #578475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578475 on black background.


Color preview on white background

This text has color #578475 on white background.



Black color preview on #578475 background

This text has black color on #578475 background.


White color preview on #578475 background

This text has white color on #578475 background.