COLOR #9C7960

HEX: #9C7960
RGB: (156,121,96)

Color info

#9C7960 contains mainly red and green colors. Web safe color of #9C7960 is #996666 (or #966).

RGB color model

#9C7960 color RGB value is (156,121,96).

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

RGB channels and saturation

R 156 of 255 = 61%
G 121 of 255 = 47%
B 96 of 255 = 38%

156
121
96

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

Portions of RGB colors in percentages

R + G + B =
156 + 121 + 96 = 373 (100%)
R 156 of 373 ~ 41.82%
G 121 of 373 ~ 32.44%
B 96 of 373 ~ 25.74%

%41.82
%32.44
%25.74

CMYK color model

#9C7960 color CMYK value is (0,22,38,39).

  • cyan value is 0.00%
  • magenta value is 22.44%
  • yellow value is 38.46%
  • key color value is 38.82%
CMYK:
(0,22,38,39)
C0M22Y38K39 
(0%,22%,38%,39%)
(0.00/0.22/0.38/0.39)	

CMYK percentages

%0
%22.44
%38.46
%38.82

Codes

Color #9C7960 in popluar color models

9C7960
RGB15612196
HSL25°23.81%49.41%
HSB/HSV25°38.46%61.18%
CMYK0.00%22.44%38.46%
38.82%

Color #9C7960 in popluar number systems.

HEX9C7960
Decimal15612196
Binary1001110011110011100000
Octal234171140

Shades and tints

Shades of #9C7960

#9C7960
(156,121,96)
#8E6E58
(142,110,88)
#806350
(128,99,80)
#725848
(114,88,72)
#644D40
(100,77,64)
#564238
(86,66,56)
#483730
(72,55,48)
#3A2C28
(58,44,40)
#2C2120
(44,33,32)
#1E1618
(30,22,24)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #9C7960

#9C7960
(156,121,96)
#A5856E
(165,133,110)
#AE917C
(174,145,124)
#B79D8A
(183,157,138)
#C0A998
(192,169,152)
#C9B5A6
(201,181,166)
#D2C1B4
(210,193,180)
#DBCDC2
(219,205,194)
#E4D9D0
(228,217,208)
#EDE5DE
(237,229,222)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7960; }

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

This text font color is #9C7960.


Background Color

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

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

This div background color is #9C7960.


Border color

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

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

This div border color is #9C7960.


Opacity

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

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

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

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

This text has shadow with #9C7960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7960 on black background.


Color preview on white background

This text has color #9C7960 on white background.



Black color preview on #9C7960 background

This text has black color on #9C7960 background.


White color preview on #9C7960 background

This text has white color on #9C7960 background.