COLOR #90A57E

HEX: #90A57E
RGB: (144,165,126)

Color info

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

RGB color model

#90A57E color RGB value is (144,165,126).

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

RGB channels and saturation

R 144 of 255 = 56%
G 165 of 255 = 65%
B 126 of 255 = 49%

144
165
126

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

Portions of RGB colors in percentages

R + G + B =
144 + 165 + 126 = 435 (100%)
R 144 of 435 ~ 33.1%
G 165 of 435 ~ 37.93%
B 126 of 435 ~ 28.97%

%33.1
%37.93
%28.97

CMYK color model

#90A57E color CMYK value is (13,0,24,35).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 35.29%
CMYK:
(13,0,24,35)
C13M0Y24K35 
(13%,0%,24%,35%)
(0.13/0.00/0.24/0.35)	

CMYK percentages

%12.73
%0
%23.64
%35.29

Codes

Color #90A57E in popluar color models

90A57E
RGB144165126
HSL92°17.81%57.06%
HSB/HSV92°23.64%64.71%
CMYK12.73%0.00%23.64%
35.29%

Color #90A57E in popluar number systems.

HEX90A57E
Decimal144165126
Binary10010000101001011111110
Octal220245176

Shades and tints

Shades of #90A57E

#90A57E
(144,165,126)
#839673
(131,150,115)
#768768
(118,135,104)
#69785D
(105,120,93)
#5C6952
(92,105,82)
#4F5A47
(79,90,71)
#424B3C
(66,75,60)
#353C31
(53,60,49)
#282D26
(40,45,38)
#1B1E1B
(27,30,27)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #90A57E

#90A57E
(144,165,126)
#9AAD89
(154,173,137)
#A4B594
(164,181,148)
#AEBD9F
(174,189,159)
#B8C5AA
(184,197,170)
#C2CDB5
(194,205,181)
#CCD5C0
(204,213,192)
#D6DDCB
(214,221,203)
#E0E5D6
(224,229,214)
#EAEDE1
(234,237,225)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A57E; }

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

This text font color is #90A57E.


Background Color

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

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

This div background color is #90A57E.


Border color

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

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

This div border color is #90A57E.


Opacity

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

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

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

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

This text has shadow with #90A57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A57E on black background.


Color preview on white background

This text has color #90A57E on white background.



Black color preview on #90A57E background

This text has black color on #90A57E background.


White color preview on #90A57E background

This text has white color on #90A57E background.