COLOR #576661

HEX: #576661
RGB: (87,102,97)

Color info

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

RGB color model

#576661 color RGB value is (87,102,97).

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

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 97 of 255 = 38%

87
102
97

R + G + B ~ 37%. #576661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 97 = 286 (100%)
R 87 of 286 ~ 30.42%
G 102 of 286 ~ 35.66%
B 97 of 286 ~ 33.92%

%30.42
%35.66
%33.92

CMYK color model

#576661 color CMYK value is (15,0,5,60).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(15,0,5,60)
C15M0Y5K60 
(15%,0%,5%,60%)
(0.15/0.00/0.05/0.60)	

CMYK percentages

%14.71
%0
%4.9
%60

Codes

Color #576661 in popluar color models

576661
RGB8710297
HSL160°7.94%37.06%
HSB/HSV160°14.71%40.00%
CMYK14.71%0.00%4.90%
60.00%

Color #576661 in popluar number systems.

HEX576661
Decimal8710297
Binary101011111001101100001
Octal127146141

Shades and tints

Shades of #576661

#576661
(87,102,97)
#505D59
(80,93,89)
#495451
(73,84,81)
#424B49
(66,75,73)
#3B4241
(59,66,65)
#343939
(52,57,57)
#2D3031
(45,48,49)
#262729
(38,39,41)
#1F1E21
(31,30,33)
#181519
(24,21,25)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #576661

#576661
(87,102,97)
#66736F
(102,115,111)
#75807D
(117,128,125)
#848D8B
(132,141,139)
#939A99
(147,154,153)
#A2A7A7
(162,167,167)
#B1B4B5
(177,180,181)
#C0C1C3
(192,193,195)
#CFCED1
(207,206,209)
#DEDBDF
(222,219,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576661; }

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

This text font color is #576661.


Background Color

.myBgColor { background-color: #576661; }

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

This div background color is #576661.


Border color

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

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

This div border color is #576661.


Opacity

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

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

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

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

This text has shadow with #576661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576661 on black background.


Color preview on white background

This text has color #576661 on white background.



Black color preview on #576661 background

This text has black color on #576661 background.


White color preview on #576661 background

This text has white color on #576661 background.