COLOR #578566

HEX: #578566
RGB: (87,133,102)

Color info

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

RGB color model

#578566 color RGB value is (87,133,102).

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

RGB channels and saturation

R 87 of 255 = 34%
G 133 of 255 = 52%
B 102 of 255 = 40%

87
133
102

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

Portions of RGB colors in percentages

R + G + B =
87 + 133 + 102 = 322 (100%)
R 87 of 322 ~ 27.02%
G 133 of 322 ~ 41.3%
B 102 of 322 ~ 31.68%

%27.02
%41.3
%31.68

CMYK color model

#578566 color CMYK value is (35,0,23,48).

  • cyan value is 34.59%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 47.84%
CMYK:
(35,0,23,48)
C35M0Y23K48 
(35%,0%,23%,48%)
(0.35/0.00/0.23/0.48)	

CMYK percentages

%34.59
%0
%23.31
%47.84

Codes

Color #578566 in popluar color models

578566
RGB87133102
HSL140°20.91%43.14%
HSB/HSV140°34.59%52.16%
CMYK34.59%0.00%23.31%
47.84%

Color #578566 in popluar number systems.

HEX578566
Decimal87133102
Binary1010111100001011100110
Octal127205146

Shades and tints

Shades of #578566

#578566
(87,133,102)
#50795D
(80,121,93)
#496D54
(73,109,84)
#42614B
(66,97,75)
#3B5542
(59,85,66)
#344939
(52,73,57)
#2D3D30
(45,61,48)
#263127
(38,49,39)
#1F251E
(31,37,30)
#181915
(24,25,21)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #578566

#578566
(87,133,102)
#669073
(102,144,115)
#759B80
(117,155,128)
#84A68D
(132,166,141)
#93B19A
(147,177,154)
#A2BCA7
(162,188,167)
#B1C7B4
(177,199,180)
#C0D2C1
(192,210,193)
#CFDDCE
(207,221,206)
#DEE8DB
(222,232,219)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578566; }

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

This text font color is #578566.


Background Color

.myBgColor { background-color: #578566; }

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

This div background color is #578566.


Border color

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

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

This div border color is #578566.


Opacity

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

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

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

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

This text has shadow with #578566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578566 on black background.


Color preview on white background

This text has color #578566 on white background.



Black color preview on #578566 background

This text has black color on #578566 background.


White color preview on #578566 background

This text has white color on #578566 background.