COLOR #577129

HEX: #577129
RGB: (87,113,41)

Color info

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

RGB color model

#577129 color RGB value is (87,113,41).

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

RGB channels and saturation

R 87 of 255 = 34%
G 113 of 255 = 44%
B 41 of 255 = 16%

87
113
41

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

Portions of RGB colors in percentages

R + G + B =
87 + 113 + 41 = 241 (100%)
R 87 of 241 ~ 36.1%
G 113 of 241 ~ 46.89%
B 41 of 241 ~ 17.01%

%36.1
%46.89
%17.01

CMYK color model

#577129 color CMYK value is (23,0,64,56).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 63.72%
  • key color value is 55.69%
CMYK:
(23,0,64,56)
C23M0Y64K56 
(23%,0%,64%,56%)
(0.23/0.00/0.64/0.56)	

CMYK percentages

%23.01
%0
%63.72
%55.69

Codes

Color #577129 in popluar color models

577129
RGB8711341
HSL82°46.75%30.20%
HSB/HSV82°63.72%44.31%
CMYK23.01%0.00%63.72%
55.69%

Color #577129 in popluar number systems.

HEX577129
Decimal8711341
Binary10101111110001101001
Octal12716151

Shades and tints

Shades of #577129

#577129
(87,113,41)
#506726
(80,103,38)
#495D23
(73,93,35)
#425320
(66,83,32)
#3B491D
(59,73,29)
#343F1A
(52,63,26)
#2D3517
(45,53,23)
#262B14
(38,43,20)
#1F2111
(31,33,17)
#18170E
(24,23,14)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #577129

#577129
(87,113,41)
#667D3C
(102,125,60)
#75894F
(117,137,79)
#849562
(132,149,98)
#93A175
(147,161,117)
#A2AD88
(162,173,136)
#B1B99B
(177,185,155)
#C0C5AE
(192,197,174)
#CFD1C1
(207,209,193)
#DEDDD4
(222,221,212)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577129; }

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

This text font color is #577129.


Background Color

.myBgColor { background-color: #577129; }

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

This div background color is #577129.


Border color

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

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

This div border color is #577129.


Opacity

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

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

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

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

This text has shadow with #577129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577129 on black background.


Color preview on white background

This text has color #577129 on white background.



Black color preview on #577129 background

This text has black color on #577129 background.


White color preview on #577129 background

This text has white color on #577129 background.