COLOR #577249

HEX: #577249
RGB: (87,114,73)

Color info

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

RGB color model

#577249 color RGB value is (87,114,73).

  • red value is 87;
  • green value is 114;
  • blue value is 73.
RGB:
(87,114,73)
(34%,45%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 114 of 255 = 45%
B 73 of 255 = 29%

87
114
73

R + G + B ~ 36%. #577249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 114 + 73 = 274 (100%)
R 87 of 274 ~ 31.75%
G 114 of 274 ~ 41.61%
B 73 of 274 ~ 26.64%

%31.75
%41.61
%26.64

CMYK color model

#577249 color CMYK value is (24,0,36,55).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(24,0,36,55)
C24M0Y36K55 
(24%,0%,36%,55%)
(0.24/0.00/0.36/0.55)	

CMYK percentages

%23.68
%0
%35.96
%55.29

Codes

Color #577249 in popluar color models

577249
RGB8711473
HSL100°21.93%36.67%
HSB/HSV100°35.96%44.71%
CMYK23.68%0.00%35.96%
55.29%

Color #577249 in popluar number systems.

HEX577249
Decimal8711473
Binary101011111100101001001
Octal127162111

Shades and tints

Shades of #577249

#577249
(87,114,73)
#506843
(80,104,67)
#495E3D
(73,94,61)
#425437
(66,84,55)
#3B4A31
(59,74,49)
#34402B
(52,64,43)
#2D3625
(45,54,37)
#262C1F
(38,44,31)
#1F2219
(31,34,25)
#181813
(24,24,19)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #577249

#577249
(87,114,73)
#667E59
(102,126,89)
#758A69
(117,138,105)
#849679
(132,150,121)
#93A289
(147,162,137)
#A2AE99
(162,174,153)
#B1BAA9
(177,186,169)
#C0C6B9
(192,198,185)
#CFD2C9
(207,210,201)
#DEDED9
(222,222,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577249 color. Also use rgb(87,114,73) instead hex code.

Text Font Color

.myTextColor { color: #577249; }

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

This text font color is #577249.


Background Color

.myBgColor { background-color: #577249; }

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

This div background color is #577249.


Border color

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

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

This div border color is #577249.


Opacity

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

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

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

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

This text has shadow with #577249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577249 on black background.


Color preview on white background

This text has color #577249 on white background.



Black color preview on #577249 background

This text has black color on #577249 background.


White color preview on #577249 background

This text has white color on #577249 background.