COLOR #5A9880

HEX: #5A9880
RGB: (90,152,128)

Color info

#5A9880 contains mainly green and blue colors. Web safe color of #5A9880 is #669966 (or #696).

RGB color model

#5A9880 color RGB value is (90,152,128).

  • red value is 90;
  • green value is 152;
  • blue value is 128.
RGB:
(90,152,128)
(35%,60%,50%)

RGB channels and saturation

R 90 of 255 = 35%
G 152 of 255 = 60%
B 128 of 255 = 50%

90
152
128

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

Portions of RGB colors in percentages

R + G + B =
90 + 152 + 128 = 370 (100%)
R 90 of 370 ~ 24.32%
G 152 of 370 ~ 41.08%
B 128 of 370 ~ 34.59%

%24.32
%41.08
%34.59

CMYK color model

#5A9880 color CMYK value is (41,0,16,40).

  • cyan value is 40.79%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(41,0,16,40)
C41M0Y16K40 
(41%,0%,16%,40%)
(0.41/0.00/0.16/0.40)	

CMYK percentages

%40.79
%0
%15.79
%40.39

Codes

Color #5A9880 in popluar color models

5A9880
RGB90152128
HSL157°25.62%47.45%
HSB/HSV157°40.79%59.61%
CMYK40.79%0.00%15.79%
40.39%

Color #5A9880 in popluar number systems.

HEX5A9880
Decimal90152128
Binary10110101001100010000000
Octal132230200

Shades and tints

Shades of #5A9880

#5A9880
(90,152,128)
#528B75
(82,139,117)
#4A7E6A
(74,126,106)
#42715F
(66,113,95)
#3A6454
(58,100,84)
#325749
(50,87,73)
#2A4A3E
(42,74,62)
#223D33
(34,61,51)
#1A3028
(26,48,40)
#12231D
(18,35,29)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #5A9880

#5A9880
(90,152,128)
#69A18B
(105,161,139)
#78AA96
(120,170,150)
#87B3A1
(135,179,161)
#96BCAC
(150,188,172)
#A5C5B7
(165,197,183)
#B4CEC2
(180,206,194)
#C3D7CD
(195,215,205)
#D2E0D8
(210,224,216)
#E1E9E3
(225,233,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9880 color. Also use rgb(90,152,128) instead hex code.

Text Font Color

.myTextColor { color: #5A9880; }

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

This text font color is #5A9880.


Background Color

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

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

This div background color is #5A9880.


Border color

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

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

This div border color is #5A9880.


Opacity

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

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

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

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

This text has shadow with #5A9880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A9880 on black background.


Color preview on white background

This text has color #5A9880 on white background.



Black color preview on #5A9880 background

This text has black color on #5A9880 background.


White color preview on #5A9880 background

This text has white color on #5A9880 background.