COLOR #577B5B

HEX: #577B5B
RGB: (87,123,91)

Color info

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

RGB color model

#577B5B color RGB value is (87,123,91).

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

RGB channels and saturation

R 87 of 255 = 34%
G 123 of 255 = 48%
B 91 of 255 = 36%

87
123
91

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

Portions of RGB colors in percentages

R + G + B =
87 + 123 + 91 = 301 (100%)
R 87 of 301 ~ 28.9%
G 123 of 301 ~ 40.86%
B 91 of 301 ~ 30.23%

%28.9
%40.86
%30.23

CMYK color model

#577B5B color CMYK value is (29,0,26,52).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 26.02%
  • key color value is 51.76%
CMYK:
(29,0,26,52)
C29M0Y26K52 
(29%,0%,26%,52%)
(0.29/0.00/0.26/0.52)	

CMYK percentages

%29.27
%0
%26.02
%51.76

Codes

Color #577B5B in popluar color models

577B5B
RGB8712391
HSL127°17.14%41.18%
HSB/HSV127°29.27%48.24%
CMYK29.27%0.00%26.02%
51.76%

Color #577B5B in popluar number systems.

HEX577B5B
Decimal8712391
Binary101011111110111011011
Octal127173133

Shades and tints

Shades of #577B5B

#577B5B
(87,123,91)
#507053
(80,112,83)
#49654B
(73,101,75)
#425A43
(66,90,67)
#3B4F3B
(59,79,59)
#344433
(52,68,51)
#2D392B
(45,57,43)
#262E23
(38,46,35)
#1F231B
(31,35,27)
#181813
(24,24,19)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #577B5B

#577B5B
(87,123,91)
#668769
(102,135,105)
#759377
(117,147,119)
#849F85
(132,159,133)
#93AB93
(147,171,147)
#A2B7A1
(162,183,161)
#B1C3AF
(177,195,175)
#C0CFBD
(192,207,189)
#CFDBCB
(207,219,203)
#DEE7D9
(222,231,217)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577B5B; }

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

This text font color is #577B5B.


Background Color

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

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

This div background color is #577B5B.


Border color

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

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

This div border color is #577B5B.


Opacity

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

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

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

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

This text has shadow with #577B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577B5B on black background.


Color preview on white background

This text has color #577B5B on white background.



Black color preview on #577B5B background

This text has black color on #577B5B background.


White color preview on #577B5B background

This text has white color on #577B5B background.