COLOR #5A9578

HEX: #5A9578
RGB: (90,149,120)

Color info

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

RGB color model

#5A9578 color RGB value is (90,149,120).

  • red value is 90;
  • green value is 149;
  • blue value is 120.
RGB:
(90,149,120)
(35%,58%,47%)

RGB channels and saturation

R 90 of 255 = 35%
G 149 of 255 = 58%
B 120 of 255 = 47%

90
149
120

R + G + B ~ 47%. #5A9578 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 149 + 120 = 359 (100%)
R 90 of 359 ~ 25.07%
G 149 of 359 ~ 41.5%
B 120 of 359 ~ 33.43%

%25.07
%41.5
%33.43

CMYK color model

#5A9578 color CMYK value is (40,0,19,42).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 41.57%
CMYK:
(40,0,19,42)
C40M0Y19K42 
(40%,0%,19%,42%)
(0.40/0.00/0.19/0.42)	

CMYK percentages

%39.6
%0
%19.46
%41.57

Codes

Color #5A9578 in popluar color models

5A9578
RGB90149120
HSL151°24.69%46.86%
HSB/HSV151°39.60%58.43%
CMYK39.60%0.00%19.46%
41.57%

Color #5A9578 in popluar number systems.

HEX5A9578
Decimal90149120
Binary1011010100101011111000
Octal132225170

Shades and tints

Shades of #5A9578

#5A9578
(90,149,120)
#52886E
(82,136,110)
#4A7B64
(74,123,100)
#426E5A
(66,110,90)
#3A6150
(58,97,80)
#325446
(50,84,70)
#2A473C
(42,71,60)
#223A32
(34,58,50)
#1A2D28
(26,45,40)
#12201E
(18,32,30)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #5A9578

#5A9578
(90,149,120)
#699E84
(105,158,132)
#78A790
(120,167,144)
#87B09C
(135,176,156)
#96B9A8
(150,185,168)
#A5C2B4
(165,194,180)
#B4CBC0
(180,203,192)
#C3D4CC
(195,212,204)
#D2DDD8
(210,221,216)
#E1E6E4
(225,230,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9578 color. Also use rgb(90,149,120) instead hex code.

Text Font Color

.myTextColor { color: #5A9578; }

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

This text font color is #5A9578.


Background Color

.myBgColor { background-color: #5A9578; }

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

This div background color is #5A9578.


Border color

.myBorderColor { border: 1px solid #5A9578; }

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

This div border color is #5A9578.


Opacity

.myOpacity80 { color: #5A9578; opacity: 0.8; }

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

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

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

This text has shadow with #5A9578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9578 on black background.


Color preview on white background

This text has color #5A9578 on white background.



Black color preview on #5A9578 background

This text has black color on #5A9578 background.


White color preview on #5A9578 background

This text has white color on #5A9578 background.