COLOR #577772

HEX: #577772
RGB: (87,119,114)

Color info

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

RGB color model

#577772 color RGB value is (87,119,114).

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

RGB channels and saturation

R 87 of 255 = 34%
G 119 of 255 = 47%
B 114 of 255 = 45%

87
119
114

R + G + B ~ 42%. #577772 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 119 + 114 = 320 (100%)
R 87 of 320 ~ 27.19%
G 119 of 320 ~ 37.19%
B 114 of 320 ~ 35.63%

%27.19
%37.19
%35.63

CMYK color model

#577772 color CMYK value is (27,0,4,53).

  • cyan value is 26.89%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(27,0,4,53)
C27M0Y4K53 
(27%,0%,4%,53%)
(0.27/0.00/0.04/0.53)	

CMYK percentages

%26.89
%0
%4.2
%53.33

Codes

Color #577772 in popluar color models

577772
RGB87119114
HSL171°15.53%40.39%
HSB/HSV171°26.89%46.67%
CMYK26.89%0.00%4.20%
53.33%

Color #577772 in popluar number systems.

HEX577772
Decimal87119114
Binary101011111101111110010
Octal127167162

Shades and tints

Shades of #577772

#577772
(87,119,114)
#506D68
(80,109,104)
#49635E
(73,99,94)
#425954
(66,89,84)
#3B4F4A
(59,79,74)
#344540
(52,69,64)
#2D3B36
(45,59,54)
#26312C
(38,49,44)
#1F2722
(31,39,34)
#181D18
(24,29,24)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #577772

#577772
(87,119,114)
#66837E
(102,131,126)
#758F8A
(117,143,138)
#849B96
(132,155,150)
#93A7A2
(147,167,162)
#A2B3AE
(162,179,174)
#B1BFBA
(177,191,186)
#C0CBC6
(192,203,198)
#CFD7D2
(207,215,210)
#DEE3DE
(222,227,222)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577772; }

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

This text font color is #577772.


Background Color

.myBgColor { background-color: #577772; }

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

This div background color is #577772.


Border color

.myBorderColor { border: 1px solid #577772; }

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

This div border color is #577772.


Opacity

.myOpacity80 { color: #577772; opacity: 0.8; }

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

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

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

This text has shadow with #577772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577772 on black background.


Color preview on white background

This text has color #577772 on white background.



Black color preview on #577772 background

This text has black color on #577772 background.


White color preview on #577772 background

This text has white color on #577772 background.