COLOR #576C5F

HEX: #576C5F
RGB: (87,108,95)

Color info

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

RGB color model

#576C5F color RGB value is (87,108,95).

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

RGB channels and saturation

R 87 of 255 = 34%
G 108 of 255 = 42%
B 95 of 255 = 37%

87
108
95

R + G + B ~ 38%. #576C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 108 + 95 = 290 (100%)
R 87 of 290 ~ 30%
G 108 of 290 ~ 37.24%
B 95 of 290 ~ 32.76%

%30
%37.24
%32.76

CMYK color model

#576C5F color CMYK value is (19,0,12,58).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(19,0,12,58)
C19M0Y12K58 
(19%,0%,12%,58%)
(0.19/0.00/0.12/0.58)	

CMYK percentages

%19.44
%0
%12.04
%57.65

Codes

Color #576C5F in popluar color models

576C5F
RGB8710895
HSL143°10.77%38.24%
HSB/HSV143°19.44%42.35%
CMYK19.44%0.00%12.04%
57.65%

Color #576C5F in popluar number systems.

HEX576C5F
Decimal8710895
Binary101011111011001011111
Octal127154137

Shades and tints

Shades of #576C5F

#576C5F
(87,108,95)
#506357
(80,99,87)
#495A4F
(73,90,79)
#425147
(66,81,71)
#3B483F
(59,72,63)
#343F37
(52,63,55)
#2D362F
(45,54,47)
#262D27
(38,45,39)
#1F241F
(31,36,31)
#181B17
(24,27,23)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #576C5F

#576C5F
(87,108,95)
#66796D
(102,121,109)
#75867B
(117,134,123)
#849389
(132,147,137)
#93A097
(147,160,151)
#A2ADA5
(162,173,165)
#B1BAB3
(177,186,179)
#C0C7C1
(192,199,193)
#CFD4CF
(207,212,207)
#DEE1DD
(222,225,221)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576C5F; }

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

This text font color is #576C5F.


Background Color

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

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

This div background color is #576C5F.


Border color

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

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

This div border color is #576C5F.


Opacity

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

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

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

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

This text has shadow with #576C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576C5F on black background.


Color preview on white background

This text has color #576C5F on white background.



Black color preview on #576C5F background

This text has black color on #576C5F background.


White color preview on #576C5F background

This text has white color on #576C5F background.