COLOR #99835E

HEX: #99835E
RGB: (153,131,94)

Color info

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

RGB color model

#99835E color RGB value is (153,131,94).

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

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 94 of 255 = 37%

153
131
94

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 94 = 378 (100%)
R 153 of 378 ~ 40.48%
G 131 of 378 ~ 34.66%
B 94 of 378 ~ 24.87%

%40.48
%34.66
%24.87

CMYK color model

#99835E color CMYK value is (0,14,39,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 38.56%
  • key color value is 40.00%
CMYK:
(0,14,39,40)
C0M14Y39K40 
(0%,14%,39%,40%)
(0.00/0.14/0.39/0.40)	

CMYK percentages

%0
%14.38
%38.56
%40

Codes

Color #99835E in popluar color models

99835E
RGB15313194
HSL38°23.89%48.43%
HSB/HSV38°38.56%60.00%
CMYK0.00%14.38%38.56%
40.00%

Color #99835E in popluar number systems.

HEX99835E
Decimal15313194
Binary10011001100000111011110
Octal231203136

Shades and tints

Shades of #99835E

#99835E
(153,131,94)
#8C7856
(140,120,86)
#7F6D4E
(127,109,78)
#726246
(114,98,70)
#65573E
(101,87,62)
#584C36
(88,76,54)
#4B412E
(75,65,46)
#3E3626
(62,54,38)
#312B1E
(49,43,30)
#242016
(36,32,22)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #99835E

#99835E
(153,131,94)
#A28E6C
(162,142,108)
#AB997A
(171,153,122)
#B4A488
(180,164,136)
#BDAF96
(189,175,150)
#C6BAA4
(198,186,164)
#CFC5B2
(207,197,178)
#D8D0C0
(216,208,192)
#E1DBCE
(225,219,206)
#EAE6DC
(234,230,220)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99835E; }

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

This text font color is #99835E.


Background Color

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

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

This div background color is #99835E.


Border color

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

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

This div border color is #99835E.


Opacity

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

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

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

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

This text has shadow with #99835E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99835E on black background.


Color preview on white background

This text has color #99835E on white background.



Black color preview on #99835E background

This text has black color on #99835E background.


White color preview on #99835E background

This text has white color on #99835E background.