COLOR #576E5F

HEX: #576E5F
RGB: (87,110,95)

Color info

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

RGB color model

#576E5F color RGB value is (87,110,95).

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

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 95 of 255 = 37%

87
110
95

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

Portions of RGB colors in percentages

R + G + B =
87 + 110 + 95 = 292 (100%)
R 87 of 292 ~ 29.79%
G 110 of 292 ~ 37.67%
B 95 of 292 ~ 32.53%

%29.79
%37.67
%32.53

CMYK color model

#576E5F color CMYK value is (21,0,14,57).

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 56.86%
CMYK:
(21,0,14,57)
C21M0Y14K57 
(21%,0%,14%,57%)
(0.21/0.00/0.14/0.57)	

CMYK percentages

%20.91
%0
%13.64
%56.86

Codes

Color #576E5F in popluar color models

576E5F
RGB8711095
HSL141°11.68%38.63%
HSB/HSV141°20.91%43.14%
CMYK20.91%0.00%13.64%
56.86%

Color #576E5F in popluar number systems.

HEX576E5F
Decimal8711095
Binary101011111011101011111
Octal127156137

Shades and tints

Shades of #576E5F

#576E5F
(87,110,95)
#506457
(80,100,87)
#495A4F
(73,90,79)
#425047
(66,80,71)
#3B463F
(59,70,63)
#343C37
(52,60,55)
#2D322F
(45,50,47)
#262827
(38,40,39)
#1F1E1F
(31,30,31)
#181417
(24,20,23)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #576E5F

#576E5F
(87,110,95)
#667B6D
(102,123,109)
#75887B
(117,136,123)
#849589
(132,149,137)
#93A297
(147,162,151)
#A2AFA5
(162,175,165)
#B1BCB3
(177,188,179)
#C0C9C1
(192,201,193)
#CFD6CF
(207,214,207)
#DEE3DD
(222,227,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576E5F; }

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

This text font color is #576E5F.


Background Color

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

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

This div background color is #576E5F.


Border color

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

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

This div border color is #576E5F.


Opacity

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

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

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

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

This text has shadow with #576E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576E5F on black background.


Color preview on white background

This text has color #576E5F on white background.



Black color preview on #576E5F background

This text has black color on #576E5F background.


White color preview on #576E5F background

This text has white color on #576E5F background.