COLOR #576551

HEX: #576551 RGB: (87,101,81)

Color info

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

RGB color model

#576551 color RGB value is (87,101,81).

RGB: (87,101,81) (34%, 40%, 32%)

RGB channels and saturation

R 87 of 255 = 34%
G 101 of 255 = 40%
B 81 of 255 = 32%

87
101
81

R + G + B ~ 35%. #576551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 87 + 101 + 81 = 269 (100%)
R 87 of 269 ~ 32.34%
G 101 of 269 ~ 37.55%
B 81 of 269 ~ 30.11'%

%32.34
%37.55
%30.11

CMYK color model

#576551 color CMYK value is (14,0,20,60).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 60.39%
CMYK: (14,0,20,60) C14M0Y20K60 (14%,0%,20%,60%) (0.14/0.00/0.20/0.60) 

CMYK percentages

%13.86
%0
%19.8
%60.39

Codes

Color #576551 in popluar color models

57 65 51
RGB 87 101 81
HSL 102° 10.99% 35.69%
HSB/HSV 102° 19.80% 39.61%
CMYK 13.86% 0.00% 19.80%
60.39%

Color #576551 in popluar number systems.

HEX 57 65 51
Decimal 87 101 81
Binary 1010111 1100101 1010001
Octal 127 145 121

Shades and tints

Shades of #576551

#576551
(87,101,81)
#505C4A
(80,92,74)
#495343
(73,83,67)
#424A3C
(66,74,60)
#3B4135
(59,65,53)
#34382E
(52,56,46)
#2D2F27
(45,47,39)
#262620
(38,38,32)
#1F1D19
(31,29,25)
#181412
(24,20,18)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #576551

#576551
(87,101,81)
#667360
(102,115,96)
#75816F
(117,129,111)
#848F7E
(132,143,126)
#939D8D
(147,157,141)
#A2AB9C
(162,171,156)
#B1B9AB
(177,185,171)
#C0C7BA
(192,199,186)
#CFD5C9
(207,213,201)
#DEE3D8
(222,227,216)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576551; }

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

This text font color is #576551.

Background Color

.myBgColor { background-color: #576551; }

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

This div background color is #576551.

Border color

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

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

This div border color is #576551.

Opacity

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

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

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

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

This text has shadow with #576551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #576551.

Preview

Color preview on black background

This text has color #576551 on black background.


Color preview on white background

This text has color #576551 on white background.


Black color preview on #576551 background

This text has black color on #576551 background.


White color preview on #576551 background

This text has white color on #576551 background.


Related colors

Complementary color

Complementary color for #hex is #A89AAE.


I love getcolorcode.com

Triadic colors

1 #515765 and #655157 with #576551 are triadic colors.

2 #516557 and #655751 with #576551 are triadic colors.