COLOR #577F75

HEX: #577F75 RGB: (87,127,117)

Color info

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

RGB color model

#577F75 color RGB value is (87,127,117).

RGB: (87,127,117) (34%, 50%, 46%)

RGB channels and saturation

R 87 of 255 = 34%
G 127 of 255 = 50%
B 117 of 255 = 46%

87
127
117

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

Portions of RGB colors in percentages

R + G + B = 87 + 127 + 117 = 331 (100%)
R 87 of 331 ~ 26.28%
G 127 of 331 ~ 38.37%
B 117 of 331 ~ 35.35'%

%26.28
%38.37
%35.35

CMYK color model

#577F75 color CMYK value is (31,0,8,50).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 50.20%

CMYK: (31,0,8,50)
C31M0Y8K50 (31%, 0%, 8%, 50%)
(0.31 / 0.00 / 0.08 / 0.50)

CMYK percentages

%31.5
%0
%7.87
%50.2

Codes

Color #577F75 in popluar color models

57 7F 75
RGB 87 127 117
HSL 165° 18.69% 41.96%
HSB/HSV 165° 31.50% 49.80%
CMYK 31.50% 0.00% 7.87%
50.20%

Color #577F75 in popluar number systems.

HEX 57 7F 75
Decimal 87 127 117
Binary 1010111 1111111 1110101
Octal 127 177 165

Shades and tints

Shades of #577F75

#577F75
(87,127,117)
#50746B
(80,116,107)
#496961
(73,105,97)
#425E57
(66,94,87)
#3B534D
(59,83,77)
#344843
(52,72,67)
#2D3D39
(45,61,57)
#26322F
(38,50,47)
#1F2725
(31,39,37)
#181C1B
(24,28,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #577F75

#577F75
(87,127,117)
#668A81
(102,138,129)
#75958D
(117,149,141)
#84A099
(132,160,153)
#93ABA5
(147,171,165)
#A2B6B1
(162,182,177)
#B1C1BD
(177,193,189)
#C0CCC9
(192,204,201)
#CFD7D5
(207,215,213)
#DEE2E1
(222,226,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577F75 color. Also use rgb(87,127,117) instead hex code.

Text Font Color

.myTextColor { color: #577F75; }

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

This text font color is #577F75.

Background Color

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

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

This div background color is #577F75.

Border color

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

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

This div border color is #577F75.

Opacity

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

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

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

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

This text has shadow with #577F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577F75.

Preview

Color preview on black background

This text has color #577F75 on black background.


Color preview on white background

This text has color #577F75 on white background.


Black color preview on #577F75 background

This text has black color on #577F75 background.


White color preview on #577F75 background

This text has white color on #577F75 background.


Related colors

Complementary color

Complementary color for #hex is #A8808A.


I love getcolorcode.com

Triadic colors

1 #75577F and #7F7557 with #577F75 are triadic colors.

2 #757F57 and #7F5775 with #577F75 are triadic colors.