COLOR #577931

HEX: #577931
RGB: (87,121,49)

Color info

#577931 contains mainly red and green colors. Web safe color of #577931 is #666633 (or #663).

RGB color model

#577931 color RGB value is (87,121,49).

  • red value is 87;
  • green value is 121;
  • blue value is 49.
RGB:
(87,121,49)
(34%,47%,19%)

RGB channels and saturation

R 87 of 255 = 34%
G 121 of 255 = 47%
B 49 of 255 = 19%

87
121
49

R + G + B ~ 33%. #577931 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 121 + 49 = 257 (100%)
R 87 of 257 ~ 33.85%
G 121 of 257 ~ 47.08%
B 49 of 257 ~ 19.07%

%33.85
%47.08
%19.07

CMYK color model

#577931 color CMYK value is (28,0,60,53).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 59.50%
  • key color value is 52.55%
CMYK:
(28,0,60,53)
C28M0Y60K53 
(28%,0%,60%,53%)
(0.28/0.00/0.60/0.53)	

CMYK percentages

%28.1
%0
%59.5
%52.55

Codes

Color #577931 in popluar color models

577931
RGB8712149
HSL88°42.35%33.33%
HSB/HSV88°59.50%47.45%
CMYK28.10%0.00%59.50%
52.55%

Color #577931 in popluar number systems.

HEX577931
Decimal8712149
Binary10101111111001110001
Octal12717161

Shades and tints

Shades of #577931

#577931
(87,121,49)
#506E2D
(80,110,45)
#496329
(73,99,41)
#425825
(66,88,37)
#3B4D21
(59,77,33)
#34421D
(52,66,29)
#2D3719
(45,55,25)
#262C15
(38,44,21)
#1F2111
(31,33,17)
#18160D
(24,22,13)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #577931

#577931
(87,121,49)
#668543
(102,133,67)
#759155
(117,145,85)
#849D67
(132,157,103)
#93A979
(147,169,121)
#A2B58B
(162,181,139)
#B1C19D
(177,193,157)
#C0CDAF
(192,205,175)
#CFD9C1
(207,217,193)
#DEE5D3
(222,229,211)
#EDF1E5
(237,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577931 color. Also use rgb(87,121,49) instead hex code.

Text Font Color

.myTextColor { color: #577931; }

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

This text font color is #577931.


Background Color

.myBgColor { background-color: #577931; }

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

This div background color is #577931.


Border color

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

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

This div border color is #577931.


Opacity

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

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

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

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

This text has shadow with #577931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577931 on black background.


Color preview on white background

This text has color #577931 on white background.



Black color preview on #577931 background

This text has black color on #577931 background.


White color preview on #577931 background

This text has white color on #577931 background.