COLOR #578A78

HEX: #578A78
RGB: (87,138,120)

Color info

#578A78 contains red, green and blue colors in about the same proportion. Web safe color of #578A78 is #669966 (or #696).

RGB color model

#578A78 color RGB value is (87,138,120).

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

RGB channels and saturation

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

87
138
120

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

Portions of RGB colors in percentages

R + G + B =
87 + 138 + 120 = 345 (100%)
R 87 of 345 ~ 25.22%
G 138 of 345 ~ 40%
B 120 of 345 ~ 34.78%

%25.22
%40
%34.78

CMYK color model

#578A78 color CMYK value is (37,0,13,46).

  • cyan value is 36.96%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 45.88%
CMYK:
(37,0,13,46)
C37M0Y13K46 
(37%,0%,13%,46%)
(0.37/0.00/0.13/0.46)	

CMYK percentages

%36.96
%0
%13.04
%45.88

Codes

Color #578A78 in popluar color models

578A78
RGB87138120
HSL159°22.67%44.12%
HSB/HSV159°36.96%54.12%
CMYK36.96%0.00%13.04%
45.88%

Color #578A78 in popluar number systems.

HEX578A78
Decimal87138120
Binary1010111100010101111000
Octal127212170

Shades and tints

Shades of #578A78

#578A78
(87,138,120)
#507E6E
(80,126,110)
#497264
(73,114,100)
#42665A
(66,102,90)
#3B5A50
(59,90,80)
#344E46
(52,78,70)
#2D423C
(45,66,60)
#263632
(38,54,50)
#1F2A28
(31,42,40)
#181E1E
(24,30,30)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #578A78

#578A78
(87,138,120)
#669484
(102,148,132)
#759E90
(117,158,144)
#84A89C
(132,168,156)
#93B2A8
(147,178,168)
#A2BCB4
(162,188,180)
#B1C6C0
(177,198,192)
#C0D0CC
(192,208,204)
#CFDAD8
(207,218,216)
#DEE4E4
(222,228,228)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578A78; }

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

This text font color is #578A78.


Background Color

.myBgColor { background-color: #578A78; }

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

This div background color is #578A78.


Border color

.myBorderColor { border: 1px solid #578A78; }

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

This div border color is #578A78.


Opacity

.myOpacity80 { color: #578A78; opacity: 0.8; }

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

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

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

This text has shadow with #578A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578A78 on black background.


Color preview on white background

This text has color #578A78 on white background.



Black color preview on #578A78 background

This text has black color on #578A78 background.


White color preview on #578A78 background

This text has white color on #578A78 background.