COLOR #577F52

HEX: #577F52
RGB: (87,127,82)

Color info

#577F52 contains red, green and blue colors in about the same proportion. Web safe color of #577F52 is #666666 (or #666).

RGB color model

#577F52 color RGB value is (87,127,82).

  • red value is 87;
  • green value is 127;
  • blue value is 82.
RGB:
(87,127,82)
(34%,50%,32%)

RGB channels and saturation

R 87 of 255 = 34%
G 127 of 255 = 50%
B 82 of 255 = 32%

87
127
82

R + G + B ~ 39%. #577F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 127 + 82 = 296 (100%)
R 87 of 296 ~ 29.39%
G 127 of 296 ~ 42.91%
B 82 of 296 ~ 27.7%

%29.39
%42.91
%27.7

CMYK color model

#577F52 color CMYK value is (31,0,35,50).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 35.43%
  • key color value is 50.20%
CMYK:
(31,0,35,50)
C31M0Y35K50 
(31%,0%,35%,50%)
(0.31/0.00/0.35/0.50)	

CMYK percentages

%31.5
%0
%35.43
%50.2

Codes

Color #577F52 in popluar color models

577F52
RGB8712782
HSL113°21.53%40.98%
HSB/HSV113°35.43%49.80%
CMYK31.50%0.00%35.43%
50.20%

Color #577F52 in popluar number systems.

HEX577F52
Decimal8712782
Binary101011111111111010010
Octal127177122

Shades and tints

Shades of #577F52

#577F52
(87,127,82)
#50744B
(80,116,75)
#496944
(73,105,68)
#425E3D
(66,94,61)
#3B5336
(59,83,54)
#34482F
(52,72,47)
#2D3D28
(45,61,40)
#263221
(38,50,33)
#1F271A
(31,39,26)
#181C13
(24,28,19)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #577F52

#577F52
(87,127,82)
#668A61
(102,138,97)
#759570
(117,149,112)
#84A07F
(132,160,127)
#93AB8E
(147,171,142)
#A2B69D
(162,182,157)
#B1C1AC
(177,193,172)
#C0CCBB
(192,204,187)
#CFD7CA
(207,215,202)
#DEE2D9
(222,226,217)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577F52 color. Also use rgb(87,127,82) instead hex code.

Text Font Color

.myTextColor { color: #577F52; }

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

This text font color is #577F52.


Background Color

.myBgColor { background-color: #577F52; }

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

This div background color is #577F52.


Border color

.myBorderColor { border: 1px solid #577F52; }

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

This div border color is #577F52.


Opacity

.myOpacity80 { color: #577F52; opacity: 0.8; }

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

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

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

This text has shadow with #577F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577F52 on black background.


Color preview on white background

This text has color #577F52 on white background.



Black color preview on #577F52 background

This text has black color on #577F52 background.


White color preview on #577F52 background

This text has white color on #577F52 background.