COLOR #5A9480

HEX: #5A9480 RGB: (90,148,128)

Color info

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

RGB color model

#5A9480 color RGB value is (90,148,128).

RGB: (90,148,128) (35%, 58%, 50%)

RGB channels and saturation

R 90 of 255 = 35%
G 148 of 255 = 58%
B 128 of 255 = 50%

90
148
128

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

Portions of RGB colors in percentages

R + G + B = 90 + 148 + 128 = 366 (100%)
R 90 of 366 ~ 24.59%
G 148 of 366 ~ 40.44%
B 128 of 366 ~ 34.97'%

%24.59
%40.44
%34.97

CMYK color model

#5A9480 color CMYK value is (39,0,14,42).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 41.96%

CMYK: (39,0,14,42)
C39M0Y14K42 (39%, 0%, 14%, 42%)
(0.39 / 0.00 / 0.14 / 0.42)

CMYK percentages

%39.19
%0
%13.51
%41.96

Codes

Color #5A9480 in popluar color models

5A 94 80
RGB 90 148 128
HSL 159° 24.37% 46.67%
HSB/HSV 159° 39.19% 58.04%
CMYK 39.19% 0.00% 13.51%
41.96%

Color #5A9480 in popluar number systems.

HEX 5A 94 80
Decimal 90 148 128
Binary 1011010 10010100 10000000
Octal 132 224 200

Shades and tints

Shades of #5A9480

#5A9480
(90,148,128)
#528775
(82,135,117)
#4A7A6A
(74,122,106)
#426D5F
(66,109,95)
#3A6054
(58,96,84)
#325349
(50,83,73)
#2A463E
(42,70,62)
#223933
(34,57,51)
#1A2C28
(26,44,40)
#121F1D
(18,31,29)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #5A9480

#5A9480
(90,148,128)
#699D8B
(105,157,139)
#78A696
(120,166,150)
#87AFA1
(135,175,161)
#96B8AC
(150,184,172)
#A5C1B7
(165,193,183)
#B4CAC2
(180,202,194)
#C3D3CD
(195,211,205)
#D2DCD8
(210,220,216)
#E1E5E3
(225,229,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9480; }

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

This text font color is #5A9480.

Background Color

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

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

This div background color is #5A9480.

Border color

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

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

This div border color is #5A9480.

Opacity

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

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

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

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

This text has shadow with #5A9480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9480.

Preview

Color preview on black background

This text has color #5A9480 on black background.


Color preview on white background

This text has color #5A9480 on white background.


Black color preview on #5A9480 background

This text has black color on #5A9480 background.


White color preview on #5A9480 background

This text has white color on #5A9480 background.


Related colors

Complementary color

Complementary color for #hex is #A56B7F.


I love getcolorcode.com

Triadic colors

1 #805A94 and #94805A with #5A9480 are triadic colors.

2 #80945A and #945A80 with #5A9480 are triadic colors.