COLOR #576136

HEX: #576136
RGB: (87,97,54)

Color info

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

RGB color model

#576136 color RGB value is (87,97,54).

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

RGB channels and saturation

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

87
97
54

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

Portions of RGB colors in percentages

R + G + B =
87 + 97 + 54 = 238 (100%)
R 87 of 238 ~ 36.55%
G 97 of 238 ~ 40.76%
B 54 of 238 ~ 22.69%

%36.55
%40.76
%22.69

CMYK color model

#576136 color CMYK value is (10,0,44,62).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(10,0,44,62)
C10M0Y44K62 
(10%,0%,44%,62%)
(0.10/0.00/0.44/0.62)	

CMYK percentages

%10.31
%0
%44.33
%61.96

Codes

Color #576136 in popluar color models

576136
RGB879754
HSL74°28.48%29.61%
HSB/HSV74°44.33%38.04%
CMYK10.31%0.00%44.33%
61.96%

Color #576136 in popluar number systems.

HEX576136
Decimal879754
Binary10101111100001110110
Octal12714166

Shades and tints

Shades of #576136

#576136
(87,97,54)
#505932
(80,89,50)
#49512E
(73,81,46)
#42492A
(66,73,42)
#3B4126
(59,65,38)
#343922
(52,57,34)
#2D311E
(45,49,30)
#26291A
(38,41,26)
#1F2116
(31,33,22)
#181912
(24,25,18)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #576136

#576136
(87,97,54)
#666F48
(102,111,72)
#757D5A
(117,125,90)
#848B6C
(132,139,108)
#93997E
(147,153,126)
#A2A790
(162,167,144)
#B1B5A2
(177,181,162)
#C0C3B4
(192,195,180)
#CFD1C6
(207,209,198)
#DEDFD8
(222,223,216)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576136; }

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

This text font color is #576136.


Background Color

.myBgColor { background-color: #576136; }

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

This div background color is #576136.


Border color

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

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

This div border color is #576136.


Opacity

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

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

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

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

This text has shadow with #576136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576136 on black background.


Color preview on white background

This text has color #576136 on white background.



Black color preview on #576136 background

This text has black color on #576136 background.


White color preview on #576136 background

This text has white color on #576136 background.