COLOR #576971

HEX: #576971
RGB: (87,105,113)

Color info

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

RGB color model

#576971 color RGB value is (87,105,113).

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

RGB channels and saturation

R 87 of 255 = 34%
G 105 of 255 = 41%
B 113 of 255 = 44%

87
105
113

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

Portions of RGB colors in percentages

R + G + B =
87 + 105 + 113 = 305 (100%)
R 87 of 305 ~ 28.52%
G 105 of 305 ~ 34.43%
B 113 of 305 ~ 37.05%

%28.52
%34.43
%37.05

CMYK color model

#576971 color CMYK value is (23,7,0,56).

  • cyan value is 23.01%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(23,7,0,56)
C23M7Y0K56 
(23%,7%,0%,56%)
(0.23/0.07/0.00/0.56)	

CMYK percentages

%23.01
%7.08
%0
%55.69

Codes

Color #576971 in popluar color models

576971
RGB87105113
HSL198°13.00%39.22%
HSB/HSV198°23.01%44.31%
CMYK23.01%7.08%0.00%
55.69%

Color #576971 in popluar number systems.

HEX576971
Decimal87105113
Binary101011111010011110001
Octal127151161

Shades and tints

Shades of #576971

#576971
(87,105,113)
#506067
(80,96,103)
#49575D
(73,87,93)
#424E53
(66,78,83)
#3B4549
(59,69,73)
#343C3F
(52,60,63)
#2D3335
(45,51,53)
#262A2B
(38,42,43)
#1F2121
(31,33,33)
#181817
(24,24,23)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #576971

#576971
(87,105,113)
#66767D
(102,118,125)
#758389
(117,131,137)
#849095
(132,144,149)
#939DA1
(147,157,161)
#A2AAAD
(162,170,173)
#B1B7B9
(177,183,185)
#C0C4C5
(192,196,197)
#CFD1D1
(207,209,209)
#DEDEDD
(222,222,221)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576971; }

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

This text font color is #576971.


Background Color

.myBgColor { background-color: #576971; }

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

This div background color is #576971.


Border color

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

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

This div border color is #576971.


Opacity

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

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

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

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

This text has shadow with #576971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576971 on black background.


Color preview on white background

This text has color #576971 on white background.



Black color preview on #576971 background

This text has black color on #576971 background.


White color preview on #576971 background

This text has white color on #576971 background.