COLOR #99796C

HEX: #99796C
RGB: (153,121,108)

Color info

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

RGB color model

#99796C color RGB value is (153,121,108).

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

RGB channels and saturation

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

153
121
108

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

Portions of RGB colors in percentages

R + G + B =
153 + 121 + 108 = 382 (100%)
R 153 of 382 ~ 40.05%
G 121 of 382 ~ 31.68%
B 108 of 382 ~ 28.27%

%40.05
%31.68
%28.27

CMYK color model

#99796C color CMYK value is (0,21,29,40).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK:
(0,21,29,40)
C0M21Y29K40 
(0%,21%,29%,40%)
(0.00/0.21/0.29/0.40)	

CMYK percentages

%0
%20.92
%29.41
%40

Codes

Color #99796C in popluar color models

99796C
RGB153121108
HSL17°18.07%51.18%
HSB/HSV17°29.41%60.00%
CMYK0.00%20.92%29.41%
40.00%

Color #99796C in popluar number systems.

HEX99796C
Decimal153121108
Binary1001100111110011101100
Octal231171154

Shades and tints

Shades of #99796C

#99796C
(153,121,108)
#8C6E63
(140,110,99)
#7F635A
(127,99,90)
#725851
(114,88,81)
#654D48
(101,77,72)
#58423F
(88,66,63)
#4B3736
(75,55,54)
#3E2C2D
(62,44,45)
#312124
(49,33,36)
#24161B
(36,22,27)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #99796C

#99796C
(153,121,108)
#A28579
(162,133,121)
#AB9186
(171,145,134)
#B49D93
(180,157,147)
#BDA9A0
(189,169,160)
#C6B5AD
(198,181,173)
#CFC1BA
(207,193,186)
#D8CDC7
(216,205,199)
#E1D9D4
(225,217,212)
#EAE5E1
(234,229,225)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99796C; }

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

This text font color is #99796C.


Background Color

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

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

This div background color is #99796C.


Border color

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

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

This div border color is #99796C.


Opacity

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

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

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

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

This text has shadow with #99796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99796C on black background.


Color preview on white background

This text has color #99796C on white background.



Black color preview on #99796C background

This text has black color on #99796C background.


White color preview on #99796C background

This text has white color on #99796C background.