COLOR #576D4E

HEX: #576D4E
RGB: (87,109,78)

Color info

#576D4E contains red, green and blue colors in about the same proportion. Web safe color of #576D4E is #666666 (or #666).

RGB color model

#576D4E color RGB value is (87,109,78).

  • red value is 87;
  • green value is 109;
  • blue value is 78.
RGB:
(87,109,78)
(34%,43%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 78 of 255 = 31%

87
109
78

R + G + B ~ 36%. #576D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 78 = 274 (100%)
R 87 of 274 ~ 31.75%
G 109 of 274 ~ 39.78%
B 78 of 274 ~ 28.47%

%31.75
%39.78
%28.47

CMYK color model

#576D4E color CMYK value is (20,0,28,57).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 57.25%
CMYK:
(20,0,28,57)
C20M0Y28K57 
(20%,0%,28%,57%)
(0.20/0.00/0.28/0.57)	

CMYK percentages

%20.18
%0
%28.44
%57.25

Codes

Color #576D4E in popluar color models

576D4E
RGB8710978
HSL103°16.58%36.67%
HSB/HSV103°28.44%42.75%
CMYK20.18%0.00%28.44%
57.25%

Color #576D4E in popluar number systems.

HEX576D4E
Decimal8710978
Binary101011111011011001110
Octal127155116

Shades and tints

Shades of #576D4E

#576D4E
(87,109,78)
#506447
(80,100,71)
#495B40
(73,91,64)
#425239
(66,82,57)
#3B4932
(59,73,50)
#34402B
(52,64,43)
#2D3724
(45,55,36)
#262E1D
(38,46,29)
#1F2516
(31,37,22)
#181C0F
(24,28,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #576D4E

#576D4E
(87,109,78)
#667A5E
(102,122,94)
#75876E
(117,135,110)
#84947E
(132,148,126)
#93A18E
(147,161,142)
#A2AE9E
(162,174,158)
#B1BBAE
(177,187,174)
#C0C8BE
(192,200,190)
#CFD5CE
(207,213,206)
#DEE2DE
(222,226,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576D4E color. Also use rgb(87,109,78) instead hex code.

Text Font Color

.myTextColor { color: #576D4E; }

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

This text font color is #576D4E.


Background Color

.myBgColor { background-color: #576D4E; }

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

This div background color is #576D4E.


Border color

.myBorderColor { border: 1px solid #576D4E; }

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

This div border color is #576D4E.


Opacity

.myOpacity80 { color: #576D4E; opacity: 0.8; }

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

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

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

This text has shadow with #576D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D4E on black background.


Color preview on white background

This text has color #576D4E on white background.



Black color preview on #576D4E background

This text has black color on #576D4E background.


White color preview on #576D4E background

This text has white color on #576D4E background.