COLOR #577072

HEX: #577072
RGB: (87,112,114)

Color info

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

RGB color model

#577072 color RGB value is (87,112,114).

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

RGB channels and saturation

R 87 of 255 = 34%
G 112 of 255 = 44%
B 114 of 255 = 45%

87
112
114

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

Portions of RGB colors in percentages

R + G + B =
87 + 112 + 114 = 313 (100%)
R 87 of 313 ~ 27.8%
G 112 of 313 ~ 35.78%
B 114 of 313 ~ 36.42%

%27.8
%35.78
%36.42

CMYK color model

#577072 color CMYK value is (24,2,0,55).

  • cyan value is 23.68%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(24,2,0,55)
C24M2Y0K55 
(24%,2%,0%,55%)
(0.24/0.02/0.00/0.55)	

CMYK percentages

%23.68
%1.75
%0
%55.29

Codes

Color #577072 in popluar color models

577072
RGB87112114
HSL184°13.43%39.41%
HSB/HSV184°23.68%44.71%
CMYK23.68%1.75%0.00%
55.29%

Color #577072 in popluar number systems.

HEX577072
Decimal87112114
Binary101011111100001110010
Octal127160162

Shades and tints

Shades of #577072

#577072
(87,112,114)
#506668
(80,102,104)
#495C5E
(73,92,94)
#425254
(66,82,84)
#3B484A
(59,72,74)
#343E40
(52,62,64)
#2D3436
(45,52,54)
#262A2C
(38,42,44)
#1F2022
(31,32,34)
#181618
(24,22,24)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #577072

#577072
(87,112,114)
#667D7E
(102,125,126)
#758A8A
(117,138,138)
#849796
(132,151,150)
#93A4A2
(147,164,162)
#A2B1AE
(162,177,174)
#B1BEBA
(177,190,186)
#C0CBC6
(192,203,198)
#CFD8D2
(207,216,210)
#DEE5DE
(222,229,222)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577072; }

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

This text font color is #577072.


Background Color

.myBgColor { background-color: #577072; }

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

This div background color is #577072.


Border color

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

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

This div border color is #577072.


Opacity

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

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

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

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

This text has shadow with #577072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577072 on black background.


Color preview on white background

This text has color #577072 on white background.



Black color preview on #577072 background

This text has black color on #577072 background.


White color preview on #577072 background

This text has white color on #577072 background.