COLOR #576056

HEX: #576056
RGB: (87,96,86)

Color info

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

RGB color model

#576056 color RGB value is (87,96,86).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 86 of 255 = 34%

87
96
86

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

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 86 = 269 (100%)
R 87 of 269 ~ 32.34%
G 96 of 269 ~ 35.69%
B 86 of 269 ~ 31.97%

%32.34
%35.69
%31.97

CMYK color model

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

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 62.35%
CMYK:
(9,0,10,62)
C9M0Y10K62 
(9%,0%,10%,62%)
(0.09/0.00/0.10/0.62)	

CMYK percentages

%9.38
%0
%10.42
%62.35

Codes

Color #576056 in popluar color models

576056
RGB879686
HSL114°5.49%35.69%
HSB/HSV114°10.42%37.65%
CMYK9.38%0.00%10.42%
62.35%

Color #576056 in popluar number systems.

HEX576056
Decimal879686
Binary101011111000001010110
Octal127140126

Shades and tints

Shades of #576056

#576056
(87,96,86)
#50584F
(80,88,79)
#495048
(73,80,72)
#424841
(66,72,65)
#3B403A
(59,64,58)
#343833
(52,56,51)
#2D302C
(45,48,44)
#262825
(38,40,37)
#1F201E
(31,32,30)
#181817
(24,24,23)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #576056

#576056
(87,96,86)
#666E65
(102,110,101)
#757C74
(117,124,116)
#848A83
(132,138,131)
#939892
(147,152,146)
#A2A6A1
(162,166,161)
#B1B4B0
(177,180,176)
#C0C2BF
(192,194,191)
#CFD0CE
(207,208,206)
#DEDEDD
(222,222,221)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576056; }

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

This text font color is #576056.


Background Color

.myBgColor { background-color: #576056; }

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

This div background color is #576056.


Border color

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

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

This div border color is #576056.


Opacity

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

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

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

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

This text has shadow with #576056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576056 on black background.


Color preview on white background

This text has color #576056 on white background.



Black color preview on #576056 background

This text has black color on #576056 background.


White color preview on #576056 background

This text has white color on #576056 background.