COLOR #90836E

HEX: #90836E
RGB: (144,131,110)

Color info

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

RGB color model

#90836E color RGB value is (144,131,110).

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

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 110 of 255 = 43%

144
131
110

R + G + B ~ 50%. #90836E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 131 + 110 = 385 (100%)
R 144 of 385 ~ 37.4%
G 131 of 385 ~ 34.03%
B 110 of 385 ~ 28.57%

%37.4
%34.03
%28.57

CMYK color model

#90836E color CMYK value is (0,9,24,44).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 23.61%
  • key color value is 43.53%
CMYK:
(0,9,24,44)
C0M9Y24K44 
(0%,9%,24%,44%)
(0.00/0.09/0.24/0.44)	

CMYK percentages

%0
%9.03
%23.61
%43.53

Codes

Color #90836E in popluar color models

90836E
RGB144131110
HSL37°13.39%49.80%
HSB/HSV37°23.61%56.47%
CMYK0.00%9.03%23.61%
43.53%

Color #90836E in popluar number systems.

HEX90836E
Decimal144131110
Binary10010000100000111101110
Octal220203156

Shades and tints

Shades of #90836E

#90836E
(144,131,110)
#837864
(131,120,100)
#766D5A
(118,109,90)
#696250
(105,98,80)
#5C5746
(92,87,70)
#4F4C3C
(79,76,60)
#424132
(66,65,50)
#353628
(53,54,40)
#282B1E
(40,43,30)
#1B2014
(27,32,20)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #90836E

#90836E
(144,131,110)
#9A8E7B
(154,142,123)
#A49988
(164,153,136)
#AEA495
(174,164,149)
#B8AFA2
(184,175,162)
#C2BAAF
(194,186,175)
#CCC5BC
(204,197,188)
#D6D0C9
(214,208,201)
#E0DBD6
(224,219,214)
#EAE6E3
(234,230,227)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90836E color. Also use rgb(144,131,110) instead hex code.

Text Font Color

.myTextColor { color: #90836E; }

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

This text font color is #90836E.


Background Color

.myBgColor { background-color: #90836E; }

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

This div background color is #90836E.


Border color

.myBorderColor { border: 1px solid #90836E; }

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

This div border color is #90836E.


Opacity

.myOpacity80 { color: #90836E; opacity: 0.8; }

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

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

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

This text has shadow with #90836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90836E on black background.


Color preview on white background

This text has color #90836E on white background.



Black color preview on #90836E background

This text has black color on #90836E background.


White color preview on #90836E background

This text has white color on #90836E background.