COLOR #577D5B

HEX: #577D5B
RGB: (87,125,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

87
125
91

R + G + B ~ 40%. #577D5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 125 + 91 = 303 (100%)
R 87 of 303 ~ 28.71%
G 125 of 303 ~ 41.25%
B 91 of 303 ~ 30.03%

%28.71
%41.25
%30.03

CMYK color model

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

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

CMYK percentages

%30.4
%0
%27.2
%50.98

Codes

Color #577D5B in popluar color models

577D5B
RGB8712591
HSL126°17.92%41.57%
HSB/HSV126°30.40%49.02%
CMYK30.40%0.00%27.20%
50.98%

Color #577D5B in popluar number systems.

HEX577D5B
Decimal8712591
Binary101011111111011011011
Octal127175133

Shades and tints

Shades of #577D5B

#577D5B
(87,125,91)
#507253
(80,114,83)
#49674B
(73,103,75)
#425C43
(66,92,67)
#3B513B
(59,81,59)
#344633
(52,70,51)
#2D3B2B
(45,59,43)
#263023
(38,48,35)
#1F251B
(31,37,27)
#181A13
(24,26,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #577D5B

#577D5B
(87,125,91)
#668869
(102,136,105)
#759377
(117,147,119)
#849E85
(132,158,133)
#93A993
(147,169,147)
#A2B4A1
(162,180,161)
#B1BFAF
(177,191,175)
#C0CABD
(192,202,189)
#CFD5CB
(207,213,203)
#DEE0D9
(222,224,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577D5B; }

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

This text font color is #577D5B.


Background Color

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

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

This div background color is #577D5B.


Border color

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

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

This div border color is #577D5B.


Opacity

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

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

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

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

This text has shadow with #577D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577D5B on black background.


Color preview on white background

This text has color #577D5B on white background.



Black color preview on #577D5B background

This text has black color on #577D5B background.


White color preview on #577D5B background

This text has white color on #577D5B background.