COLOR #576C5B

HEX: #576C5B
RGB: (87,108,91)

Color info

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

RGB color model

#576C5B color RGB value is (87,108,91).

  • red value is 87;
  • green value is 108;
  • blue value is 91.
RGB:
(87,108,91)
(34%,42%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 108 of 255 = 42%
B 91 of 255 = 36%

87
108
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 108 + 91 = 286 (100%)
R 87 of 286 ~ 30.42%
G 108 of 286 ~ 37.76%
B 91 of 286 ~ 31.82%

%30.42
%37.76
%31.82

CMYK color model

#576C5B color CMYK value is (19,0,16,58).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 57.65%
CMYK:
(19,0,16,58)
C19M0Y16K58 
(19%,0%,16%,58%)
(0.19/0.00/0.16/0.58)	

CMYK percentages

%19.44
%0
%15.74
%57.65

Codes

Color #576C5B in popluar color models

576C5B
RGB8710891
HSL131°10.77%38.24%
HSB/HSV131°19.44%42.35%
CMYK19.44%0.00%15.74%
57.65%

Color #576C5B in popluar number systems.

HEX576C5B
Decimal8710891
Binary101011111011001011011
Octal127154133

Shades and tints

Shades of #576C5B

#576C5B
(87,108,91)
#506353
(80,99,83)
#495A4B
(73,90,75)
#425143
(66,81,67)
#3B483B
(59,72,59)
#343F33
(52,63,51)
#2D362B
(45,54,43)
#262D23
(38,45,35)
#1F241B
(31,36,27)
#181B13
(24,27,19)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #576C5B

#576C5B
(87,108,91)
#667969
(102,121,105)
#758677
(117,134,119)
#849385
(132,147,133)
#93A093
(147,160,147)
#A2ADA1
(162,173,161)
#B1BAAF
(177,186,175)
#C0C7BD
(192,199,189)
#CFD4CB
(207,212,203)
#DEE1D9
(222,225,217)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576C5B color. Also use rgb(87,108,91) instead hex code.

Text Font Color

.myTextColor { color: #576C5B; }

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

This text font color is #576C5B.


Background Color

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

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

This div background color is #576C5B.


Border color

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

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

This div border color is #576C5B.


Opacity

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

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

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

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

This text has shadow with #576C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576C5B on black background.


Color preview on white background

This text has color #576C5B on white background.



Black color preview on #576C5B background

This text has black color on #576C5B background.


White color preview on #576C5B background

This text has white color on #576C5B background.