COLOR #576D68

HEX: #576D68
RGB: (87,109,104)

Color info

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

RGB color model

#576D68 color RGB value is (87,109,104).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 104 of 255 = 41%

87
109
104

R + G + B ~ 39%. #576D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 104 = 300 (100%)
R 87 of 300 ~ 29%
G 109 of 300 ~ 36.33%
B 104 of 300 ~ 34.67%

%29
%36.33
%34.67

CMYK color model

#576D68 color CMYK value is (20,0,5,57).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 57.25%
CMYK:
(20,0,5,57)
C20M0Y5K57 
(20%,0%,5%,57%)
(0.20/0.00/0.05/0.57)	

CMYK percentages

%20.18
%0
%4.59
%57.25

Codes

Color #576D68 in popluar color models

576D68
RGB87109104
HSL166°11.22%38.43%
HSB/HSV166°20.18%42.75%
CMYK20.18%0.00%4.59%
57.25%

Color #576D68 in popluar number systems.

HEX576D68
Decimal87109104
Binary101011111011011101000
Octal127155150

Shades and tints

Shades of #576D68

#576D68
(87,109,104)
#50645F
(80,100,95)
#495B56
(73,91,86)
#42524D
(66,82,77)
#3B4944
(59,73,68)
#34403B
(52,64,59)
#2D3732
(45,55,50)
#262E29
(38,46,41)
#1F2520
(31,37,32)
#181C17
(24,28,23)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #576D68

#576D68
(87,109,104)
#667A75
(102,122,117)
#758782
(117,135,130)
#84948F
(132,148,143)
#93A19C
(147,161,156)
#A2AEA9
(162,174,169)
#B1BBB6
(177,187,182)
#C0C8C3
(192,200,195)
#CFD5D0
(207,213,208)
#DEE2DD
(222,226,221)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D68; }

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

This text font color is #576D68.


Background Color

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

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

This div background color is #576D68.


Border color

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

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

This div border color is #576D68.


Opacity

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

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

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

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

This text has shadow with #576D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D68 on black background.


Color preview on white background

This text has color #576D68 on white background.



Black color preview on #576D68 background

This text has black color on #576D68 background.


White color preview on #576D68 background

This text has white color on #576D68 background.