COLOR #576667

HEX: #576667
RGB: (87,102,103)

Color info

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

RGB color model

#576667 color RGB value is (87,102,103).

  • red value is 87;
  • green value is 102;
  • blue value is 103.
RGB:
(87,102,103)
(34%,40%,40%)

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 103 of 255 = 40%

87
102
103

R + G + B ~ 38%. #576667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 103 = 292 (100%)
R 87 of 292 ~ 29.79%
G 102 of 292 ~ 34.93%
B 103 of 292 ~ 35.27%

%29.79
%34.93
%35.27

CMYK color model

#576667 color CMYK value is (16,1,0,60).

  • cyan value is 15.53%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(16,1,0,60)
C16M1Y0K60 
(16%,1%,0%,60%)
(0.16/0.01/0.00/0.60)	

CMYK percentages

%15.53
%0.97
%0
%59.61

Codes

Color #576667 in popluar color models

576667
RGB87102103
HSL184°8.42%37.25%
HSB/HSV184°15.53%40.39%
CMYK15.53%0.97%0.00%
59.61%

Color #576667 in popluar number systems.

HEX576667
Decimal87102103
Binary101011111001101100111
Octal127146147

Shades and tints

Shades of #576667

#576667
(87,102,103)
#505D5E
(80,93,94)
#495455
(73,84,85)
#424B4C
(66,75,76)
#3B4243
(59,66,67)
#34393A
(52,57,58)
#2D3031
(45,48,49)
#262728
(38,39,40)
#1F1E1F
(31,30,31)
#181516
(24,21,22)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #576667

#576667
(87,102,103)
#667374
(102,115,116)
#758081
(117,128,129)
#848D8E
(132,141,142)
#939A9B
(147,154,155)
#A2A7A8
(162,167,168)
#B1B4B5
(177,180,181)
#C0C1C2
(192,193,194)
#CFCECF
(207,206,207)
#DEDBDC
(222,219,220)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576667 color. Also use rgb(87,102,103) instead hex code.

Text Font Color

.myTextColor { color: #576667; }

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

This text font color is #576667.


Background Color

.myBgColor { background-color: #576667; }

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

This div background color is #576667.


Border color

.myBorderColor { border: 1px solid #576667; }

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

This div border color is #576667.


Opacity

.myOpacity80 { color: #576667; opacity: 0.8; }

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

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

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

This text has shadow with #576667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576667 on black background.


Color preview on white background

This text has color #576667 on white background.



Black color preview on #576667 background

This text has black color on #576667 background.


White color preview on #576667 background

This text has white color on #576667 background.