COLOR #99837E

HEX: #99837E
RGB: (153,131,126)

Color info

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

RGB color model

#99837E color RGB value is (153,131,126).

  • red value is 153;
  • green value is 131;
  • blue value is 126.
RGB:
(153,131,126)
(60%,51%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 126 of 255 = 49%

153
131
126

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 126 = 410 (100%)
R 153 of 410 ~ 37.32%
G 131 of 410 ~ 31.95%
B 126 of 410 ~ 30.73%

%37.32
%31.95
%30.73

CMYK color model

#99837E color CMYK value is (0,14,18,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(0,14,18,40)
C0M14Y18K40 
(0%,14%,18%,40%)
(0.00/0.14/0.18/0.40)	

CMYK percentages

%0
%14.38
%17.65
%40

Codes

Color #99837E in popluar color models

99837E
RGB153131126
HSL11°11.69%54.71%
HSB/HSV11°17.65%60.00%
CMYK0.00%14.38%17.65%
40.00%

Color #99837E in popluar number systems.

HEX99837E
Decimal153131126
Binary10011001100000111111110
Octal231203176

Shades and tints

Shades of #99837E

#99837E
(153,131,126)
#8C7873
(140,120,115)
#7F6D68
(127,109,104)
#72625D
(114,98,93)
#655752
(101,87,82)
#584C47
(88,76,71)
#4B413C
(75,65,60)
#3E3631
(62,54,49)
#312B26
(49,43,38)
#24201B
(36,32,27)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #99837E

#99837E
(153,131,126)
#A28E89
(162,142,137)
#AB9994
(171,153,148)
#B4A49F
(180,164,159)
#BDAFAA
(189,175,170)
#C6BAB5
(198,186,181)
#CFC5C0
(207,197,192)
#D8D0CB
(216,208,203)
#E1DBD6
(225,219,214)
#EAE6E1
(234,230,225)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99837E color. Also use rgb(153,131,126) instead hex code.

Text Font Color

.myTextColor { color: #99837E; }

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

This text font color is #99837E.


Background Color

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

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

This div background color is #99837E.


Border color

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

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

This div border color is #99837E.


Opacity

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

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

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

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

This text has shadow with #99837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99837E on black background.


Color preview on white background

This text has color #99837E on white background.



Black color preview on #99837E background

This text has black color on #99837E background.


White color preview on #99837E background

This text has white color on #99837E background.