COLOR #577878

HEX: #577878
RGB: (87,120,120)

Color info

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

RGB color model

#577878 color RGB value is (87,120,120).

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

RGB channels and saturation

R 87 of 255 = 34%
G 120 of 255 = 47%
B 120 of 255 = 47%

87
120
120

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

Portions of RGB colors in percentages

R + G + B =
87 + 120 + 120 = 327 (100%)
R 87 of 327 ~ 26.61%
G 120 of 327 ~ 36.7%
B 120 of 327 ~ 36.7%

%26.61
%36.7
%36.7

CMYK color model

#577878 color CMYK value is (28,0,0,53).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(28,0,0,53)
C28M0Y0K53 
(28%,0%,0%,53%)
(0.28/0.00/0.00/0.53)	

CMYK percentages

%27.5
%0
%0
%52.94

Codes

Color #577878 in popluar color models

577878
RGB87120120
HSL180°15.94%40.59%
HSB/HSV180°27.50%47.06%
CMYK27.50%0.00%0.00%
52.94%

Color #577878 in popluar number systems.

HEX577878
Decimal87120120
Binary101011111110001111000
Octal127170170

Shades and tints

Shades of #577878

#577878
(87,120,120)
#506E6E
(80,110,110)
#496464
(73,100,100)
#425A5A
(66,90,90)
#3B5050
(59,80,80)
#344646
(52,70,70)
#2D3C3C
(45,60,60)
#263232
(38,50,50)
#1F2828
(31,40,40)
#181E1E
(24,30,30)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #577878

#577878
(87,120,120)
#668484
(102,132,132)
#759090
(117,144,144)
#849C9C
(132,156,156)
#93A8A8
(147,168,168)
#A2B4B4
(162,180,180)
#B1C0C0
(177,192,192)
#C0CCCC
(192,204,204)
#CFD8D8
(207,216,216)
#DEE4E4
(222,228,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #577878; }

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

This text font color is #577878.


Background Color

.myBgColor { background-color: #577878; }

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

This div background color is #577878.


Border color

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

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

This div border color is #577878.


Opacity

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

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

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

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

This text has shadow with #577878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577878 on black background.


Color preview on white background

This text has color #577878 on white background.



Black color preview on #577878 background

This text has black color on #577878 background.


White color preview on #577878 background

This text has white color on #577878 background.