COLOR #576D50

HEX: #576D50
RGB: (87,109,80)

Color info

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

RGB color model

#576D50 color RGB value is (87,109,80).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 80 of 255 = 31%

87
109
80

R + G + B ~ 36%. #576D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 80 = 276 (100%)
R 87 of 276 ~ 31.52%
G 109 of 276 ~ 39.49%
B 80 of 276 ~ 28.99%

%31.52
%39.49
%28.99

CMYK color model

#576D50 color CMYK value is (20,0,27,57).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(20,0,27,57)
C20M0Y27K57 
(20%,0%,27%,57%)
(0.20/0.00/0.27/0.57)	

CMYK percentages

%20.18
%0
%26.61
%57.25

Codes

Color #576D50 in popluar color models

576D50
RGB8710980
HSL106°15.34%37.06%
HSB/HSV106°26.61%42.75%
CMYK20.18%0.00%26.61%
57.25%

Color #576D50 in popluar number systems.

HEX576D50
Decimal8710980
Binary101011111011011010000
Octal127155120

Shades and tints

Shades of #576D50

#576D50
(87,109,80)
#506449
(80,100,73)
#495B42
(73,91,66)
#42523B
(66,82,59)
#3B4934
(59,73,52)
#34402D
(52,64,45)
#2D3726
(45,55,38)
#262E1F
(38,46,31)
#1F2518
(31,37,24)
#181C11
(24,28,17)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #576D50

#576D50
(87,109,80)
#667A5F
(102,122,95)
#75876E
(117,135,110)
#84947D
(132,148,125)
#93A18C
(147,161,140)
#A2AE9B
(162,174,155)
#B1BBAA
(177,187,170)
#C0C8B9
(192,200,185)
#CFD5C8
(207,213,200)
#DEE2D7
(222,226,215)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D50; }

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

This text font color is #576D50.


Background Color

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

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

This div background color is #576D50.


Border color

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

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

This div border color is #576D50.


Opacity

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

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

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

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

This text has shadow with #576D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D50 on black background.


Color preview on white background

This text has color #576D50 on white background.



Black color preview on #576D50 background

This text has black color on #576D50 background.


White color preview on #576D50 background

This text has white color on #576D50 background.