COLOR #90837F

HEX: #90837F
RGB: (144,131,127)

Color info

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

RGB color model

#90837F color RGB value is (144,131,127).

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

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 127 of 255 = 50%

144
131
127

R + G + B ~ 52%. #90837F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 131 + 127 = 402 (100%)
R 144 of 402 ~ 35.82%
G 131 of 402 ~ 32.59%
B 127 of 402 ~ 31.59%

%35.82
%32.59
%31.59

CMYK color model

#90837F color CMYK value is (0,9,12,44).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 11.81%
  • key color value is 43.53%
CMYK:
(0,9,12,44)
C0M9Y12K44 
(0%,9%,12%,44%)
(0.00/0.09/0.12/0.44)	

CMYK percentages

%0
%9.03
%11.81
%43.53

Codes

Color #90837F in popluar color models

90837F
RGB144131127
HSL14°7.11%53.14%
HSB/HSV14°11.81%56.47%
CMYK0.00%9.03%11.81%
43.53%

Color #90837F in popluar number systems.

HEX90837F
Decimal144131127
Binary10010000100000111111111
Octal220203177

Shades and tints

Shades of #90837F

#90837F
(144,131,127)
#837874
(131,120,116)
#766D69
(118,109,105)
#69625E
(105,98,94)
#5C5753
(92,87,83)
#4F4C48
(79,76,72)
#42413D
(66,65,61)
#353632
(53,54,50)
#282B27
(40,43,39)
#1B201C
(27,32,28)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #90837F

#90837F
(144,131,127)
#9A8E8A
(154,142,138)
#A49995
(164,153,149)
#AEA4A0
(174,164,160)
#B8AFAB
(184,175,171)
#C2BAB6
(194,186,182)
#CCC5C1
(204,197,193)
#D6D0CC
(214,208,204)
#E0DBD7
(224,219,215)
#EAE6E2
(234,230,226)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90837F color. Also use rgb(144,131,127) instead hex code.

Text Font Color

.myTextColor { color: #90837F; }

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

This text font color is #90837F.


Background Color

.myBgColor { background-color: #90837F; }

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

This div background color is #90837F.


Border color

.myBorderColor { border: 1px solid #90837F; }

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

This div border color is #90837F.


Opacity

.myOpacity80 { color: #90837F; opacity: 0.8; }

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

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

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

This text has shadow with #90837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90837F on black background.


Color preview on white background

This text has color #90837F on white background.



Black color preview on #90837F background

This text has black color on #90837F background.


White color preview on #90837F background

This text has white color on #90837F background.