COLOR #90836B

HEX: #90836B
RGB: (144,131,107)

Color info

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

RGB color model

#90836B color RGB value is (144,131,107).

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

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 107 of 255 = 42%

144
131
107

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

Portions of RGB colors in percentages

R + G + B =
144 + 131 + 107 = 382 (100%)
R 144 of 382 ~ 37.7%
G 131 of 382 ~ 34.29%
B 107 of 382 ~ 28.01%

%37.7
%34.29
%28.01

CMYK color model

#90836B color CMYK value is (0,9,26,44).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 25.69%
  • key color value is 43.53%
CMYK:
(0,9,26,44)
C0M9Y26K44 
(0%,9%,26%,44%)
(0.00/0.09/0.26/0.44)	

CMYK percentages

%0
%9.03
%25.69
%43.53

Codes

Color #90836B in popluar color models

90836B
RGB144131107
HSL39°14.74%49.22%
HSB/HSV39°25.69%56.47%
CMYK0.00%9.03%25.69%
43.53%

Color #90836B in popluar number systems.

HEX90836B
Decimal144131107
Binary10010000100000111101011
Octal220203153

Shades and tints

Shades of #90836B

#90836B
(144,131,107)
#837862
(131,120,98)
#766D59
(118,109,89)
#696250
(105,98,80)
#5C5747
(92,87,71)
#4F4C3E
(79,76,62)
#424135
(66,65,53)
#35362C
(53,54,44)
#282B23
(40,43,35)
#1B201A
(27,32,26)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #90836B

#90836B
(144,131,107)
#9A8E78
(154,142,120)
#A49985
(164,153,133)
#AEA492
(174,164,146)
#B8AF9F
(184,175,159)
#C2BAAC
(194,186,172)
#CCC5B9
(204,197,185)
#D6D0C6
(214,208,198)
#E0DBD3
(224,219,211)
#EAE6E0
(234,230,224)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90836B; }

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

This text font color is #90836B.


Background Color

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

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

This div background color is #90836B.


Border color

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

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

This div border color is #90836B.


Opacity

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

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

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

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

This text has shadow with #90836B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90836B on black background.


Color preview on white background

This text has color #90836B on white background.



Black color preview on #90836B background

This text has black color on #90836B background.


White color preview on #90836B background

This text has white color on #90836B background.