COLOR #577E53

HEX: #577E53
RGB: (87,126,83)

Color info

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

RGB color model

#577E53 color RGB value is (87,126,83).

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

RGB channels and saturation

R 87 of 255 = 34%
G 126 of 255 = 49%
B 83 of 255 = 33%

87
126
83

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

Portions of RGB colors in percentages

R + G + B =
87 + 126 + 83 = 296 (100%)
R 87 of 296 ~ 29.39%
G 126 of 296 ~ 42.57%
B 83 of 296 ~ 28.04%

%29.39
%42.57
%28.04

CMYK color model

#577E53 color CMYK value is (31,0,34,51).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 34.13%
  • key color value is 50.59%
CMYK:
(31,0,34,51)
C31M0Y34K51 
(31%,0%,34%,51%)
(0.31/0.00/0.34/0.51)	

CMYK percentages

%30.95
%0
%34.13
%50.59

Codes

Color #577E53 in popluar color models

577E53
RGB8712683
HSL114°20.57%40.98%
HSB/HSV114°34.13%49.41%
CMYK30.95%0.00%34.13%
50.59%

Color #577E53 in popluar number systems.

HEX577E53
Decimal8712683
Binary101011111111101010011
Octal127176123

Shades and tints

Shades of #577E53

#577E53
(87,126,83)
#50734C
(80,115,76)
#496845
(73,104,69)
#425D3E
(66,93,62)
#3B5237
(59,82,55)
#344730
(52,71,48)
#2D3C29
(45,60,41)
#263122
(38,49,34)
#1F261B
(31,38,27)
#181B14
(24,27,20)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #577E53

#577E53
(87,126,83)
#668962
(102,137,98)
#759471
(117,148,113)
#849F80
(132,159,128)
#93AA8F
(147,170,143)
#A2B59E
(162,181,158)
#B1C0AD
(177,192,173)
#C0CBBC
(192,203,188)
#CFD6CB
(207,214,203)
#DEE1DA
(222,225,218)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577E53; }

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

This text font color is #577E53.


Background Color

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

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

This div background color is #577E53.


Border color

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

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

This div border color is #577E53.


Opacity

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

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

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

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

This text has shadow with #577E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577E53 on black background.


Color preview on white background

This text has color #577E53 on white background.



Black color preview on #577E53 background

This text has black color on #577E53 background.


White color preview on #577E53 background

This text has white color on #577E53 background.