COLOR #576E72

HEX: #576E72
RGB: (87,110,114)

Color info

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

RGB color model

#576E72 color RGB value is (87,110,114).

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

RGB channels and saturation

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

87
110
114

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

Portions of RGB colors in percentages

R + G + B =
87 + 110 + 114 = 311 (100%)
R 87 of 311 ~ 27.97%
G 110 of 311 ~ 35.37%
B 114 of 311 ~ 36.66%

%27.97
%35.37
%36.66

CMYK color model

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

  • cyan value is 23.68%
  • magenta value is 3.51%
  • 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
%3.51
%0
%55.29

Codes

Color #576E72 in popluar color models

576E72
RGB87110114
HSL189°13.43%39.41%
HSB/HSV189°23.68%44.71%
CMYK23.68%3.51%0.00%
55.29%

Color #576E72 in popluar number systems.

HEX576E72
Decimal87110114
Binary101011111011101110010
Octal127156162

Shades and tints

Shades of #576E72

#576E72
(87,110,114)
#506468
(80,100,104)
#495A5E
(73,90,94)
#425054
(66,80,84)
#3B464A
(59,70,74)
#343C40
(52,60,64)
#2D3236
(45,50,54)
#26282C
(38,40,44)
#1F1E22
(31,30,34)
#181418
(24,20,24)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #576E72

#576E72
(87,110,114)
#667B7E
(102,123,126)
#75888A
(117,136,138)
#849596
(132,149,150)
#93A2A2
(147,162,162)
#A2AFAE
(162,175,174)
#B1BCBA
(177,188,186)
#C0C9C6
(192,201,198)
#CFD6D2
(207,214,210)
#DEE3DE
(222,227,222)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576E72; }

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

This text font color is #576E72.


Background Color

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

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

This div background color is #576E72.


Border color

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

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

This div border color is #576E72.


Opacity

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

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

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

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

This text has shadow with #576E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576E72 on black background.


Color preview on white background

This text has color #576E72 on white background.



Black color preview on #576E72 background

This text has black color on #576E72 background.


White color preview on #576E72 background

This text has white color on #576E72 background.