COLOR #90A390

HEX: #90A390
RGB: (144,163,144)

Color info

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

RGB color model

#90A390 color RGB value is (144,163,144).

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

RGB channels and saturation

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

144
163
144

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

Portions of RGB colors in percentages

R + G + B =
144 + 163 + 144 = 451 (100%)
R 144 of 451 ~ 31.93%
G 163 of 451 ~ 36.14%
B 144 of 451 ~ 31.93%

%31.93
%36.14
%31.93

CMYK color model

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

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

CMYK percentages

%11.66
%0
%11.66
%36.08

Codes

Color #90A390 in popluar color models

90A390
RGB144163144
HSL120°9.36%60.20%
HSB/HSV120°11.66%63.92%
CMYK11.66%0.00%11.66%
36.08%

Color #90A390 in popluar number systems.

HEX90A390
Decimal144163144
Binary100100001010001110010000
Octal220243220

Shades and tints

Shades of #90A390

#90A390
(144,163,144)
#839583
(131,149,131)
#768776
(118,135,118)
#697969
(105,121,105)
#5C6B5C
(92,107,92)
#4F5D4F
(79,93,79)
#424F42
(66,79,66)
#354135
(53,65,53)
#283328
(40,51,40)
#1B251B
(27,37,27)
#0E170E
(14,23,14)
#000000
(0,0,0)

Tints of #90A390

#90A390
(144,163,144)
#9AAB9A
(154,171,154)
#A4B3A4
(164,179,164)
#AEBBAE
(174,187,174)
#B8C3B8
(184,195,184)
#C2CBC2
(194,203,194)
#CCD3CC
(204,211,204)
#D6DBD6
(214,219,214)
#E0E3E0
(224,227,224)
#EAEBEA
(234,235,234)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A390; }

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

This text font color is #90A390.


Background Color

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

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

This div background color is #90A390.


Border color

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

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

This div border color is #90A390.


Opacity

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

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

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

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

This text has shadow with #90A390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A390 on black background.


Color preview on white background

This text has color #90A390 on white background.



Black color preview on #90A390 background

This text has black color on #90A390 background.


White color preview on #90A390 background

This text has white color on #90A390 background.