COLOR #576F5F

HEX: #576F5F RGB: (87,111,95)

Color info

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

RGB color model

#576F5F color RGB value is (87,111,95).

RGB: (87,111,95) (34%, 44%, 37%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 95 of 255 = 37%

87
111
95

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

Portions of RGB colors in percentages

R + G + B = 87 + 111 + 95 = 293 (100%)
R 87 of 293 ~ 29.69%
G 111 of 293 ~ 37.88%
B 95 of 293 ~ 32.42'%

%29.69
%37.88
%32.42

CMYK color model

#576F5F color CMYK value is (22,0,14,56).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 56.47%

CMYK: (22,0,14,56)
C22M0Y14K56 (22%, 0%, 14%, 56%)
(0.22 / 0.00 / 0.14 / 0.56)

CMYK percentages

%21.62
%0
%14.41
%56.47

Codes

Color #576F5F in popluar color models

57 6F 5F
RGB 87 111 95
HSL 140° 12.12% 38.82%
HSB/HSV 140° 21.62% 43.53%
CMYK 21.62% 0.00% 14.41%
56.47%

Color #576F5F in popluar number systems.

HEX 57 6F 5F
Decimal 87 111 95
Binary 1010111 1101111 1011111
Octal 127 157 137

Shades and tints

Shades of #576F5F

#576F5F
(87,111,95)
#506557
(80,101,87)
#495B4F
(73,91,79)
#425147
(66,81,71)
#3B473F
(59,71,63)
#343D37
(52,61,55)
#2D332F
(45,51,47)
#262927
(38,41,39)
#1F1F1F
(31,31,31)
#181517
(24,21,23)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #576F5F

#576F5F
(87,111,95)
#667C6D
(102,124,109)
#75897B
(117,137,123)
#849689
(132,150,137)
#93A397
(147,163,151)
#A2B0A5
(162,176,165)
#B1BDB3
(177,189,179)
#C0CAC1
(192,202,193)
#CFD7CF
(207,215,207)
#DEE4DD
(222,228,221)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F5F color. Also use rgb(87,111,95) instead hex code.

Text Font Color

.myTextColor { color: #576F5F; }

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

This text font color is #576F5F.

Background Color

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

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

This div background color is #576F5F.

Border color

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

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

This div border color is #576F5F.

Opacity

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

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

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

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

This text has shadow with #576F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576F5F.

Preview

Color preview on black background

This text has color #576F5F on black background.


Color preview on white background

This text has color #576F5F on white background.


Black color preview on #576F5F background

This text has black color on #576F5F background.


White color preview on #576F5F background

This text has white color on #576F5F background.


Related colors

Complementary color

Complementary color for #hex is #A890A0.


I love getcolorcode.com

Triadic colors

1 #5F576F and #6F5F57 with #576F5F are triadic colors.

2 #5F6F57 and #6F575F with #576F5F are triadic colors.