COLOR #576D48

HEX: #576D48
RGB: (87,109,72)

Color info

#576D48 contains red, green and blue colors in about the same proportion. Web safe color of #576D48 is #666633 (or #663).

RGB color model

#576D48 color RGB value is (87,109,72).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 72 of 255 = 28%

87
109
72

R + G + B ~ 35%. #576D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 72 = 268 (100%)
R 87 of 268 ~ 32.46%
G 109 of 268 ~ 40.67%
B 72 of 268 ~ 26.87%

%32.46
%40.67
%26.87

CMYK color model

#576D48 color CMYK value is (20,0,34,57).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 57.25%
CMYK:
(20,0,34,57)
C20M0Y34K57 
(20%,0%,34%,57%)
(0.20/0.00/0.34/0.57)	

CMYK percentages

%20.18
%0
%33.94
%57.25

Codes

Color #576D48 in popluar color models

576D48
RGB8710972
HSL96°20.44%35.49%
HSB/HSV96°33.94%42.75%
CMYK20.18%0.00%33.94%
57.25%

Color #576D48 in popluar number systems.

HEX576D48
Decimal8710972
Binary101011111011011001000
Octal127155110

Shades and tints

Shades of #576D48

#576D48
(87,109,72)
#506442
(80,100,66)
#495B3C
(73,91,60)
#425236
(66,82,54)
#3B4930
(59,73,48)
#34402A
(52,64,42)
#2D3724
(45,55,36)
#262E1E
(38,46,30)
#1F2518
(31,37,24)
#181C12
(24,28,18)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #576D48

#576D48
(87,109,72)
#667A58
(102,122,88)
#758768
(117,135,104)
#849478
(132,148,120)
#93A188
(147,161,136)
#A2AE98
(162,174,152)
#B1BBA8
(177,187,168)
#C0C8B8
(192,200,184)
#CFD5C8
(207,213,200)
#DEE2D8
(222,226,216)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D48; }

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

This text font color is #576D48.


Background Color

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

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

This div background color is #576D48.


Border color

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

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

This div border color is #576D48.


Opacity

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

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

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

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

This text has shadow with #576D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D48 on black background.


Color preview on white background

This text has color #576D48 on white background.



Black color preview on #576D48 background

This text has black color on #576D48 background.


White color preview on #576D48 background

This text has white color on #576D48 background.