COLOR #576C71

HEX: #576C71
RGB: (87,108,113)

Color info

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

RGB color model

#576C71 color RGB value is (87,108,113).

  • red value is 87;
  • green value is 108;
  • blue value is 113.
RGB:
(87,108,113)
(34%,42%,44%)

RGB channels and saturation

R 87 of 255 = 34%
G 108 of 255 = 42%
B 113 of 255 = 44%

87
108
113

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

Portions of RGB colors in percentages

R + G + B =
87 + 108 + 113 = 308 (100%)
R 87 of 308 ~ 28.25%
G 108 of 308 ~ 35.06%
B 113 of 308 ~ 36.69%

%28.25
%35.06
%36.69

CMYK color model

#576C71 color CMYK value is (23,4,0,56).

  • cyan value is 23.01%
  • magenta value is 4.42%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(23,4,0,56)
C23M4Y0K56 
(23%,4%,0%,56%)
(0.23/0.04/0.00/0.56)	

CMYK percentages

%23.01
%4.42
%0
%55.69

Codes

Color #576C71 in popluar color models

576C71
RGB87108113
HSL192°13.00%39.22%
HSB/HSV192°23.01%44.31%
CMYK23.01%4.42%0.00%
55.69%

Color #576C71 in popluar number systems.

HEX576C71
Decimal87108113
Binary101011111011001110001
Octal127154161

Shades and tints

Shades of #576C71

#576C71
(87,108,113)
#506367
(80,99,103)
#495A5D
(73,90,93)
#425153
(66,81,83)
#3B4849
(59,72,73)
#343F3F
(52,63,63)
#2D3635
(45,54,53)
#262D2B
(38,45,43)
#1F2421
(31,36,33)
#181B17
(24,27,23)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #576C71

#576C71
(87,108,113)
#66797D
(102,121,125)
#758689
(117,134,137)
#849395
(132,147,149)
#93A0A1
(147,160,161)
#A2ADAD
(162,173,173)
#B1BAB9
(177,186,185)
#C0C7C5
(192,199,197)
#CFD4D1
(207,212,209)
#DEE1DD
(222,225,221)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576C71 color. Also use rgb(87,108,113) instead hex code.

Text Font Color

.myTextColor { color: #576C71; }

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

This text font color is #576C71.


Background Color

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

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

This div background color is #576C71.


Border color

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

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

This div border color is #576C71.


Opacity

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

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

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

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

This text has shadow with #576C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576C71 on black background.


Color preview on white background

This text has color #576C71 on white background.



Black color preview on #576C71 background

This text has black color on #576C71 background.


White color preview on #576C71 background

This text has white color on #576C71 background.