COLOR #576942

HEX: #576942
RGB: (87,105,66)

Color info

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

RGB color model

#576942 color RGB value is (87,105,66).

  • red value is 87;
  • green value is 105;
  • blue value is 66.
RGB:
(87,105,66)
(34%,41%,26%)

RGB channels and saturation

R 87 of 255 = 34%
G 105 of 255 = 41%
B 66 of 255 = 26%

87
105
66

R + G + B ~ 34%. #576942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 105 + 66 = 258 (100%)
R 87 of 258 ~ 33.72%
G 105 of 258 ~ 40.7%
B 66 of 258 ~ 25.58%

%33.72
%40.7
%25.58

CMYK color model

#576942 color CMYK value is (17,0,37,59).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 58.82%
CMYK:
(17,0,37,59)
C17M0Y37K59 
(17%,0%,37%,59%)
(0.17/0.00/0.37/0.59)	

CMYK percentages

%17.14
%0
%37.14
%58.82

Codes

Color #576942 in popluar color models

576942
RGB8710566
HSL88°22.81%33.53%
HSB/HSV88°37.14%41.18%
CMYK17.14%0.00%37.14%
58.82%

Color #576942 in popluar number systems.

HEX576942
Decimal8710566
Binary101011111010011000010
Octal127151102

Shades and tints

Shades of #576942

#576942
(87,105,66)
#50603C
(80,96,60)
#495736
(73,87,54)
#424E30
(66,78,48)
#3B452A
(59,69,42)
#343C24
(52,60,36)
#2D331E
(45,51,30)
#262A18
(38,42,24)
#1F2112
(31,33,18)
#18180C
(24,24,12)
#110F06
(17,15,6)
#000000
(0,0,0)

Tints of #576942

#576942
(87,105,66)
#667653
(102,118,83)
#758364
(117,131,100)
#849075
(132,144,117)
#939D86
(147,157,134)
#A2AA97
(162,170,151)
#B1B7A8
(177,183,168)
#C0C4B9
(192,196,185)
#CFD1CA
(207,209,202)
#DEDEDB
(222,222,219)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576942 color. Also use rgb(87,105,66) instead hex code.

Text Font Color

.myTextColor { color: #576942; }

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

This text font color is #576942.


Background Color

.myBgColor { background-color: #576942; }

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

This div background color is #576942.


Border color

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

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

This div border color is #576942.


Opacity

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

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

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

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

This text has shadow with #576942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576942 on black background.


Color preview on white background

This text has color #576942 on white background.



Black color preview on #576942 background

This text has black color on #576942 background.


White color preview on #576942 background

This text has white color on #576942 background.