COLOR #576D7F

HEX: #576D7F
RGB: (87,109,127)

Color info

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

RGB color model

#576D7F color RGB value is (87,109,127).

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

RGB channels and saturation

R 87 of 255 = 34%
G 109 of 255 = 43%
B 127 of 255 = 50%

87
109
127

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

Portions of RGB colors in percentages

R + G + B =
87 + 109 + 127 = 323 (100%)
R 87 of 323 ~ 26.93%
G 109 of 323 ~ 33.75%
B 127 of 323 ~ 39.32%

%26.93
%33.75
%39.32

CMYK color model

#576D7F color CMYK value is (31,14,0,50).

  • cyan value is 31.50%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(31,14,0,50)
C31M14Y0K50 
(31%,14%,0%,50%)
(0.31/0.14/0.00/0.50)	

CMYK percentages

%31.5
%14.17
%0
%50.2

Codes

Color #576D7F in popluar color models

576D7F
RGB87109127
HSL207°18.69%41.96%
HSB/HSV207°31.50%49.80%
CMYK31.50%14.17%0.00%
50.20%

Color #576D7F in popluar number systems.

HEX576D7F
Decimal87109127
Binary101011111011011111111
Octal127155177

Shades and tints

Shades of #576D7F

#576D7F
(87,109,127)
#506474
(80,100,116)
#495B69
(73,91,105)
#42525E
(66,82,94)
#3B4953
(59,73,83)
#344048
(52,64,72)
#2D373D
(45,55,61)
#262E32
(38,46,50)
#1F2527
(31,37,39)
#181C1C
(24,28,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #576D7F

#576D7F
(87,109,127)
#667A8A
(102,122,138)
#758795
(117,135,149)
#8494A0
(132,148,160)
#93A1AB
(147,161,171)
#A2AEB6
(162,174,182)
#B1BBC1
(177,187,193)
#C0C8CC
(192,200,204)
#CFD5D7
(207,213,215)
#DEE2E2
(222,226,226)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576D7F; }

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

This text font color is #576D7F.


Background Color

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

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

This div background color is #576D7F.


Border color

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

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

This div border color is #576D7F.


Opacity

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

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

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

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

This text has shadow with #576D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576D7F on black background.


Color preview on white background

This text has color #576D7F on white background.



Black color preview on #576D7F background

This text has black color on #576D7F background.


White color preview on #576D7F background

This text has white color on #576D7F background.