COLOR #577473

HEX: #577473
RGB: (87,116,115)

Color info

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

RGB color model

#577473 color RGB value is (87,116,115).

  • red value is 87;
  • green value is 116;
  • blue value is 115.
RGB:
(87,116,115)
(34%,45%,45%)

RGB channels and saturation

R 87 of 255 = 34%
G 116 of 255 = 45%
B 115 of 255 = 45%

87
116
115

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

Portions of RGB colors in percentages

R + G + B =
87 + 116 + 115 = 318 (100%)
R 87 of 318 ~ 27.36%
G 116 of 318 ~ 36.48%
B 115 of 318 ~ 36.16%

%27.36
%36.48
%36.16

CMYK color model

#577473 color CMYK value is (25,0,1,55).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(25,0,1,55)
C25M0Y1K55 
(25%,0%,1%,55%)
(0.25/0.00/0.01/0.55)	

CMYK percentages

%25
%0
%0.86
%54.51

Codes

Color #577473 in popluar color models

577473
RGB87116115
HSL178°14.29%39.80%
HSB/HSV178°25.00%45.49%
CMYK25.00%0.00%0.86%
54.51%

Color #577473 in popluar number systems.

HEX577473
Decimal87116115
Binary101011111101001110011
Octal127164163

Shades and tints

Shades of #577473

#577473
(87,116,115)
#506A69
(80,106,105)
#49605F
(73,96,95)
#425655
(66,86,85)
#3B4C4B
(59,76,75)
#344241
(52,66,65)
#2D3837
(45,56,55)
#262E2D
(38,46,45)
#1F2423
(31,36,35)
#181A19
(24,26,25)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #577473

#577473
(87,116,115)
#66807F
(102,128,127)
#758C8B
(117,140,139)
#849897
(132,152,151)
#93A4A3
(147,164,163)
#A2B0AF
(162,176,175)
#B1BCBB
(177,188,187)
#C0C8C7
(192,200,199)
#CFD4D3
(207,212,211)
#DEE0DF
(222,224,223)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577473 color. Also use rgb(87,116,115) instead hex code.

Text Font Color

.myTextColor { color: #577473; }

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

This text font color is #577473.


Background Color

.myBgColor { background-color: #577473; }

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

This div background color is #577473.


Border color

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

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

This div border color is #577473.


Opacity

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

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

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

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

This text has shadow with #577473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577473 on black background.


Color preview on white background

This text has color #577473 on white background.



Black color preview on #577473 background

This text has black color on #577473 background.


White color preview on #577473 background

This text has white color on #577473 background.