COLOR #99796B

HEX: #99796B
RGB: (153,121,107)

Color info

#99796B contains red, green and blue colors in about the same proportion. Web safe color of #99796B is #996666 (or #966).

RGB color model

#99796B color RGB value is (153,121,107).

  • red value is 153;
  • green value is 121;
  • blue value is 107.
RGB:
(153,121,107)
(60%,47%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 121 of 255 = 47%
B 107 of 255 = 42%

153
121
107

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

Portions of RGB colors in percentages

R + G + B =
153 + 121 + 107 = 381 (100%)
R 153 of 381 ~ 40.16%
G 121 of 381 ~ 31.76%
B 107 of 381 ~ 28.08%

%40.16
%31.76
%28.08

CMYK color model

#99796B color CMYK value is (0,21,30,40).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(0,21,30,40)
C0M21Y30K40 
(0%,21%,30%,40%)
(0.00/0.21/0.30/0.40)	

CMYK percentages

%0
%20.92
%30.07
%40

Codes

Color #99796B in popluar color models

99796B
RGB153121107
HSL18°18.40%50.98%
HSB/HSV18°30.07%60.00%
CMYK0.00%20.92%30.07%
40.00%

Color #99796B in popluar number systems.

HEX99796B
Decimal153121107
Binary1001100111110011101011
Octal231171153

Shades and tints

Shades of #99796B

#99796B
(153,121,107)
#8C6E62
(140,110,98)
#7F6359
(127,99,89)
#725850
(114,88,80)
#654D47
(101,77,71)
#58423E
(88,66,62)
#4B3735
(75,55,53)
#3E2C2C
(62,44,44)
#312123
(49,33,35)
#24161A
(36,22,26)
#170B11
(23,11,17)
#000000
(0,0,0)

Tints of #99796B

#99796B
(153,121,107)
#A28578
(162,133,120)
#AB9185
(171,145,133)
#B49D92
(180,157,146)
#BDA99F
(189,169,159)
#C6B5AC
(198,181,172)
#CFC1B9
(207,193,185)
#D8CDC6
(216,205,198)
#E1D9D3
(225,217,211)
#EAE5E0
(234,229,224)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99796B color. Also use rgb(153,121,107) instead hex code.

Text Font Color

.myTextColor { color: #99796B; }

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

This text font color is #99796B.


Background Color

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

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

This div background color is #99796B.


Border color

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

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

This div border color is #99796B.


Opacity

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

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

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

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

This text has shadow with #99796B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99796B on black background.


Color preview on white background

This text has color #99796B on white background.



Black color preview on #99796B background

This text has black color on #99796B background.


White color preview on #99796B background

This text has white color on #99796B background.