COLOR #90A383

HEX: #90A383
RGB: (144,163,131)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

144
163
131

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

Portions of RGB colors in percentages

R + G + B =
144 + 163 + 131 = 438 (100%)
R 144 of 438 ~ 32.88%
G 163 of 438 ~ 37.21%
B 131 of 438 ~ 29.91%

%32.88
%37.21
%29.91

CMYK color model

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

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

CMYK percentages

%11.66
%0
%19.63
%36.08

Codes

Color #90A383 in popluar color models

90A383
RGB144163131
HSL96°14.81%57.65%
HSB/HSV96°19.63%63.92%
CMYK11.66%0.00%19.63%
36.08%

Color #90A383 in popluar number systems.

HEX90A383
Decimal144163131
Binary100100001010001110000011
Octal220243203

Shades and tints

Shades of #90A383

#90A383
(144,163,131)
#839578
(131,149,120)
#76876D
(118,135,109)
#697962
(105,121,98)
#5C6B57
(92,107,87)
#4F5D4C
(79,93,76)
#424F41
(66,79,65)
#354136
(53,65,54)
#28332B
(40,51,43)
#1B2520
(27,37,32)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #90A383

#90A383
(144,163,131)
#9AAB8E
(154,171,142)
#A4B399
(164,179,153)
#AEBBA4
(174,187,164)
#B8C3AF
(184,195,175)
#C2CBBA
(194,203,186)
#CCD3C5
(204,211,197)
#D6DBD0
(214,219,208)
#E0E3DB
(224,227,219)
#EAEBE6
(234,235,230)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A383; }

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

This text font color is #90A383.


Background Color

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

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

This div background color is #90A383.


Border color

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

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

This div border color is #90A383.


Opacity

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

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

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

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

This text has shadow with #90A383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A383 on black background.


Color preview on white background

This text has color #90A383 on white background.



Black color preview on #90A383 background

This text has black color on #90A383 background.


White color preview on #90A383 background

This text has white color on #90A383 background.