COLOR #577B5E

HEX: #577B5E RGB: (87,123,94)

Color info

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

RGB color model

#577B5E color RGB value is (87,123,94).

RGB: (87,123,94) (34%, 48%, 37%)

RGB channels and saturation

R 87 of 255 = 34%
G 123 of 255 = 48%
B 94 of 255 = 37%

87
123
94

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

Portions of RGB colors in percentages

R + G + B = 87 + 123 + 94 = 304 (100%)
R 87 of 304 ~ 28.62%
G 123 of 304 ~ 40.46%
B 94 of 304 ~ 30.92'%

%28.62
%40.46
%30.92

CMYK color model

#577B5E color CMYK value is (29,0,24,52).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 51.76%

CMYK: (29,0,24,52)
C29M0Y24K52 (29%, 0%, 24%, 52%)
(0.29 / 0.00 / 0.24 / 0.52)

CMYK percentages

%29.27
%0
%23.58
%51.76

Codes

Color #577B5E in popluar color models

57 7B 5E
RGB 87 123 94
HSL 132° 17.14% 41.18%
HSB/HSV 132° 29.27% 48.24%
CMYK 29.27% 0.00% 23.58%
51.76%

Color #577B5E in popluar number systems.

HEX 57 7B 5E
Decimal 87 123 94
Binary 1010111 1111011 1011110
Octal 127 173 136

Shades and tints

Shades of #577B5E

#577B5E
(87,123,94)
#507056
(80,112,86)
#49654E
(73,101,78)
#425A46
(66,90,70)
#3B4F3E
(59,79,62)
#344436
(52,68,54)
#2D392E
(45,57,46)
#262E26
(38,46,38)
#1F231E
(31,35,30)
#181816
(24,24,22)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #577B5E

#577B5E
(87,123,94)
#66876C
(102,135,108)
#75937A
(117,147,122)
#849F88
(132,159,136)
#93AB96
(147,171,150)
#A2B7A4
(162,183,164)
#B1C3B2
(177,195,178)
#C0CFC0
(192,207,192)
#CFDBCE
(207,219,206)
#DEE7DC
(222,231,220)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577B5E; }

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

This text font color is #577B5E.

Background Color

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

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

This div background color is #577B5E.

Border color

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

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

This div border color is #577B5E.

Opacity

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

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

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

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

This text has shadow with #577B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577B5E.

Preview

Color preview on black background

This text has color #577B5E on black background.


Color preview on white background

This text has color #577B5E on white background.


Black color preview on #577B5E background

This text has black color on #577B5E background.


White color preview on #577B5E background

This text has white color on #577B5E background.


Related colors

Complementary color

Complementary color for #hex is #A884A1.


I love getcolorcode.com

Triadic colors

1 #5E577B and #7B5E57 with #577B5E are triadic colors.

2 #5E7B57 and #7B575E with #577B5E are triadic colors.