COLOR #576054

HEX: #576054
RGB: (87,96,84)

Color info

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

RGB color model

#576054 color RGB value is (87,96,84).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 84 of 255 = 33%

87
96
84

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

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 84 = 267 (100%)
R 87 of 267 ~ 32.58%
G 96 of 267 ~ 35.96%
B 84 of 267 ~ 31.46%

%32.58
%35.96
%31.46

CMYK color model

#576054 color CMYK value is (9,0,13,62).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 62.35%
CMYK:
(9,0,13,62)
C9M0Y13K62 
(9%,0%,13%,62%)
(0.09/0.00/0.13/0.62)	

CMYK percentages

%9.38
%0
%12.5
%62.35

Codes

Color #576054 in popluar color models

576054
RGB879684
HSL105°6.67%35.29%
HSB/HSV105°12.50%37.65%
CMYK9.38%0.00%12.50%
62.35%

Color #576054 in popluar number systems.

HEX576054
Decimal879684
Binary101011111000001010100
Octal127140124

Shades and tints

Shades of #576054

#576054
(87,96,84)
#50584D
(80,88,77)
#495046
(73,80,70)
#42483F
(66,72,63)
#3B4038
(59,64,56)
#343831
(52,56,49)
#2D302A
(45,48,42)
#262823
(38,40,35)
#1F201C
(31,32,28)
#181815
(24,24,21)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #576054

#576054
(87,96,84)
#666E63
(102,110,99)
#757C72
(117,124,114)
#848A81
(132,138,129)
#939890
(147,152,144)
#A2A69F
(162,166,159)
#B1B4AE
(177,180,174)
#C0C2BD
(192,194,189)
#CFD0CC
(207,208,204)
#DEDEDB
(222,222,219)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576054; }

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

This text font color is #576054.


Background Color

.myBgColor { background-color: #576054; }

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

This div background color is #576054.


Border color

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

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

This div border color is #576054.


Opacity

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

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

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

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

This text has shadow with #576054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576054 on black background.


Color preview on white background

This text has color #576054 on white background.



Black color preview on #576054 background

This text has black color on #576054 background.


White color preview on #576054 background

This text has white color on #576054 background.