COLOR #577E60

HEX: #577E60
RGB: (87,126,96)

Color info

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

RGB color model

#577E60 color RGB value is (87,126,96).

  • red value is 87;
  • green value is 126;
  • blue value is 96.
RGB:
(87,126,96)
(34%,49%,38%)

RGB channels and saturation

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

87
126
96

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

Portions of RGB colors in percentages

R + G + B =
87 + 126 + 96 = 309 (100%)
R 87 of 309 ~ 28.16%
G 126 of 309 ~ 40.78%
B 96 of 309 ~ 31.07%

%28.16
%40.78
%31.07

CMYK color model

#577E60 color CMYK value is (31,0,24,51).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(31,0,24,51)
C31M0Y24K51 
(31%,0%,24%,51%)
(0.31/0.00/0.24/0.51)	

CMYK percentages

%30.95
%0
%23.81
%50.59

Codes

Color #577E60 in popluar color models

577E60
RGB8712696
HSL134°18.31%41.76%
HSB/HSV134°30.95%49.41%
CMYK30.95%0.00%23.81%
50.59%

Color #577E60 in popluar number systems.

HEX577E60
Decimal8712696
Binary101011111111101100000
Octal127176140

Shades and tints

Shades of #577E60

#577E60
(87,126,96)
#507358
(80,115,88)
#496850
(73,104,80)
#425D48
(66,93,72)
#3B5240
(59,82,64)
#344738
(52,71,56)
#2D3C30
(45,60,48)
#263128
(38,49,40)
#1F2620
(31,38,32)
#181B18
(24,27,24)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #577E60

#577E60
(87,126,96)
#66896E
(102,137,110)
#75947C
(117,148,124)
#849F8A
(132,159,138)
#93AA98
(147,170,152)
#A2B5A6
(162,181,166)
#B1C0B4
(177,192,180)
#C0CBC2
(192,203,194)
#CFD6D0
(207,214,208)
#DEE1DE
(222,225,222)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577E60; }

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

This text font color is #577E60.


Background Color

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

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

This div background color is #577E60.


Border color

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

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

This div border color is #577E60.


Opacity

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

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

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

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

This text has shadow with #577E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577E60 on black background.


Color preview on white background

This text has color #577E60 on white background.



Black color preview on #577E60 background

This text has black color on #577E60 background.


White color preview on #577E60 background

This text has white color on #577E60 background.