COLOR #577142

HEX: #577142
RGB: (87,113,66)

Color info

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

RGB color model

#577142 color RGB value is (87,113,66).

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

RGB channels and saturation

R 87 of 255 = 34%
G 113 of 255 = 44%
B 66 of 255 = 26%

87
113
66

R + G + B ~ 35%. #577142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 113 + 66 = 266 (100%)
R 87 of 266 ~ 32.71%
G 113 of 266 ~ 42.48%
B 66 of 266 ~ 24.81%

%32.71
%42.48
%24.81

CMYK color model

#577142 color CMYK value is (23,0,42,56).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 41.59%
  • key color value is 55.69%
CMYK:
(23,0,42,56)
C23M0Y42K56 
(23%,0%,42%,56%)
(0.23/0.00/0.42/0.56)	

CMYK percentages

%23.01
%0
%41.59
%55.69

Codes

Color #577142 in popluar color models

577142
RGB8711366
HSL93°26.26%35.10%
HSB/HSV93°41.59%44.31%
CMYK23.01%0.00%41.59%
55.69%

Color #577142 in popluar number systems.

HEX577142
Decimal8711366
Binary101011111100011000010
Octal127161102

Shades and tints

Shades of #577142

#577142
(87,113,66)
#50673C
(80,103,60)
#495D36
(73,93,54)
#425330
(66,83,48)
#3B492A
(59,73,42)
#343F24
(52,63,36)
#2D351E
(45,53,30)
#262B18
(38,43,24)
#1F2112
(31,33,18)
#18170C
(24,23,12)
#110D06
(17,13,6)
#000000
(0,0,0)

Tints of #577142

#577142
(87,113,66)
#667D53
(102,125,83)
#758964
(117,137,100)
#849575
(132,149,117)
#93A186
(147,161,134)
#A2AD97
(162,173,151)
#B1B9A8
(177,185,168)
#C0C5B9
(192,197,185)
#CFD1CA
(207,209,202)
#DEDDDB
(222,221,219)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577142; }

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

This text font color is #577142.


Background Color

.myBgColor { background-color: #577142; }

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

This div background color is #577142.


Border color

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

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

This div border color is #577142.


Opacity

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

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

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

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

This text has shadow with #577142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577142 on black background.


Color preview on white background

This text has color #577142 on white background.



Black color preview on #577142 background

This text has black color on #577142 background.


White color preview on #577142 background

This text has white color on #577142 background.