COLOR #576067

HEX: #576067
RGB: (87,96,103)

Color info

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

RGB color model

#576067 color RGB value is (87,96,103).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 103 of 255 = 40%

87
96
103

R + G + B ~ 37%. #576067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 103 = 286 (100%)
R 87 of 286 ~ 30.42%
G 96 of 286 ~ 33.57%
B 103 of 286 ~ 36.01%

%30.42
%33.57
%36.01

CMYK color model

#576067 color CMYK value is (16,7,0,60).

  • cyan value is 15.53%
  • magenta value is 6.80%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(16,7,0,60)
C16M7Y0K60 
(16%,7%,0%,60%)
(0.16/0.07/0.00/0.60)	

CMYK percentages

%15.53
%6.8
%0
%59.61

Codes

Color #576067 in popluar color models

576067
RGB8796103
HSL206°8.42%37.25%
HSB/HSV206°15.53%40.39%
CMYK15.53%6.80%0.00%
59.61%

Color #576067 in popluar number systems.

HEX576067
Decimal8796103
Binary101011111000001100111
Octal127140147

Shades and tints

Shades of #576067

#576067
(87,96,103)
#50585E
(80,88,94)
#495055
(73,80,85)
#42484C
(66,72,76)
#3B4043
(59,64,67)
#34383A
(52,56,58)
#2D3031
(45,48,49)
#262828
(38,40,40)
#1F201F
(31,32,31)
#181816
(24,24,22)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #576067

#576067
(87,96,103)
#666E74
(102,110,116)
#757C81
(117,124,129)
#848A8E
(132,138,142)
#93989B
(147,152,155)
#A2A6A8
(162,166,168)
#B1B4B5
(177,180,181)
#C0C2C2
(192,194,194)
#CFD0CF
(207,208,207)
#DEDEDC
(222,222,220)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576067; }

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

This text font color is #576067.


Background Color

.myBgColor { background-color: #576067; }

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

This div background color is #576067.


Border color

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

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

This div border color is #576067.


Opacity

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

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

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

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

This text has shadow with #576067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576067 on black background.


Color preview on white background

This text has color #576067 on white background.



Black color preview on #576067 background

This text has black color on #576067 background.


White color preview on #576067 background

This text has white color on #576067 background.