COLOR #90A490

HEX: #90A490
RGB: (144,164,144)

Color info

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

RGB color model

#90A490 color RGB value is (144,164,144).

  • red value is 144;
  • green value is 164;
  • blue value is 144.
RGB:
(144,164,144)
(56%,64%,56%)

RGB channels and saturation

R 144 of 255 = 56%
G 164 of 255 = 64%
B 144 of 255 = 56%

144
164
144

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

Portions of RGB colors in percentages

R + G + B =
144 + 164 + 144 = 452 (100%)
R 144 of 452 ~ 31.86%
G 164 of 452 ~ 36.28%
B 144 of 452 ~ 31.86%

%31.86
%36.28
%31.86

CMYK color model

#90A490 color CMYK value is (12,0,12,36).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 35.69%
CMYK:
(12,0,12,36)
C12M0Y12K36 
(12%,0%,12%,36%)
(0.12/0.00/0.12/0.36)	

CMYK percentages

%12.2
%0
%12.2
%35.69

Codes

Color #90A490 in popluar color models

90A490
RGB144164144
HSL120°9.90%60.39%
HSB/HSV120°12.20%64.31%
CMYK12.20%0.00%12.20%
35.69%

Color #90A490 in popluar number systems.

HEX90A490
Decimal144164144
Binary100100001010010010010000
Octal220244220

Shades and tints

Shades of #90A490

#90A490
(144,164,144)
#839683
(131,150,131)
#768876
(118,136,118)
#697A69
(105,122,105)
#5C6C5C
(92,108,92)
#4F5E4F
(79,94,79)
#425042
(66,80,66)
#354235
(53,66,53)
#283428
(40,52,40)
#1B261B
(27,38,27)
#0E180E
(14,24,14)
#000000
(0,0,0)

Tints of #90A490

#90A490
(144,164,144)
#9AAC9A
(154,172,154)
#A4B4A4
(164,180,164)
#AEBCAE
(174,188,174)
#B8C4B8
(184,196,184)
#C2CCC2
(194,204,194)
#CCD4CC
(204,212,204)
#D6DCD6
(214,220,214)
#E0E4E0
(224,228,224)
#EAECEA
(234,236,234)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A490; }

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

This text font color is #90A490.


Background Color

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

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

This div background color is #90A490.


Border color

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

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

This div border color is #90A490.


Opacity

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

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

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

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

This text has shadow with #90A490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A490 on black background.


Color preview on white background

This text has color #90A490 on white background.



Black color preview on #90A490 background

This text has black color on #90A490 background.


White color preview on #90A490 background

This text has white color on #90A490 background.