COLOR #576F70

HEX: #576F70
RGB: (87,111,112)

Color info

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

RGB color model

#576F70 color RGB value is (87,111,112).

  • red value is 87;
  • green value is 111;
  • blue value is 112.
RGB:
(87,111,112)
(34%,44%,44%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 112 of 255 = 44%

87
111
112

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

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 112 = 310 (100%)
R 87 of 310 ~ 28.06%
G 111 of 310 ~ 35.81%
B 112 of 310 ~ 36.13%

%28.06
%35.81
%36.13

CMYK color model

#576F70 color CMYK value is (22,1,0,56).

  • cyan value is 22.32%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(22,1,0,56)
C22M1Y0K56 
(22%,1%,0%,56%)
(0.22/0.01/0.00/0.56)	

CMYK percentages

%22.32
%0.89
%0
%56.08

Codes

Color #576F70 in popluar color models

576F70
RGB87111112
HSL182°12.56%39.02%
HSB/HSV182°22.32%43.92%
CMYK22.32%0.89%0.00%
56.08%

Color #576F70 in popluar number systems.

HEX576F70
Decimal87111112
Binary101011111011111110000
Octal127157160

Shades and tints

Shades of #576F70

#576F70
(87,111,112)
#506566
(80,101,102)
#495B5C
(73,91,92)
#425152
(66,81,82)
#3B4748
(59,71,72)
#343D3E
(52,61,62)
#2D3334
(45,51,52)
#26292A
(38,41,42)
#1F1F20
(31,31,32)
#181516
(24,21,22)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #576F70

#576F70
(87,111,112)
#667C7D
(102,124,125)
#75898A
(117,137,138)
#849697
(132,150,151)
#93A3A4
(147,163,164)
#A2B0B1
(162,176,177)
#B1BDBE
(177,189,190)
#C0CACB
(192,202,203)
#CFD7D8
(207,215,216)
#DEE4E5
(222,228,229)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F70 color. Also use rgb(87,111,112) instead hex code.

Text Font Color

.myTextColor { color: #576F70; }

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

This text font color is #576F70.


Background Color

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

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

This div background color is #576F70.


Border color

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

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

This div border color is #576F70.


Opacity

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

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

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

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

This text has shadow with #576F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F70 on black background.


Color preview on white background

This text has color #576F70 on white background.



Black color preview on #576F70 background

This text has black color on #576F70 background.


White color preview on #576F70 background

This text has white color on #576F70 background.