COLOR #576D2F

HEX: #576D2F
RGB: (87,109,47)

Color info

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

RGB color model

#576D2F color RGB value is (87,109,47).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 47 of 255 = 18%

87
109
47

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

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 47 = 243 (100%)
R 87 of 243 ~ 35.8%
G 109 of 243 ~ 44.86%
B 47 of 243 ~ 19.34%

%35.8
%44.86
%19.34

CMYK color model

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

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 56.88%
  • key color value is 57.25%
CMYK:
(20,0,57,57)
C20M0Y57K57 
(20%,0%,57%,57%)
(0.20/0.00/0.57/0.57)	

CMYK percentages

%20.18
%0
%56.88
%57.25

Codes

Color #576D2F in popluar color models

576D2F
RGB8710947
HSL81°39.74%30.59%
HSB/HSV81°56.88%42.75%
CMYK20.18%0.00%56.88%
57.25%

Color #576D2F in popluar number systems.

HEX576D2F
Decimal8710947
Binary10101111101101101111
Octal12715557

Shades and tints

Shades of #576D2F

#576D2F
(87,109,47)
#50642B
(80,100,43)
#495B27
(73,91,39)
#425223
(66,82,35)
#3B491F
(59,73,31)
#34401B
(52,64,27)
#2D3717
(45,55,23)
#262E13
(38,46,19)
#1F250F
(31,37,15)
#181C0B
(24,28,11)
#111307
(17,19,7)
#000000
(0,0,0)

Tints of #576D2F

#576D2F
(87,109,47)
#667A41
(102,122,65)
#758753
(117,135,83)
#849465
(132,148,101)
#93A177
(147,161,119)
#A2AE89
(162,174,137)
#B1BB9B
(177,187,155)
#C0C8AD
(192,200,173)
#CFD5BF
(207,213,191)
#DEE2D1
(222,226,209)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D2F; }

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

This text font color is #576D2F.


Background Color

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

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

This div background color is #576D2F.


Border color

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

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

This div border color is #576D2F.


Opacity

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

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

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

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

This text has shadow with #576D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D2F on black background.


Color preview on white background

This text has color #576D2F on white background.



Black color preview on #576D2F background

This text has black color on #576D2F background.


White color preview on #576D2F background

This text has white color on #576D2F background.