COLOR #999090

HEX: #999090
RGB: (153,144,144)

Color info

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

RGB color model

#999090 color RGB value is (153,144,144).

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

RGB channels and saturation

R 153 of 255 = 60%
G 144 of 255 = 56%
B 144 of 255 = 56%

153
144
144

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

Portions of RGB colors in percentages

R + G + B =
153 + 144 + 144 = 441 (100%)
R 153 of 441 ~ 34.69%
G 144 of 441 ~ 32.65%
B 144 of 441 ~ 32.65%

%34.69
%32.65
%32.65

CMYK color model

#999090 color CMYK value is (0,6,6,40).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(0,6,6,40)
C0M6Y6K40 
(0%,6%,6%,40%)
(0.00/0.06/0.06/0.40)	

CMYK percentages

%0
%5.88
%5.88
%40

Codes

Color #999090 in popluar color models

999090
RGB153144144
HSL4.23%58.24%
HSB/HSV5.88%60.00%
CMYK0.00%5.88%5.88%
40.00%

Color #999090 in popluar number systems.

HEX999090
Decimal153144144
Binary100110011001000010010000
Octal231220220

Shades and tints

Shades of #999090

#999090
(153,144,144)
#8C8383
(140,131,131)
#7F7676
(127,118,118)
#726969
(114,105,105)
#655C5C
(101,92,92)
#584F4F
(88,79,79)
#4B4242
(75,66,66)
#3E3535
(62,53,53)
#312828
(49,40,40)
#241B1B
(36,27,27)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #999090

#999090
(153,144,144)
#A29A9A
(162,154,154)
#ABA4A4
(171,164,164)
#B4AEAE
(180,174,174)
#BDB8B8
(189,184,184)
#C6C2C2
(198,194,194)
#CFCCCC
(207,204,204)
#D8D6D6
(216,214,214)
#E1E0E0
(225,224,224)
#EAEAEA
(234,234,234)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999090; }

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

This text font color is #999090.


Background Color

.myBgColor { background-color: #999090; }

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

This div background color is #999090.


Border color

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

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

This div border color is #999090.


Opacity

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

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

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

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

This text has shadow with #999090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999090 on black background.


Color preview on white background

This text has color #999090 on white background.



Black color preview on #999090 background

This text has black color on #999090 background.


White color preview on #999090 background

This text has white color on #999090 background.