COLOR #576D72

HEX: #576D72
RGB: (87,109,114)

Color info

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

RGB color model

#576D72 color RGB value is (87,109,114).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 114 of 255 = 45%

87
109
114

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

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 114 = 310 (100%)
R 87 of 310 ~ 28.06%
G 109 of 310 ~ 35.16%
B 114 of 310 ~ 36.77%

%28.06
%35.16
%36.77

CMYK color model

#576D72 color CMYK value is (24,4,0,55).

  • cyan value is 23.68%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(24,4,0,55)
C24M4Y0K55 
(24%,4%,0%,55%)
(0.24/0.04/0.00/0.55)	

CMYK percentages

%23.68
%4.39
%0
%55.29

Codes

Color #576D72 in popluar color models

576D72
RGB87109114
HSL191°13.43%39.41%
HSB/HSV191°23.68%44.71%
CMYK23.68%4.39%0.00%
55.29%

Color #576D72 in popluar number systems.

HEX576D72
Decimal87109114
Binary101011111011011110010
Octal127155162

Shades and tints

Shades of #576D72

#576D72
(87,109,114)
#506468
(80,100,104)
#495B5E
(73,91,94)
#425254
(66,82,84)
#3B494A
(59,73,74)
#344040
(52,64,64)
#2D3736
(45,55,54)
#262E2C
(38,46,44)
#1F2522
(31,37,34)
#181C18
(24,28,24)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #576D72

#576D72
(87,109,114)
#667A7E
(102,122,126)
#75878A
(117,135,138)
#849496
(132,148,150)
#93A1A2
(147,161,162)
#A2AEAE
(162,174,174)
#B1BBBA
(177,187,186)
#C0C8C6
(192,200,198)
#CFD5D2
(207,213,210)
#DEE2DE
(222,226,222)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D72; }

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

This text font color is #576D72.


Background Color

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

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

This div background color is #576D72.


Border color

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

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

This div border color is #576D72.


Opacity

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

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

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

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

This text has shadow with #576D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D72 on black background.


Color preview on white background

This text has color #576D72 on white background.



Black color preview on #576D72 background

This text has black color on #576D72 background.


White color preview on #576D72 background

This text has white color on #576D72 background.