COLOR #90A589

HEX: #90A589 RGB: (144,165,137)

Color info

#90A589 contains red, green and blue colors in about the same proportion. Web safe color of #90A589 is #999999 (or #999).

RGB color model

#90A589 color RGB value is (144,165,137).

RGB: (144,165,137) (56%, 65%, 54%)

RGB channels and saturation

R 144 of 255 = 56%
G 165 of 255 = 65%
B 137 of 255 = 54%

144
165
137

R + G + B ~ 58%. #90A589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 165 + 137 = 446 (100%)
R 144 of 446 ~ 32.29%
G 165 of 446 ~ 37%
B 137 of 446 ~ 30.72'%

%32.29
%37
%30.72

CMYK color model

#90A589 color CMYK value is (13,0,17,35).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 35.29%

CMYK: (13,0,17,35)
C13M0Y17K35 (13%, 0%, 17%, 35%)
(0.13 / 0.00 / 0.17 / 0.35)

CMYK percentages

%12.73
%0
%16.97
%35.29

Codes

Color #90A589 in popluar color models

90 A5 89
RGB 144 165 137
HSL 105° 13.46% 59.22%
HSB/HSV 105° 16.97% 64.71%
CMYK 12.73% 0.00% 16.97%
35.29%

Color #90A589 in popluar number systems.

HEX 90 A5 89
Decimal 144 165 137
Binary 10010000 10100101 10001001
Octal 220 245 211

Shades and tints

Shades of #90A589

#90A589
(144,165,137)
#83967D
(131,150,125)
#768771
(118,135,113)
#697865
(105,120,101)
#5C6959
(92,105,89)
#4F5A4D
(79,90,77)
#424B41
(66,75,65)
#353C35
(53,60,53)
#282D29
(40,45,41)
#1B1E1D
(27,30,29)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #90A589

#90A589
(144,165,137)
#9AAD93
(154,173,147)
#A4B59D
(164,181,157)
#AEBDA7
(174,189,167)
#B8C5B1
(184,197,177)
#C2CDBB
(194,205,187)
#CCD5C5
(204,213,197)
#D6DDCF
(214,221,207)
#E0E5D9
(224,229,217)
#EAEDE3
(234,237,227)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A589 color. Also use rgb(144,165,137) instead hex code.

Text Font Color

.myTextColor { color: #90A589; }

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

This text font color is #90A589.

Background Color

.myBgColor { background-color: #90A589; }

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

This div background color is #90A589.

Border color

.myBorderColor { border: 1px solid #90A589; }

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

This div border color is #90A589.

Opacity

.myOpacity80 { color: #90A589; opacity: 0.8; }

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

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

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

This text has shadow with #90A589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A589.

Preview

Color preview on black background

This text has color #90A589 on black background.


Color preview on white background

This text has color #90A589 on white background.


Black color preview on #90A589 background

This text has black color on #90A589 background.


White color preview on #90A589 background

This text has white color on #90A589 background.


Related colors

Complementary color

Complementary color for #hex is #6F5A76.


I love getcolorcode.com

Triadic colors

1 #8990A5 and #A58990 with #90A589 are triadic colors.

2 #89A590 and #A59089 with #90A589 are triadic colors.