COLOR #99835F

HEX: #99835F
RGB: (153,131,95)

Color info

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

RGB color model

#99835F color RGB value is (153,131,95).

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

RGB channels and saturation

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

153
131
95

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 95 = 379 (100%)
R 153 of 379 ~ 40.37%
G 131 of 379 ~ 34.56%
B 95 of 379 ~ 25.07%

%40.37
%34.56
%25.07

CMYK color model

#99835F color CMYK value is (0,14,38,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 37.91%
  • key color value is 40.00%
CMYK:
(0,14,38,40)
C0M14Y38K40 
(0%,14%,38%,40%)
(0.00/0.14/0.38/0.40)	

CMYK percentages

%0
%14.38
%37.91
%40

Codes

Color #99835F in popluar color models

99835F
RGB15313195
HSL37°23.39%48.63%
HSB/HSV37°37.91%60.00%
CMYK0.00%14.38%37.91%
40.00%

Color #99835F in popluar number systems.

HEX99835F
Decimal15313195
Binary10011001100000111011111
Octal231203137

Shades and tints

Shades of #99835F

#99835F
(153,131,95)
#8C7857
(140,120,87)
#7F6D4F
(127,109,79)
#726247
(114,98,71)
#65573F
(101,87,63)
#584C37
(88,76,55)
#4B412F
(75,65,47)
#3E3627
(62,54,39)
#312B1F
(49,43,31)
#242017
(36,32,23)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #99835F

#99835F
(153,131,95)
#A28E6D
(162,142,109)
#AB997B
(171,153,123)
#B4A489
(180,164,137)
#BDAF97
(189,175,151)
#C6BAA5
(198,186,165)
#CFC5B3
(207,197,179)
#D8D0C1
(216,208,193)
#E1DBCF
(225,219,207)
#EAE6DD
(234,230,221)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99835F; }

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

This text font color is #99835F.


Background Color

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

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

This div background color is #99835F.


Border color

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

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

This div border color is #99835F.


Opacity

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

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

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

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

This text has shadow with #99835F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99835F on black background.


Color preview on white background

This text has color #99835F on white background.



Black color preview on #99835F background

This text has black color on #99835F background.


White color preview on #99835F background

This text has white color on #99835F background.