COLOR #577D57

HEX: #577D57
RGB: (87,125,87)

Color info

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

RGB color model

#577D57 color RGB value is (87,125,87).

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

RGB channels and saturation

R 87 of 255 = 34%
G 125 of 255 = 49%
B 87 of 255 = 34%

87
125
87

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

Portions of RGB colors in percentages

R + G + B =
87 + 125 + 87 = 299 (100%)
R 87 of 299 ~ 29.1%
G 125 of 299 ~ 41.81%
B 87 of 299 ~ 29.1%

%29.1
%41.81
%29.1

CMYK color model

#577D57 color CMYK value is (30,0,30,51).

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 30.40%
  • key color value is 50.98%
CMYK:
(30,0,30,51)
C30M0Y30K51 
(30%,0%,30%,51%)
(0.30/0.00/0.30/0.51)	

CMYK percentages

%30.4
%0
%30.4
%50.98

Codes

Color #577D57 in popluar color models

577D57
RGB8712587
HSL120°17.92%41.57%
HSB/HSV120°30.40%49.02%
CMYK30.40%0.00%30.40%
50.98%

Color #577D57 in popluar number systems.

HEX577D57
Decimal8712587
Binary101011111111011010111
Octal127175127

Shades and tints

Shades of #577D57

#577D57
(87,125,87)
#507250
(80,114,80)
#496749
(73,103,73)
#425C42
(66,92,66)
#3B513B
(59,81,59)
#344634
(52,70,52)
#2D3B2D
(45,59,45)
#263026
(38,48,38)
#1F251F
(31,37,31)
#181A18
(24,26,24)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #577D57

#577D57
(87,125,87)
#668866
(102,136,102)
#759375
(117,147,117)
#849E84
(132,158,132)
#93A993
(147,169,147)
#A2B4A2
(162,180,162)
#B1BFB1
(177,191,177)
#C0CAC0
(192,202,192)
#CFD5CF
(207,213,207)
#DEE0DE
(222,224,222)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577D57; }

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

This text font color is #577D57.


Background Color

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

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

This div background color is #577D57.


Border color

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

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

This div border color is #577D57.


Opacity

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

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

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

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

This text has shadow with #577D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577D57 on black background.


Color preview on white background

This text has color #577D57 on white background.



Black color preview on #577D57 background

This text has black color on #577D57 background.


White color preview on #577D57 background

This text has white color on #577D57 background.