COLOR #576A56

HEX: #576A56
RGB: (87,106,86)

Color info

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

RGB color model

#576A56 color RGB value is (87,106,86).

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

RGB channels and saturation

R 87 of 255 = 34%
G 106 of 255 = 42%
B 86 of 255 = 34%

87
106
86

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

Portions of RGB colors in percentages

R + G + B =
87 + 106 + 86 = 279 (100%)
R 87 of 279 ~ 31.18%
G 106 of 279 ~ 37.99%
B 86 of 279 ~ 30.82%

%31.18
%37.99
%30.82

CMYK color model

#576A56 color CMYK value is (18,0,19,58).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 18.87%
  • key color value is 58.43%
CMYK:
(18,0,19,58)
C18M0Y19K58 
(18%,0%,19%,58%)
(0.18/0.00/0.19/0.58)	

CMYK percentages

%17.92
%0
%18.87
%58.43

Codes

Color #576A56 in popluar color models

576A56
RGB8710686
HSL117°10.42%37.65%
HSB/HSV117°18.87%41.57%
CMYK17.92%0.00%18.87%
58.43%

Color #576A56 in popluar number systems.

HEX576A56
Decimal8710686
Binary101011111010101010110
Octal127152126

Shades and tints

Shades of #576A56

#576A56
(87,106,86)
#50614F
(80,97,79)
#495848
(73,88,72)
#424F41
(66,79,65)
#3B463A
(59,70,58)
#343D33
(52,61,51)
#2D342C
(45,52,44)
#262B25
(38,43,37)
#1F221E
(31,34,30)
#181917
(24,25,23)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #576A56

#576A56
(87,106,86)
#667765
(102,119,101)
#758474
(117,132,116)
#849183
(132,145,131)
#939E92
(147,158,146)
#A2ABA1
(162,171,161)
#B1B8B0
(177,184,176)
#C0C5BF
(192,197,191)
#CFD2CE
(207,210,206)
#DEDFDD
(222,223,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576A56; }

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

This text font color is #576A56.


Background Color

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

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

This div background color is #576A56.


Border color

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

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

This div border color is #576A56.


Opacity

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

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

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

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

This text has shadow with #576A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576A56 on black background.


Color preview on white background

This text has color #576A56 on white background.



Black color preview on #576A56 background

This text has black color on #576A56 background.


White color preview on #576A56 background

This text has white color on #576A56 background.