COLOR #576F6D

HEX: #576F6D
RGB: (87,111,109)

Color info

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

RGB color model

#576F6D color RGB value is (87,111,109).

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

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 109 of 255 = 43%

87
111
109

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

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 109 = 307 (100%)
R 87 of 307 ~ 28.34%
G 111 of 307 ~ 36.16%
B 109 of 307 ~ 35.5%

%28.34
%36.16
%35.5

CMYK color model

#576F6D color CMYK value is (22,0,2,56).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(22,0,2,56)
C22M0Y2K56 
(22%,0%,2%,56%)
(0.22/0.00/0.02/0.56)	

CMYK percentages

%21.62
%0
%1.8
%56.47

Codes

Color #576F6D in popluar color models

576F6D
RGB87111109
HSL175°12.12%38.82%
HSB/HSV175°21.62%43.53%
CMYK21.62%0.00%1.80%
56.47%

Color #576F6D in popluar number systems.

HEX576F6D
Decimal87111109
Binary101011111011111101101
Octal127157155

Shades and tints

Shades of #576F6D

#576F6D
(87,111,109)
#506564
(80,101,100)
#495B5B
(73,91,91)
#425152
(66,81,82)
#3B4749
(59,71,73)
#343D40
(52,61,64)
#2D3337
(45,51,55)
#26292E
(38,41,46)
#1F1F25
(31,31,37)
#18151C
(24,21,28)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #576F6D

#576F6D
(87,111,109)
#667C7A
(102,124,122)
#758987
(117,137,135)
#849694
(132,150,148)
#93A3A1
(147,163,161)
#A2B0AE
(162,176,174)
#B1BDBB
(177,189,187)
#C0CAC8
(192,202,200)
#CFD7D5
(207,215,213)
#DEE4E2
(222,228,226)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576F6D; }

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

This text font color is #576F6D.


Background Color

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

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

This div background color is #576F6D.


Border color

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

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

This div border color is #576F6D.


Opacity

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

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

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

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

This text has shadow with #576F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F6D on black background.


Color preview on white background

This text has color #576F6D on white background.



Black color preview on #576F6D background

This text has black color on #576F6D background.


White color preview on #576F6D background

This text has white color on #576F6D background.