COLOR #90837D

HEX: #90837D
RGB: (144,131,125)

Color info

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

RGB color model

#90837D color RGB value is (144,131,125).

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

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 125 of 255 = 49%

144
131
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 131 + 125 = 400 (100%)
R 144 of 400 ~ 36%
G 131 of 400 ~ 32.75%
B 125 of 400 ~ 31.25%

%36
%32.75
%31.25

CMYK color model

#90837D color CMYK value is (0,9,13,44).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK:
(0,9,13,44)
C0M9Y13K44 
(0%,9%,13%,44%)
(0.00/0.09/0.13/0.44)	

CMYK percentages

%0
%9.03
%13.19
%43.53

Codes

Color #90837D in popluar color models

90837D
RGB144131125
HSL19°7.88%52.75%
HSB/HSV19°13.19%56.47%
CMYK0.00%9.03%13.19%
43.53%

Color #90837D in popluar number systems.

HEX90837D
Decimal144131125
Binary10010000100000111111101
Octal220203175

Shades and tints

Shades of #90837D

#90837D
(144,131,125)
#837872
(131,120,114)
#766D67
(118,109,103)
#69625C
(105,98,92)
#5C5751
(92,87,81)
#4F4C46
(79,76,70)
#42413B
(66,65,59)
#353630
(53,54,48)
#282B25
(40,43,37)
#1B201A
(27,32,26)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #90837D

#90837D
(144,131,125)
#9A8E88
(154,142,136)
#A49993
(164,153,147)
#AEA49E
(174,164,158)
#B8AFA9
(184,175,169)
#C2BAB4
(194,186,180)
#CCC5BF
(204,197,191)
#D6D0CA
(214,208,202)
#E0DBD5
(224,219,213)
#EAE6E0
(234,230,224)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90837D; }

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

This text font color is #90837D.


Background Color

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

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

This div background color is #90837D.


Border color

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

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

This div border color is #90837D.


Opacity

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

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

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

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

This text has shadow with #90837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90837D on black background.


Color preview on white background

This text has color #90837D on white background.



Black color preview on #90837D background

This text has black color on #90837D background.


White color preview on #90837D background

This text has white color on #90837D background.