COLOR #90838A

HEX: #90838A
RGB: (144,131,138)

Color info

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

RGB color model

#90838A color RGB value is (144,131,138).

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

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 138 of 255 = 54%

144
131
138

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

Portions of RGB colors in percentages

R + G + B =
144 + 131 + 138 = 413 (100%)
R 144 of 413 ~ 34.87%
G 131 of 413 ~ 31.72%
B 138 of 413 ~ 33.41%

%34.87
%31.72
%33.41

CMYK color model

#90838A color CMYK value is (0,9,4,44).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 4.17%
  • key color value is 43.53%
CMYK:
(0,9,4,44)
C0M9Y4K44 
(0%,9%,4%,44%)
(0.00/0.09/0.04/0.44)	

CMYK percentages

%0
%9.03
%4.17
%43.53

Codes

Color #90838A in popluar color models

90838A
RGB144131138
HSL328°5.53%53.92%
HSB/HSV328°9.03%56.47%
CMYK0.00%9.03%4.17%
43.53%

Color #90838A in popluar number systems.

HEX90838A
Decimal144131138
Binary100100001000001110001010
Octal220203212

Shades and tints

Shades of #90838A

#90838A
(144,131,138)
#83787E
(131,120,126)
#766D72
(118,109,114)
#696266
(105,98,102)
#5C575A
(92,87,90)
#4F4C4E
(79,76,78)
#424142
(66,65,66)
#353636
(53,54,54)
#282B2A
(40,43,42)
#1B201E
(27,32,30)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #90838A

#90838A
(144,131,138)
#9A8E94
(154,142,148)
#A4999E
(164,153,158)
#AEA4A8
(174,164,168)
#B8AFB2
(184,175,178)
#C2BABC
(194,186,188)
#CCC5C6
(204,197,198)
#D6D0D0
(214,208,208)
#E0DBDA
(224,219,218)
#EAE6E4
(234,230,228)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90838A color. Also use rgb(144,131,138) instead hex code.

Text Font Color

.myTextColor { color: #90838A; }

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

This text font color is #90838A.


Background Color

.myBgColor { background-color: #90838A; }

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

This div background color is #90838A.


Border color

.myBorderColor { border: 1px solid #90838A; }

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

This div border color is #90838A.


Opacity

.myOpacity80 { color: #90838A; opacity: 0.8; }

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

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

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

This text has shadow with #90838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90838A on black background.


Color preview on white background

This text has color #90838A on white background.



Black color preview on #90838A background

This text has black color on #90838A background.


White color preview on #90838A background

This text has white color on #90838A background.