COLOR #576834

HEX: #576834
RGB: (87,104,52)

Color info

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

RGB color model

#576834 color RGB value is (87,104,52).

  • red value is 87;
  • green value is 104;
  • blue value is 52.
RGB:
(87,104,52)
(34%,41%,20%)

RGB channels and saturation

R 87 of 255 = 34%
G 104 of 255 = 41%
B 52 of 255 = 20%

87
104
52

R + G + B ~ 32%. #576834 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 104 + 52 = 243 (100%)
R 87 of 243 ~ 35.8%
G 104 of 243 ~ 42.8%
B 52 of 243 ~ 21.4%

%35.8
%42.8
%21.4

CMYK color model

#576834 color CMYK value is (16,0,50,59).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 59.22%
CMYK:
(16,0,50,59)
C16M0Y50K59 
(16%,0%,50%,59%)
(0.16/0.00/0.50/0.59)	

CMYK percentages

%16.35
%0
%50
%59.22

Codes

Color #576834 in popluar color models

576834
RGB8710452
HSL80°33.33%30.59%
HSB/HSV80°50.00%40.78%
CMYK16.35%0.00%50.00%
59.22%

Color #576834 in popluar number systems.

HEX576834
Decimal8710452
Binary10101111101000110100
Octal12715064

Shades and tints

Shades of #576834

#576834
(87,104,52)
#505F30
(80,95,48)
#49562C
(73,86,44)
#424D28
(66,77,40)
#3B4424
(59,68,36)
#343B20
(52,59,32)
#2D321C
(45,50,28)
#262918
(38,41,24)
#1F2014
(31,32,20)
#181710
(24,23,16)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #576834

#576834
(87,104,52)
#667546
(102,117,70)
#758258
(117,130,88)
#848F6A
(132,143,106)
#939C7C
(147,156,124)
#A2A98E
(162,169,142)
#B1B6A0
(177,182,160)
#C0C3B2
(192,195,178)
#CFD0C4
(207,208,196)
#DEDDD6
(222,221,214)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576834 color. Also use rgb(87,104,52) instead hex code.

Text Font Color

.myTextColor { color: #576834; }

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

This text font color is #576834.


Background Color

.myBgColor { background-color: #576834; }

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

This div background color is #576834.


Border color

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

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

This div border color is #576834.


Opacity

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

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

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

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

This text has shadow with #576834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576834 on black background.


Color preview on white background

This text has color #576834 on white background.



Black color preview on #576834 background

This text has black color on #576834 background.


White color preview on #576834 background

This text has white color on #576834 background.