COLOR #577C60

HEX: #577C60 RGB: (87,124,96)

Color info

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

RGB color model

#577C60 color RGB value is (87,124,96).

RGB: (87,124,96) (34%, 49%, 38%)

RGB channels and saturation

R 87 of 255 = 34%
G 124 of 255 = 49%
B 96 of 255 = 38%

87
124
96

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

Portions of RGB colors in percentages

R + G + B = 87 + 124 + 96 = 307 (100%)
R 87 of 307 ~ 28.34%
G 124 of 307 ~ 40.39%
B 96 of 307 ~ 31.27'%

%28.34
%40.39
%31.27

CMYK color model

#577C60 color CMYK value is (30,0,23,51).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 51.37%

CMYK: (30,0,23,51)
C30M0Y23K51 (30%, 0%, 23%, 51%)
(0.30 / 0.00 / 0.23 / 0.51)

CMYK percentages

%29.84
%0
%22.58
%51.37

Codes

Color #577C60 in popluar color models

57 7C 60
RGB 87 124 96
HSL 135° 17.54% 41.37%
HSB/HSV 135° 29.84% 48.63%
CMYK 29.84% 0.00% 22.58%
51.37%

Color #577C60 in popluar number systems.

HEX 57 7C 60
Decimal 87 124 96
Binary 1010111 1111100 1100000
Octal 127 174 140

Shades and tints

Shades of #577C60

#577C60
(87,124,96)
#507158
(80,113,88)
#496650
(73,102,80)
#425B48
(66,91,72)
#3B5040
(59,80,64)
#344538
(52,69,56)
#2D3A30
(45,58,48)
#262F28
(38,47,40)
#1F2420
(31,36,32)
#181918
(24,25,24)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #577C60

#577C60
(87,124,96)
#66876E
(102,135,110)
#75927C
(117,146,124)
#849D8A
(132,157,138)
#93A898
(147,168,152)
#A2B3A6
(162,179,166)
#B1BEB4
(177,190,180)
#C0C9C2
(192,201,194)
#CFD4D0
(207,212,208)
#DEDFDE
(222,223,222)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577C60 color. Also use rgb(87,124,96) instead hex code.

Text Font Color

.myTextColor { color: #577C60; }

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

This text font color is #577C60.

Background Color

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

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

This div background color is #577C60.

Border color

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

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

This div border color is #577C60.

Opacity

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

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

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

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

This text has shadow with #577C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #577C60.

Preview

Color preview on black background

This text has color #577C60 on black background.


Color preview on white background

This text has color #577C60 on white background.


Black color preview on #577C60 background

This text has black color on #577C60 background.


White color preview on #577C60 background

This text has white color on #577C60 background.


Related colors

Complementary color

Complementary color for #hex is #A8839F.


I love getcolorcode.com

Triadic colors

1 #60577C and #7C6057 with #577C60 are triadic colors.

2 #607C57 and #7C5760 with #577C60 are triadic colors.