COLOR #9C796F

HEX: #9C796F
RGB: (156,121,111)

Color info

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

RGB color model

#9C796F color RGB value is (156,121,111).

  • red value is 156;
  • green value is 121;
  • blue value is 111.
RGB:
(156,121,111)
(61%,47%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 121 of 255 = 47%
B 111 of 255 = 44%

156
121
111

R + G + B ~ 51%. #9C796F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 121 + 111 = 388 (100%)
R 156 of 388 ~ 40.21%
G 121 of 388 ~ 31.19%
B 111 of 388 ~ 28.61%

%40.21
%31.19
%28.61

CMYK color model

#9C796F color CMYK value is (0,22,29,39).

  • cyan value is 0.00%
  • magenta value is 22.44%
  • yellow value is 28.85%
  • key color value is 38.82%
CMYK:
(0,22,29,39)
C0M22Y29K39 
(0%,22%,29%,39%)
(0.00/0.22/0.29/0.39)	

CMYK percentages

%0
%22.44
%28.85
%38.82

Codes

Color #9C796F in popluar color models

9C796F
RGB156121111
HSL13°18.52%52.35%
HSB/HSV13°28.85%61.18%
CMYK0.00%22.44%28.85%
38.82%

Color #9C796F in popluar number systems.

HEX9C796F
Decimal156121111
Binary1001110011110011101111
Octal234171157

Shades and tints

Shades of #9C796F

#9C796F
(156,121,111)
#8E6E65
(142,110,101)
#80635B
(128,99,91)
#725851
(114,88,81)
#644D47
(100,77,71)
#56423D
(86,66,61)
#483733
(72,55,51)
#3A2C29
(58,44,41)
#2C211F
(44,33,31)
#1E1615
(30,22,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #9C796F

#9C796F
(156,121,111)
#A5857C
(165,133,124)
#AE9189
(174,145,137)
#B79D96
(183,157,150)
#C0A9A3
(192,169,163)
#C9B5B0
(201,181,176)
#D2C1BD
(210,193,189)
#DBCDCA
(219,205,202)
#E4D9D7
(228,217,215)
#EDE5E4
(237,229,228)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C796F color. Also use rgb(156,121,111) instead hex code.

Text Font Color

.myTextColor { color: #9C796F; }

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

This text font color is #9C796F.


Background Color

.myBgColor { background-color: #9C796F; }

<div style="background-color:#9C796F">Inner text</div>

This div background color is #9C796F.


Border color

.myBorderColor { border: 1px solid #9C796F; }

<div style="border:3px solid #9C796F">Div</div>

This div border color is #9C796F.


Opacity

.myOpacity80 { color: #9C796F; opacity: 0.8; }

<p style="color:#9C796F;opacity:0.8;">80%</p>

Text with #9C796F 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 #9C796F;}

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

This text has shadow with #9C796F color.

.textShadow {text-shadow: 3px 3px 1px #9C796F, 3px 3px 1px red;}

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

This text has shadow with #9C796F primary color and red secondary color.


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

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

This text has shadow with #9C796F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C796F on black background.


Color preview on white background

This text has color #9C796F on white background.



Black color preview on #9C796F background

This text has black color on #9C796F background.


White color preview on #9C796F background

This text has white color on #9C796F background.