COLOR #576161

HEX: #576161 RGB: (87,97,97)

Color info

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

RGB color model

#576161 color RGB value is (87,97,97).

RGB: (87,97,97) (34%, 38%, 38%)

RGB channels and saturation

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

87
97
97

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

Portions of RGB colors in percentages

R + G + B = 87 + 97 + 97 = 281 (100%)
R 87 of 281 ~ 30.96%
G 97 of 281 ~ 34.52%
B 97 of 281 ~ 34.52'%

%30.96
%34.52
%34.52

CMYK color model

#576161 color CMYK value is (10,0,0,62).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (10,0,0,62)
C10M0Y0K62 (10%, 0%, 0%, 62%)
(0.10 / 0.00 / 0.00 / 0.62)

CMYK percentages

%10.31
%0
%0
%61.96

Codes

Color #576161 in popluar color models

57 61 61
RGB 87 97 97
HSL 180° 5.43% 36.08%
HSB/HSV 180° 10.31% 38.04%
CMYK 10.31% 0.00% 0.00%
61.96%

Color #576161 in popluar number systems.

HEX 57 61 61
Decimal 87 97 97
Binary 1010111 1100001 1100001
Octal 127 141 141

Shades and tints

Shades of #576161

#576161
(87,97,97)
#505959
(80,89,89)
#495151
(73,81,81)
#424949
(66,73,73)
#3B4141
(59,65,65)
#343939
(52,57,57)
#2D3131
(45,49,49)
#262929
(38,41,41)
#1F2121
(31,33,33)
#181919
(24,25,25)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #576161

#576161
(87,97,97)
#666F6F
(102,111,111)
#757D7D
(117,125,125)
#848B8B
(132,139,139)
#939999
(147,153,153)
#A2A7A7
(162,167,167)
#B1B5B5
(177,181,181)
#C0C3C3
(192,195,195)
#CFD1D1
(207,209,209)
#DEDFDF
(222,223,223)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576161; }

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

This text font color is #576161.

Background Color

.myBgColor { background-color: #576161; }

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

This div background color is #576161.

Border color

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

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

This div border color is #576161.

Opacity

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

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

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

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

This text has shadow with #576161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576161.

Preview

Color preview on black background

This text has color #576161 on black background.


Color preview on white background

This text has color #576161 on white background.


Black color preview on #576161 background

This text has black color on #576161 background.


White color preview on #576161 background

This text has white color on #576161 background.


Related colors

Complementary color

Complementary color for #hex is #A89E9E.


I love getcolorcode.com