COLOR #576D65

HEX: #576D65
RGB: (87,109,101)

Color info

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

RGB color model

#576D65 color RGB value is (87,109,101).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 101 of 255 = 40%

87
109
101

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

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 101 = 297 (100%)
R 87 of 297 ~ 29.29%
G 109 of 297 ~ 36.7%
B 101 of 297 ~ 34.01%

%29.29
%36.7
%34.01

CMYK color model

#576D65 color CMYK value is (20,0,7,57).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 7.34%
  • key color value is 57.25%
CMYK:
(20,0,7,57)
C20M0Y7K57 
(20%,0%,7%,57%)
(0.20/0.00/0.07/0.57)	

CMYK percentages

%20.18
%0
%7.34
%57.25

Codes

Color #576D65 in popluar color models

576D65
RGB87109101
HSL158°11.22%38.43%
HSB/HSV158°20.18%42.75%
CMYK20.18%0.00%7.34%
57.25%

Color #576D65 in popluar number systems.

HEX576D65
Decimal87109101
Binary101011111011011100101
Octal127155145

Shades and tints

Shades of #576D65

#576D65
(87,109,101)
#50645C
(80,100,92)
#495B53
(73,91,83)
#42524A
(66,82,74)
#3B4941
(59,73,65)
#344038
(52,64,56)
#2D372F
(45,55,47)
#262E26
(38,46,38)
#1F251D
(31,37,29)
#181C14
(24,28,20)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #576D65

#576D65
(87,109,101)
#667A73
(102,122,115)
#758781
(117,135,129)
#84948F
(132,148,143)
#93A19D
(147,161,157)
#A2AEAB
(162,174,171)
#B1BBB9
(177,187,185)
#C0C8C7
(192,200,199)
#CFD5D5
(207,213,213)
#DEE2E3
(222,226,227)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D65; }

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

This text font color is #576D65.


Background Color

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

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

This div background color is #576D65.


Border color

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

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

This div border color is #576D65.


Opacity

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

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

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

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

This text has shadow with #576D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D65 on black background.


Color preview on white background

This text has color #576D65 on white background.



Black color preview on #576D65 background

This text has black color on #576D65 background.


White color preview on #576D65 background

This text has white color on #576D65 background.