COLOR #577C77

HEX: #577C77
RGB: (87,124,119)

Color info

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

RGB color model

#577C77 color RGB value is (87,124,119).

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

RGB channels and saturation

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

87
124
119

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

Portions of RGB colors in percentages

R + G + B =
87 + 124 + 119 = 330 (100%)
R 87 of 330 ~ 26.36%
G 124 of 330 ~ 37.58%
B 119 of 330 ~ 36.06%

%26.36
%37.58
%36.06

CMYK color model

#577C77 color CMYK value is (30,0,4,51).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 51.37%
CMYK:
(30,0,4,51)
C30M0Y4K51 
(30%,0%,4%,51%)
(0.30/0.00/0.04/0.51)	

CMYK percentages

%29.84
%0
%4.03
%51.37

Codes

Color #577C77 in popluar color models

577C77
RGB87124119
HSL172°17.54%41.37%
HSB/HSV172°29.84%48.63%
CMYK29.84%0.00%4.03%
51.37%

Color #577C77 in popluar number systems.

HEX577C77
Decimal87124119
Binary101011111111001110111
Octal127174167

Shades and tints

Shades of #577C77

#577C77
(87,124,119)
#50716D
(80,113,109)
#496663
(73,102,99)
#425B59
(66,91,89)
#3B504F
(59,80,79)
#344545
(52,69,69)
#2D3A3B
(45,58,59)
#262F31
(38,47,49)
#1F2427
(31,36,39)
#18191D
(24,25,29)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #577C77

#577C77
(87,124,119)
#668783
(102,135,131)
#75928F
(117,146,143)
#849D9B
(132,157,155)
#93A8A7
(147,168,167)
#A2B3B3
(162,179,179)
#B1BEBF
(177,190,191)
#C0C9CB
(192,201,203)
#CFD4D7
(207,212,215)
#DEDFE3
(222,223,227)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577C77; }

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

This text font color is #577C77.


Background Color

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

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

This div background color is #577C77.


Border color

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

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

This div border color is #577C77.


Opacity

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

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

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

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

This text has shadow with #577C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577C77 on black background.


Color preview on white background

This text has color #577C77 on white background.



Black color preview on #577C77 background

This text has black color on #577C77 background.


White color preview on #577C77 background

This text has white color on #577C77 background.