COLOR #576556

HEX: #576556
RGB: (87,101,86)

Color info

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

RGB color model

#576556 color RGB value is (87,101,86).

  • red value is 87;
  • green value is 101;
  • blue value is 86.
RGB:
(87,101,86)
(34%,40%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 101 of 255 = 40%
B 86 of 255 = 34%

87
101
86

R + G + B ~ 36%. #576556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 101 + 86 = 274 (100%)
R 87 of 274 ~ 31.75%
G 101 of 274 ~ 36.86%
B 86 of 274 ~ 31.39%

%31.75
%36.86
%31.39

CMYK color model

#576556 color CMYK value is (14,0,15,60).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 60.39%
CMYK:
(14,0,15,60)
C14M0Y15K60 
(14%,0%,15%,60%)
(0.14/0.00/0.15/0.60)	

CMYK percentages

%13.86
%0
%14.85
%60.39

Codes

Color #576556 in popluar color models

576556
RGB8710186
HSL116°8.02%36.67%
HSB/HSV116°14.85%39.61%
CMYK13.86%0.00%14.85%
60.39%

Color #576556 in popluar number systems.

HEX576556
Decimal8710186
Binary101011111001011010110
Octal127145126

Shades and tints

Shades of #576556

#576556
(87,101,86)
#505C4F
(80,92,79)
#495348
(73,83,72)
#424A41
(66,74,65)
#3B413A
(59,65,58)
#343833
(52,56,51)
#2D2F2C
(45,47,44)
#262625
(38,38,37)
#1F1D1E
(31,29,30)
#181417
(24,20,23)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #576556

#576556
(87,101,86)
#667365
(102,115,101)
#758174
(117,129,116)
#848F83
(132,143,131)
#939D92
(147,157,146)
#A2ABA1
(162,171,161)
#B1B9B0
(177,185,176)
#C0C7BF
(192,199,191)
#CFD5CE
(207,213,206)
#DEE3DD
(222,227,221)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576556; }

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

This text font color is #576556.


Background Color

.myBgColor { background-color: #576556; }

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

This div background color is #576556.


Border color

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

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

This div border color is #576556.


Opacity

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

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

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

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

This text has shadow with #576556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576556 on black background.


Color preview on white background

This text has color #576556 on white background.



Black color preview on #576556 background

This text has black color on #576556 background.


White color preview on #576556 background

This text has white color on #576556 background.