COLOR #576A61

HEX: #576A61
RGB: (87,106,97)

Color info

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

RGB color model

#576A61 color RGB value is (87,106,97).

  • red value is 87;
  • green value is 106;
  • blue value is 97.
RGB:
(87,106,97)
(34%,42%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 106 of 255 = 42%
B 97 of 255 = 38%

87
106
97

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

Portions of RGB colors in percentages

R + G + B =
87 + 106 + 97 = 290 (100%)
R 87 of 290 ~ 30%
G 106 of 290 ~ 36.55%
B 97 of 290 ~ 33.45%

%30
%36.55
%33.45

CMYK color model

#576A61 color CMYK value is (18,0,8,58).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 8.49%
  • key color value is 58.43%
CMYK:
(18,0,8,58)
C18M0Y8K58 
(18%,0%,8%,58%)
(0.18/0.00/0.08/0.58)	

CMYK percentages

%17.92
%0
%8.49
%58.43

Codes

Color #576A61 in popluar color models

576A61
RGB8710697
HSL152°9.84%37.84%
HSB/HSV152°17.92%41.57%
CMYK17.92%0.00%8.49%
58.43%

Color #576A61 in popluar number systems.

HEX576A61
Decimal8710697
Binary101011111010101100001
Octal127152141

Shades and tints

Shades of #576A61

#576A61
(87,106,97)
#506159
(80,97,89)
#495851
(73,88,81)
#424F49
(66,79,73)
#3B4641
(59,70,65)
#343D39
(52,61,57)
#2D3431
(45,52,49)
#262B29
(38,43,41)
#1F2221
(31,34,33)
#181919
(24,25,25)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #576A61

#576A61
(87,106,97)
#66776F
(102,119,111)
#75847D
(117,132,125)
#84918B
(132,145,139)
#939E99
(147,158,153)
#A2ABA7
(162,171,167)
#B1B8B5
(177,184,181)
#C0C5C3
(192,197,195)
#CFD2D1
(207,210,209)
#DEDFDF
(222,223,223)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576A61 color. Also use rgb(87,106,97) instead hex code.

Text Font Color

.myTextColor { color: #576A61; }

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

This text font color is #576A61.


Background Color

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

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

This div background color is #576A61.


Border color

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

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

This div border color is #576A61.


Opacity

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

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

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

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

This text has shadow with #576A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576A61 on black background.


Color preview on white background

This text has color #576A61 on white background.



Black color preview on #576A61 background

This text has black color on #576A61 background.


White color preview on #576A61 background

This text has white color on #576A61 background.