COLOR #577D6F

HEX: #577D6F RGB: (87,125,111)

Color info

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

RGB color model

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

RGB: (87,125,111) (34%, 49%, 44%)

RGB channels and saturation

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

87
125
111

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

Portions of RGB colors in percentages

R + G + B = 87 + 125 + 111 = 323 (100%)
R 87 of 323 ~ 26.93%
G 125 of 323 ~ 38.7%
B 111 of 323 ~ 34.37'%

%26.93
%38.7
%34.37

CMYK color model

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

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 50.98%

CMYK: (30,0,11,51)
C30M0Y11K51 (30%, 0%, 11%, 51%)
(0.30 / 0.00 / 0.11 / 0.51)

CMYK percentages

%30.4
%0
%11.2
%50.98

Codes

Color #577D6F in popluar color models

57 7D 6F
RGB 87 125 111
HSL 158° 17.92% 41.57%
HSB/HSV 158° 30.40% 49.02%
CMYK 30.40% 0.00% 11.20%
50.98%

Color #577D6F in popluar number systems.

HEX 57 7D 6F
Decimal 87 125 111
Binary 1010111 1111101 1101111
Octal 127 175 157

Shades and tints

Shades of #577D6F

#577D6F
(87,125,111)
#507265
(80,114,101)
#49675B
(73,103,91)
#425C51
(66,92,81)
#3B5147
(59,81,71)
#34463D
(52,70,61)
#2D3B33
(45,59,51)
#263029
(38,48,41)
#1F251F
(31,37,31)
#181A15
(24,26,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #577D6F

#577D6F
(87,125,111)
#66887C
(102,136,124)
#759389
(117,147,137)
#849E96
(132,158,150)
#93A9A3
(147,169,163)
#A2B4B0
(162,180,176)
#B1BFBD
(177,191,189)
#C0CACA
(192,202,202)
#CFD5D7
(207,213,215)
#DEE0E4
(222,224,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577D6F; }

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

This text font color is #577D6F.

Background Color

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

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

This div background color is #577D6F.

Border color

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

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

This div border color is #577D6F.

Opacity

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

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

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

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

This text has shadow with #577D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577D6F.

Preview

Color preview on black background

This text has color #577D6F on black background.


Color preview on white background

This text has color #577D6F on white background.


Black color preview on #577D6F background

This text has black color on #577D6F background.


White color preview on #577D6F background

This text has white color on #577D6F background.


Related colors

Complementary color

Complementary color for #hex is #A88290.


I love getcolorcode.com

Triadic colors

1 #6F577D and #7D6F57 with #577D6F are triadic colors.

2 #6F7D57 and #7D576F with #577D6F are triadic colors.