COLOR #90A46E

HEX: #90A46E
RGB: (144,164,110)

Color info

#90A46E contains red, green and blue colors in about the same proportion. Web safe color of #90A46E is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

144
164
110

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

Portions of RGB colors in percentages

R + G + B =
144 + 164 + 110 = 418 (100%)
R 144 of 418 ~ 34.45%
G 164 of 418 ~ 39.23%
B 110 of 418 ~ 26.32%

%34.45
%39.23
%26.32

CMYK color model

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

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

CMYK percentages

%12.2
%0
%32.93
%35.69

Codes

Color #90A46E in popluar color models

90A46E
RGB144164110
HSL82°22.88%53.73%
HSB/HSV82°32.93%64.31%
CMYK12.20%0.00%32.93%
35.69%

Color #90A46E in popluar number systems.

HEX90A46E
Decimal144164110
Binary10010000101001001101110
Octal220244156

Shades and tints

Shades of #90A46E

#90A46E
(144,164,110)
#839664
(131,150,100)
#76885A
(118,136,90)
#697A50
(105,122,80)
#5C6C46
(92,108,70)
#4F5E3C
(79,94,60)
#425032
(66,80,50)
#354228
(53,66,40)
#28341E
(40,52,30)
#1B2614
(27,38,20)
#0E180A
(14,24,10)
#000000
(0,0,0)

Tints of #90A46E

#90A46E
(144,164,110)
#9AAC7B
(154,172,123)
#A4B488
(164,180,136)
#AEBC95
(174,188,149)
#B8C4A2
(184,196,162)
#C2CCAF
(194,204,175)
#CCD4BC
(204,212,188)
#D6DCC9
(214,220,201)
#E0E4D6
(224,228,214)
#EAECE3
(234,236,227)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A46E; }

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

This text font color is #90A46E.


Background Color

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

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

This div background color is #90A46E.


Border color

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

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

This div border color is #90A46E.


Opacity

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

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

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

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

This text has shadow with #90A46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A46E on black background.


Color preview on white background

This text has color #90A46E on white background.



Black color preview on #90A46E background

This text has black color on #90A46E background.


White color preview on #90A46E background

This text has white color on #90A46E background.