COLOR #576F34

HEX: #576F34
RGB: (87,111,52)

Color info

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

RGB color model

#576F34 color RGB value is (87,111,52).

  • red value is 87;
  • green value is 111;
  • blue value is 52.
RGB:
(87,111,52)
(34%,44%,20%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 52 of 255 = 20%

87
111
52

R + G + B ~ 33%. #576F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 52 = 250 (100%)
R 87 of 250 ~ 34.8%
G 111 of 250 ~ 44.4%
B 52 of 250 ~ 20.8%

%34.8
%44.4
%20.8

CMYK color model

#576F34 color CMYK value is (22,0,53,56).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 53.15%
  • key color value is 56.47%
CMYK:
(22,0,53,56)
C22M0Y53K56 
(22%,0%,53%,56%)
(0.22/0.00/0.53/0.56)	

CMYK percentages

%21.62
%0
%53.15
%56.47

Codes

Color #576F34 in popluar color models

576F34
RGB8711152
HSL84°36.20%31.96%
HSB/HSV84°53.15%43.53%
CMYK21.62%0.00%53.15%
56.47%

Color #576F34 in popluar number systems.

HEX576F34
Decimal8711152
Binary10101111101111110100
Octal12715764

Shades and tints

Shades of #576F34

#576F34
(87,111,52)
#506530
(80,101,48)
#495B2C
(73,91,44)
#425128
(66,81,40)
#3B4724
(59,71,36)
#343D20
(52,61,32)
#2D331C
(45,51,28)
#262918
(38,41,24)
#1F1F14
(31,31,20)
#181510
(24,21,16)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #576F34

#576F34
(87,111,52)
#667C46
(102,124,70)
#758958
(117,137,88)
#84966A
(132,150,106)
#93A37C
(147,163,124)
#A2B08E
(162,176,142)
#B1BDA0
(177,189,160)
#C0CAB2
(192,202,178)
#CFD7C4
(207,215,196)
#DEE4D6
(222,228,214)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F34 color. Also use rgb(87,111,52) instead hex code.

Text Font Color

.myTextColor { color: #576F34; }

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

This text font color is #576F34.


Background Color

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

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

This div background color is #576F34.


Border color

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

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

This div border color is #576F34.


Opacity

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

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

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

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

This text has shadow with #576F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F34 on black background.


Color preview on white background

This text has color #576F34 on white background.



Black color preview on #576F34 background

This text has black color on #576F34 background.


White color preview on #576F34 background

This text has white color on #576F34 background.