COLOR #578080

HEX: #578080
RGB: (87,128,128)

Color info

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

RGB color model

#578080 color RGB value is (87,128,128).

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

RGB channels and saturation

R 87 of 255 = 34%
G 128 of 255 = 50%
B 128 of 255 = 50%

87
128
128

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

Portions of RGB colors in percentages

R + G + B =
87 + 128 + 128 = 343 (100%)
R 87 of 343 ~ 25.36%
G 128 of 343 ~ 37.32%
B 128 of 343 ~ 37.32%

%25.36
%37.32
%37.32

CMYK color model

#578080 color CMYK value is (32,0,0,50).

  • cyan value is 32.03%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(32,0,0,50)
C32M0Y0K50 
(32%,0%,0%,50%)
(0.32/0.00/0.00/0.50)	

CMYK percentages

%32.03
%0
%0
%49.8

Codes

Color #578080 in popluar color models

578080
RGB87128128
HSL180°19.07%42.16%
HSB/HSV180°32.03%50.20%
CMYK32.03%0.00%0.00%
49.80%

Color #578080 in popluar number systems.

HEX578080
Decimal87128128
Binary10101111000000010000000
Octal127200200

Shades and tints

Shades of #578080

#578080
(87,128,128)
#507575
(80,117,117)
#496A6A
(73,106,106)
#425F5F
(66,95,95)
#3B5454
(59,84,84)
#344949
(52,73,73)
#2D3E3E
(45,62,62)
#263333
(38,51,51)
#1F2828
(31,40,40)
#181D1D
(24,29,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #578080

#578080
(87,128,128)
#668B8B
(102,139,139)
#759696
(117,150,150)
#84A1A1
(132,161,161)
#93ACAC
(147,172,172)
#A2B7B7
(162,183,183)
#B1C2C2
(177,194,194)
#C0CDCD
(192,205,205)
#CFD8D8
(207,216,216)
#DEE3E3
(222,227,227)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578080; }

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

This text font color is #578080.


Background Color

.myBgColor { background-color: #578080; }

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

This div background color is #578080.


Border color

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

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

This div border color is #578080.


Opacity

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

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

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

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

This text has shadow with #578080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578080 on black background.


Color preview on white background

This text has color #578080 on white background.



Black color preview on #578080 background

This text has black color on #578080 background.


White color preview on #578080 background

This text has white color on #578080 background.