COLOR #576F6C

HEX: #576F6C
RGB: (87,111,108)

Color info

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

RGB color model

#576F6C color RGB value is (87,111,108).

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

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 108 of 255 = 42%

87
111
108

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

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 108 = 306 (100%)
R 87 of 306 ~ 28.43%
G 111 of 306 ~ 36.27%
B 108 of 306 ~ 35.29%

%28.43
%36.27
%35.29

CMYK color model

#576F6C color CMYK value is (22,0,3,56).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 56.47%
CMYK:
(22,0,3,56)
C22M0Y3K56 
(22%,0%,3%,56%)
(0.22/0.00/0.03/0.56)	

CMYK percentages

%21.62
%0
%2.7
%56.47

Codes

Color #576F6C in popluar color models

576F6C
RGB87111108
HSL173°12.12%38.82%
HSB/HSV173°21.62%43.53%
CMYK21.62%0.00%2.70%
56.47%

Color #576F6C in popluar number systems.

HEX576F6C
Decimal87111108
Binary101011111011111101100
Octal127157154

Shades and tints

Shades of #576F6C

#576F6C
(87,111,108)
#506563
(80,101,99)
#495B5A
(73,91,90)
#425151
(66,81,81)
#3B4748
(59,71,72)
#343D3F
(52,61,63)
#2D3336
(45,51,54)
#26292D
(38,41,45)
#1F1F24
(31,31,36)
#18151B
(24,21,27)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #576F6C

#576F6C
(87,111,108)
#667C79
(102,124,121)
#758986
(117,137,134)
#849693
(132,150,147)
#93A3A0
(147,163,160)
#A2B0AD
(162,176,173)
#B1BDBA
(177,189,186)
#C0CAC7
(192,202,199)
#CFD7D4
(207,215,212)
#DEE4E1
(222,228,225)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576F6C; }

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

This text font color is #576F6C.


Background Color

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

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

This div background color is #576F6C.


Border color

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

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

This div border color is #576F6C.


Opacity

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

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

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

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

This text has shadow with #576F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F6C on black background.


Color preview on white background

This text has color #576F6C on white background.



Black color preview on #576F6C background

This text has black color on #576F6C background.


White color preview on #576F6C background

This text has white color on #576F6C background.