COLOR #576B5F

HEX: #576B5F
RGB: (87,107,95)

Color info

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

RGB color model

#576B5F color RGB value is (87,107,95).

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

RGB channels and saturation

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

87
107
95

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

Portions of RGB colors in percentages

R + G + B =
87 + 107 + 95 = 289 (100%)
R 87 of 289 ~ 30.1%
G 107 of 289 ~ 37.02%
B 95 of 289 ~ 32.87%

%30.1
%37.02
%32.87

CMYK color model

#576B5F color CMYK value is (19,0,11,58).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(19,0,11,58)
C19M0Y11K58 
(19%,0%,11%,58%)
(0.19/0.00/0.11/0.58)	

CMYK percentages

%18.69
%0
%11.21
%58.04

Codes

Color #576B5F in popluar color models

576B5F
RGB8710795
HSL144°10.31%38.04%
HSB/HSV144°18.69%41.96%
CMYK18.69%0.00%11.21%
58.04%

Color #576B5F in popluar number systems.

HEX576B5F
Decimal8710795
Binary101011111010111011111
Octal127153137

Shades and tints

Shades of #576B5F

#576B5F
(87,107,95)
#506257
(80,98,87)
#49594F
(73,89,79)
#425047
(66,80,71)
#3B473F
(59,71,63)
#343E37
(52,62,55)
#2D352F
(45,53,47)
#262C27
(38,44,39)
#1F231F
(31,35,31)
#181A17
(24,26,23)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #576B5F

#576B5F
(87,107,95)
#66786D
(102,120,109)
#75857B
(117,133,123)
#849289
(132,146,137)
#939F97
(147,159,151)
#A2ACA5
(162,172,165)
#B1B9B3
(177,185,179)
#C0C6C1
(192,198,193)
#CFD3CF
(207,211,207)
#DEE0DD
(222,224,221)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576B5F; }

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

This text font color is #576B5F.


Background Color

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

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

This div background color is #576B5F.


Border color

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

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

This div border color is #576B5F.


Opacity

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

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

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

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

This text has shadow with #576B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576B5F on black background.


Color preview on white background

This text has color #576B5F on white background.



Black color preview on #576B5F background

This text has black color on #576B5F background.


White color preview on #576B5F background

This text has white color on #576B5F background.