COLOR #90A488

HEX: #90A488
RGB: (144,164,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

144
164
136

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

Portions of RGB colors in percentages

R + G + B =
144 + 164 + 136 = 444 (100%)
R 144 of 444 ~ 32.43%
G 164 of 444 ~ 36.94%
B 136 of 444 ~ 30.63%

%32.43
%36.94
%30.63

CMYK color model

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

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

CMYK percentages

%12.2
%0
%17.07
%35.69

Codes

Color #90A488 in popluar color models

90A488
RGB144164136
HSL103°13.33%58.82%
HSB/HSV103°17.07%64.31%
CMYK12.20%0.00%17.07%
35.69%

Color #90A488 in popluar number systems.

HEX90A488
Decimal144164136
Binary100100001010010010001000
Octal220244210

Shades and tints

Shades of #90A488

#90A488
(144,164,136)
#83967C
(131,150,124)
#768870
(118,136,112)
#697A64
(105,122,100)
#5C6C58
(92,108,88)
#4F5E4C
(79,94,76)
#425040
(66,80,64)
#354234
(53,66,52)
#283428
(40,52,40)
#1B261C
(27,38,28)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #90A488

#90A488
(144,164,136)
#9AAC92
(154,172,146)
#A4B49C
(164,180,156)
#AEBCA6
(174,188,166)
#B8C4B0
(184,196,176)
#C2CCBA
(194,204,186)
#CCD4C4
(204,212,196)
#D6DCCE
(214,220,206)
#E0E4D8
(224,228,216)
#EAECE2
(234,236,226)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A488; }

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

This text font color is #90A488.


Background Color

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

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

This div background color is #90A488.


Border color

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

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

This div border color is #90A488.


Opacity

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

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

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

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

This text has shadow with #90A488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A488 on black background.


Color preview on white background

This text has color #90A488 on white background.



Black color preview on #90A488 background

This text has black color on #90A488 background.


White color preview on #90A488 background

This text has white color on #90A488 background.