COLOR #576047

HEX: #576047
RGB: (87,96,71)

Color info

#576047 contains red, green and blue colors in about the same proportion. Web safe color of #576047 is #666633 (or #663).

RGB color model

#576047 color RGB value is (87,96,71).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 71 of 255 = 28%

87
96
71

R + G + B ~ 33%. #576047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 71 = 254 (100%)
R 87 of 254 ~ 34.25%
G 96 of 254 ~ 37.8%
B 71 of 254 ~ 27.95%

%34.25
%37.8
%27.95

CMYK color model

#576047 color CMYK value is (9,0,26,62).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 62.35%
CMYK:
(9,0,26,62)
C9M0Y26K62 
(9%,0%,26%,62%)
(0.09/0.00/0.26/0.62)	

CMYK percentages

%9.38
%0
%26.04
%62.35

Codes

Color #576047 in popluar color models

576047
RGB879671
HSL82°14.97%32.75%
HSB/HSV82°26.04%37.65%
CMYK9.38%0.00%26.04%
62.35%

Color #576047 in popluar number systems.

HEX576047
Decimal879671
Binary101011111000001000111
Octal127140107

Shades and tints

Shades of #576047

#576047
(87,96,71)
#505841
(80,88,65)
#49503B
(73,80,59)
#424835
(66,72,53)
#3B402F
(59,64,47)
#343829
(52,56,41)
#2D3023
(45,48,35)
#26281D
(38,40,29)
#1F2017
(31,32,23)
#181811
(24,24,17)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #576047

#576047
(87,96,71)
#666E57
(102,110,87)
#757C67
(117,124,103)
#848A77
(132,138,119)
#939887
(147,152,135)
#A2A697
(162,166,151)
#B1B4A7
(177,180,167)
#C0C2B7
(192,194,183)
#CFD0C7
(207,208,199)
#DEDED7
(222,222,215)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576047; }

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

This text font color is #576047.


Background Color

.myBgColor { background-color: #576047; }

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

This div background color is #576047.


Border color

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

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

This div border color is #576047.


Opacity

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

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

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

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

This text has shadow with #576047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576047 on black background.


Color preview on white background

This text has color #576047 on white background.



Black color preview on #576047 background

This text has black color on #576047 background.


White color preview on #576047 background

This text has white color on #576047 background.