COLOR #577E77

HEX: #577E77
RGB: (87,126,119)

Color info

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

RGB color model

#577E77 color RGB value is (87,126,119).

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

RGB channels and saturation

R 87 of 255 = 34%
G 126 of 255 = 49%
B 119 of 255 = 47%

87
126
119

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

Portions of RGB colors in percentages

R + G + B =
87 + 126 + 119 = 332 (100%)
R 87 of 332 ~ 26.2%
G 126 of 332 ~ 37.95%
B 119 of 332 ~ 35.84%

%26.2
%37.95
%35.84

CMYK color model

#577E77 color CMYK value is (31,0,6,51).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 50.59%
CMYK:
(31,0,6,51)
C31M0Y6K51 
(31%,0%,6%,51%)
(0.31/0.00/0.06/0.51)	

CMYK percentages

%30.95
%0
%5.56
%50.59

Codes

Color #577E77 in popluar color models

577E77
RGB87126119
HSL169°18.31%41.76%
HSB/HSV169°30.95%49.41%
CMYK30.95%0.00%5.56%
50.59%

Color #577E77 in popluar number systems.

HEX577E77
Decimal87126119
Binary101011111111101110111
Octal127176167

Shades and tints

Shades of #577E77

#577E77
(87,126,119)
#50736D
(80,115,109)
#496863
(73,104,99)
#425D59
(66,93,89)
#3B524F
(59,82,79)
#344745
(52,71,69)
#2D3C3B
(45,60,59)
#263131
(38,49,49)
#1F2627
(31,38,39)
#181B1D
(24,27,29)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #577E77

#577E77
(87,126,119)
#668983
(102,137,131)
#75948F
(117,148,143)
#849F9B
(132,159,155)
#93AAA7
(147,170,167)
#A2B5B3
(162,181,179)
#B1C0BF
(177,192,191)
#C0CBCB
(192,203,203)
#CFD6D7
(207,214,215)
#DEE1E3
(222,225,227)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577E77; }

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

This text font color is #577E77.


Background Color

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

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

This div background color is #577E77.


Border color

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

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

This div border color is #577E77.


Opacity

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

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

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

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

This text has shadow with #577E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577E77 on black background.


Color preview on white background

This text has color #577E77 on white background.



Black color preview on #577E77 background

This text has black color on #577E77 background.


White color preview on #577E77 background

This text has white color on #577E77 background.