COLOR #576F52

HEX: #576F52
RGB: (87,111,82)

Color info

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

RGB color model

#576F52 color RGB value is (87,111,82).

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

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 82 of 255 = 32%

87
111
82

R + G + B ~ 37%. #576F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 82 = 280 (100%)
R 87 of 280 ~ 31.07%
G 111 of 280 ~ 39.64%
B 82 of 280 ~ 29.29%

%31.07
%39.64
%29.29

CMYK color model

#576F52 color CMYK value is (22,0,26,56).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(22,0,26,56)
C22M0Y26K56 
(22%,0%,26%,56%)
(0.22/0.00/0.26/0.56)	

CMYK percentages

%21.62
%0
%26.13
%56.47

Codes

Color #576F52 in popluar color models

576F52
RGB8711182
HSL110°15.03%37.84%
HSB/HSV110°26.13%43.53%
CMYK21.62%0.00%26.13%
56.47%

Color #576F52 in popluar number systems.

HEX576F52
Decimal8711182
Binary101011111011111010010
Octal127157122

Shades and tints

Shades of #576F52

#576F52
(87,111,82)
#50654B
(80,101,75)
#495B44
(73,91,68)
#42513D
(66,81,61)
#3B4736
(59,71,54)
#343D2F
(52,61,47)
#2D3328
(45,51,40)
#262921
(38,41,33)
#1F1F1A
(31,31,26)
#181513
(24,21,19)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #576F52

#576F52
(87,111,82)
#667C61
(102,124,97)
#758970
(117,137,112)
#84967F
(132,150,127)
#93A38E
(147,163,142)
#A2B09D
(162,176,157)
#B1BDAC
(177,189,172)
#C0CABB
(192,202,187)
#CFD7CA
(207,215,202)
#DEE4D9
(222,228,217)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576F52; }

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

This text font color is #576F52.


Background Color

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

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

This div background color is #576F52.


Border color

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

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

This div border color is #576F52.


Opacity

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

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

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

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

This text has shadow with #576F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F52 on black background.


Color preview on white background

This text has color #576F52 on white background.



Black color preview on #576F52 background

This text has black color on #576F52 background.


White color preview on #576F52 background

This text has white color on #576F52 background.