COLOR #576036

HEX: #576036
RGB: (87,96,54)

Color info

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

RGB color model

#576036 color RGB value is (87,96,54).

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

RGB channels and saturation

R 87 of 255 = 34%
G 96 of 255 = 38%
B 54 of 255 = 21%

87
96
54

R + G + B ~ 31%. #576036 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 96 + 54 = 237 (100%)
R 87 of 237 ~ 36.71%
G 96 of 237 ~ 40.51%
B 54 of 237 ~ 22.78%

%36.71
%40.51
%22.78

CMYK color model

#576036 color CMYK value is (9,0,44,62).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 62.35%
CMYK:
(9,0,44,62)
C9M0Y44K62 
(9%,0%,44%,62%)
(0.09/0.00/0.44/0.62)	

CMYK percentages

%9.38
%0
%43.75
%62.35

Codes

Color #576036 in popluar color models

576036
RGB879654
HSL73°28.00%29.41%
HSB/HSV73°43.75%37.65%
CMYK9.38%0.00%43.75%
62.35%

Color #576036 in popluar number systems.

HEX576036
Decimal879654
Binary10101111100000110110
Octal12714066

Shades and tints

Shades of #576036

#576036
(87,96,54)
#505832
(80,88,50)
#49502E
(73,80,46)
#42482A
(66,72,42)
#3B4026
(59,64,38)
#343822
(52,56,34)
#2D301E
(45,48,30)
#26281A
(38,40,26)
#1F2016
(31,32,22)
#181812
(24,24,18)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #576036

#576036
(87,96,54)
#666E48
(102,110,72)
#757C5A
(117,124,90)
#848A6C
(132,138,108)
#93987E
(147,152,126)
#A2A690
(162,166,144)
#B1B4A2
(177,180,162)
#C0C2B4
(192,194,180)
#CFD0C6
(207,208,198)
#DEDED8
(222,222,216)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576036; }

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

This text font color is #576036.


Background Color

.myBgColor { background-color: #576036; }

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

This div background color is #576036.


Border color

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

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

This div border color is #576036.


Opacity

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

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

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

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

This text has shadow with #576036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576036 on black background.


Color preview on white background

This text has color #576036 on white background.



Black color preview on #576036 background

This text has black color on #576036 background.


White color preview on #576036 background

This text has white color on #576036 background.