COLOR #576B6A

HEX: #576B6A
RGB: (87,107,106)

Color info

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

RGB color model

#576B6A color RGB value is (87,107,106).

  • red value is 87;
  • green value is 107;
  • blue value is 106.
RGB:
(87,107,106)
(34%,42%,42%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 106 of 255 = 42%

87
107
106

R + G + B ~ 39%. #576B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 107 + 106 = 300 (100%)
R 87 of 300 ~ 29%
G 107 of 300 ~ 35.67%
B 106 of 300 ~ 35.33%

%29
%35.67
%35.33

CMYK color model

#576B6A color CMYK value is (19,0,1,58).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(19,0,1,58)
C19M0Y1K58 
(19%,0%,1%,58%)
(0.19/0.00/0.01/0.58)	

CMYK percentages

%18.69
%0
%0.93
%58.04

Codes

Color #576B6A in popluar color models

576B6A
RGB87107106
HSL177°10.31%38.04%
HSB/HSV177°18.69%41.96%
CMYK18.69%0.00%0.93%
58.04%

Color #576B6A in popluar number systems.

HEX576B6A
Decimal87107106
Binary101011111010111101010
Octal127153152

Shades and tints

Shades of #576B6A

#576B6A
(87,107,106)
#506261
(80,98,97)
#495958
(73,89,88)
#42504F
(66,80,79)
#3B4746
(59,71,70)
#343E3D
(52,62,61)
#2D3534
(45,53,52)
#262C2B
(38,44,43)
#1F2322
(31,35,34)
#181A19
(24,26,25)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #576B6A

#576B6A
(87,107,106)
#667877
(102,120,119)
#758584
(117,133,132)
#849291
(132,146,145)
#939F9E
(147,159,158)
#A2ACAB
(162,172,171)
#B1B9B8
(177,185,184)
#C0C6C5
(192,198,197)
#CFD3D2
(207,211,210)
#DEE0DF
(222,224,223)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576B6A color. Also use rgb(87,107,106) instead hex code.

Text Font Color

.myTextColor { color: #576B6A; }

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

This text font color is #576B6A.


Background Color

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

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

This div background color is #576B6A.


Border color

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

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

This div border color is #576B6A.


Opacity

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

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

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

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

This text has shadow with #576B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576B6A on black background.


Color preview on white background

This text has color #576B6A on white background.



Black color preview on #576B6A background

This text has black color on #576B6A background.


White color preview on #576B6A background

This text has white color on #576B6A background.