COLOR #899090

HEX: #899090
RGB: (137,144,144)

Color info

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

RGB color model

#899090 color RGB value is (137,144,144).

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

RGB channels and saturation

R 137 of 255 = 54%
G 144 of 255 = 56%
B 144 of 255 = 56%

137
144
144

R + G + B ~ 55%. #899090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 144 + 144 = 425 (100%)
R 137 of 425 ~ 32.24%
G 144 of 425 ~ 33.88%
B 144 of 425 ~ 33.88%

%32.24
%33.88
%33.88

CMYK color model

#899090 color CMYK value is (5,0,0,44).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(5,0,0,44)
C5M0Y0K44 
(5%,0%,0%,44%)
(0.05/0.00/0.00/0.44)	

CMYK percentages

%4.86
%0
%0
%43.53

Codes

Color #899090 in popluar color models

899090
RGB137144144
HSL180°3.06%55.10%
HSB/HSV180°4.86%56.47%
CMYK4.86%0.00%0.00%
43.53%

Color #899090 in popluar number systems.

HEX899090
Decimal137144144
Binary100010011001000010010000
Octal211220220

Shades and tints

Shades of #899090

#899090
(137,144,144)
#7D8383
(125,131,131)
#717676
(113,118,118)
#656969
(101,105,105)
#595C5C
(89,92,92)
#4D4F4F
(77,79,79)
#414242
(65,66,66)
#353535
(53,53,53)
#292828
(41,40,40)
#1D1B1B
(29,27,27)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #899090

#899090
(137,144,144)
#939A9A
(147,154,154)
#9DA4A4
(157,164,164)
#A7AEAE
(167,174,174)
#B1B8B8
(177,184,184)
#BBC2C2
(187,194,194)
#C5CCCC
(197,204,204)
#CFD6D6
(207,214,214)
#D9E0E0
(217,224,224)
#E3EAEA
(227,234,234)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899090; }

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

This text font color is #899090.


Background Color

.myBgColor { background-color: #899090; }

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

This div background color is #899090.


Border color

.myBorderColor { border: 1px solid #899090; }

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

This div border color is #899090.


Opacity

.myOpacity80 { color: #899090; opacity: 0.8; }

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

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

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

This text has shadow with #899090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899090 on black background.


Color preview on white background

This text has color #899090 on white background.



Black color preview on #899090 background

This text has black color on #899090 background.


White color preview on #899090 background

This text has white color on #899090 background.