COLOR #576059

HEX: #576059
RGB: (87,96,89)

Color info

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

RGB color model

#576059 color RGB value is (87,96,89).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 89 of 255 = 35%

87
96
89

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

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 89 = 272 (100%)
R 87 of 272 ~ 31.99%
G 96 of 272 ~ 35.29%
B 89 of 272 ~ 32.72%

%31.99
%35.29
%32.72

CMYK color model

#576059 color CMYK value is (9,0,7,62).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(9,0,7,62)
C9M0Y7K62 
(9%,0%,7%,62%)
(0.09/0.00/0.07/0.62)	

CMYK percentages

%9.38
%0
%7.29
%62.35

Codes

Color #576059 in popluar color models

576059
RGB879689
HSL133°4.92%35.88%
HSB/HSV133°9.38%37.65%
CMYK9.38%0.00%7.29%
62.35%

Color #576059 in popluar number systems.

HEX576059
Decimal879689
Binary101011111000001011001
Octal127140131

Shades and tints

Shades of #576059

#576059
(87,96,89)
#505851
(80,88,81)
#495049
(73,80,73)
#424841
(66,72,65)
#3B4039
(59,64,57)
#343831
(52,56,49)
#2D3029
(45,48,41)
#262821
(38,40,33)
#1F2019
(31,32,25)
#181811
(24,24,17)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #576059

#576059
(87,96,89)
#666E68
(102,110,104)
#757C77
(117,124,119)
#848A86
(132,138,134)
#939895
(147,152,149)
#A2A6A4
(162,166,164)
#B1B4B3
(177,180,179)
#C0C2C2
(192,194,194)
#CFD0D1
(207,208,209)
#DEDEE0
(222,222,224)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576059; }

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

This text font color is #576059.


Background Color

.myBgColor { background-color: #576059; }

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

This div background color is #576059.


Border color

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

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

This div border color is #576059.


Opacity

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

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

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

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

This text has shadow with #576059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576059 on black background.


Color preview on white background

This text has color #576059 on white background.



Black color preview on #576059 background

This text has black color on #576059 background.


White color preview on #576059 background

This text has white color on #576059 background.