COLOR #576D6F

HEX: #576D6F
RGB: (87,109,111)

Color info

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

RGB color model

#576D6F color RGB value is (87,109,111).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 111 of 255 = 44%

87
109
111

R + G + B ~ 40%. #576D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 111 = 307 (100%)
R 87 of 307 ~ 28.34%
G 109 of 307 ~ 35.5%
B 111 of 307 ~ 36.16%

%28.34
%35.5
%36.16

CMYK color model

#576D6F color CMYK value is (22,2,0,56).

  • cyan value is 21.62%
  • magenta value is 1.80%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(22,2,0,56)
C22M2Y0K56 
(22%,2%,0%,56%)
(0.22/0.02/0.00/0.56)	

CMYK percentages

%21.62
%1.8
%0
%56.47

Codes

Color #576D6F in popluar color models

576D6F
RGB87109111
HSL185°12.12%38.82%
HSB/HSV185°21.62%43.53%
CMYK21.62%1.80%0.00%
56.47%

Color #576D6F in popluar number systems.

HEX576D6F
Decimal87109111
Binary101011111011011101111
Octal127155157

Shades and tints

Shades of #576D6F

#576D6F
(87,109,111)
#506465
(80,100,101)
#495B5B
(73,91,91)
#425251
(66,82,81)
#3B4947
(59,73,71)
#34403D
(52,64,61)
#2D3733
(45,55,51)
#262E29
(38,46,41)
#1F251F
(31,37,31)
#181C15
(24,28,21)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #576D6F

#576D6F
(87,109,111)
#667A7C
(102,122,124)
#758789
(117,135,137)
#849496
(132,148,150)
#93A1A3
(147,161,163)
#A2AEB0
(162,174,176)
#B1BBBD
(177,187,189)
#C0C8CA
(192,200,202)
#CFD5D7
(207,213,215)
#DEE2E4
(222,226,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D6F; }

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

This text font color is #576D6F.


Background Color

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

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

This div background color is #576D6F.


Border color

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

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

This div border color is #576D6F.


Opacity

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

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

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

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

This text has shadow with #576D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D6F on black background.


Color preview on white background

This text has color #576D6F on white background.



Black color preview on #576D6F background

This text has black color on #576D6F background.


White color preview on #576D6F background

This text has white color on #576D6F background.