COLOR #576D30

HEX: #576D30
RGB: (87,109,48)

Color info

#576D30 contains mainly red and green colors. Web safe color of #576D30 is #666633 (or #663).

RGB color model

#576D30 color RGB value is (87,109,48).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 48 of 255 = 19%

87
109
48

R + G + B ~ 32%. #576D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 48 = 244 (100%)
R 87 of 244 ~ 35.66%
G 109 of 244 ~ 44.67%
B 48 of 244 ~ 19.67%

%35.66
%44.67
%19.67

CMYK color model

#576D30 color CMYK value is (20,0,56,57).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 55.96%
  • key color value is 57.25%
CMYK:
(20,0,56,57)
C20M0Y56K57 
(20%,0%,56%,57%)
(0.20/0.00/0.56/0.57)	

CMYK percentages

%20.18
%0
%55.96
%57.25

Codes

Color #576D30 in popluar color models

576D30
RGB8710948
HSL82°38.85%30.78%
HSB/HSV82°55.96%42.75%
CMYK20.18%0.00%55.96%
57.25%

Color #576D30 in popluar number systems.

HEX576D30
Decimal8710948
Binary10101111101101110000
Octal12715560

Shades and tints

Shades of #576D30

#576D30
(87,109,48)
#50642C
(80,100,44)
#495B28
(73,91,40)
#425224
(66,82,36)
#3B4920
(59,73,32)
#34401C
(52,64,28)
#2D3718
(45,55,24)
#262E14
(38,46,20)
#1F2510
(31,37,16)
#181C0C
(24,28,12)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #576D30

#576D30
(87,109,48)
#667A42
(102,122,66)
#758754
(117,135,84)
#849466
(132,148,102)
#93A178
(147,161,120)
#A2AE8A
(162,174,138)
#B1BB9C
(177,187,156)
#C0C8AE
(192,200,174)
#CFD5C0
(207,213,192)
#DEE2D2
(222,226,210)
#EDEFE4
(237,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D30; }

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

This text font color is #576D30.


Background Color

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

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

This div background color is #576D30.


Border color

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

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

This div border color is #576D30.


Opacity

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

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

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

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

This text has shadow with #576D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D30 on black background.


Color preview on white background

This text has color #576D30 on white background.



Black color preview on #576D30 background

This text has black color on #576D30 background.


White color preview on #576D30 background

This text has white color on #576D30 background.