COLOR #90A588

HEX: #90A588
RGB: (144,165,136)

Color info

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

RGB color model

#90A588 color RGB value is (144,165,136).

  • red value is 144;
  • green value is 165;
  • blue value is 136.
RGB:
(144,165,136)
(56%,65%,53%)

RGB channels and saturation

R 144 of 255 = 56%
G 165 of 255 = 65%
B 136 of 255 = 53%

144
165
136

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

Portions of RGB colors in percentages

R + G + B =
144 + 165 + 136 = 445 (100%)
R 144 of 445 ~ 32.36%
G 165 of 445 ~ 37.08%
B 136 of 445 ~ 30.56%

%32.36
%37.08
%30.56

CMYK color model

#90A588 color CMYK value is (13,0,18,35).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 35.29%
CMYK:
(13,0,18,35)
C13M0Y18K35 
(13%,0%,18%,35%)
(0.13/0.00/0.18/0.35)	

CMYK percentages

%12.73
%0
%17.58
%35.29

Codes

Color #90A588 in popluar color models

90A588
RGB144165136
HSL103°13.88%59.02%
HSB/HSV103°17.58%64.71%
CMYK12.73%0.00%17.58%
35.29%

Color #90A588 in popluar number systems.

HEX90A588
Decimal144165136
Binary100100001010010110001000
Octal220245210

Shades and tints

Shades of #90A588

#90A588
(144,165,136)
#83967C
(131,150,124)
#768770
(118,135,112)
#697864
(105,120,100)
#5C6958
(92,105,88)
#4F5A4C
(79,90,76)
#424B40
(66,75,64)
#353C34
(53,60,52)
#282D28
(40,45,40)
#1B1E1C
(27,30,28)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #90A588

#90A588
(144,165,136)
#9AAD92
(154,173,146)
#A4B59C
(164,181,156)
#AEBDA6
(174,189,166)
#B8C5B0
(184,197,176)
#C2CDBA
(194,205,186)
#CCD5C4
(204,213,196)
#D6DDCE
(214,221,206)
#E0E5D8
(224,229,216)
#EAEDE2
(234,237,226)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A588; }

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

This text font color is #90A588.


Background Color

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

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

This div background color is #90A588.


Border color

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

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

This div border color is #90A588.


Opacity

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

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

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

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

This text has shadow with #90A588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A588 on black background.


Color preview on white background

This text has color #90A588 on white background.



Black color preview on #90A588 background

This text has black color on #90A588 background.


White color preview on #90A588 background

This text has white color on #90A588 background.