COLOR #9C7B6F

HEX: #9C7B6F
RGB: (156,123,111)

Color info

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

RGB color model

#9C7B6F color RGB value is (156,123,111).

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

RGB channels and saturation

R 156 of 255 = 61%
G 123 of 255 = 48%
B 111 of 255 = 44%

156
123
111

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

Portions of RGB colors in percentages

R + G + B =
156 + 123 + 111 = 390 (100%)
R 156 of 390 ~ 40%
G 123 of 390 ~ 31.54%
B 111 of 390 ~ 28.46%

%40
%31.54
%28.46

CMYK color model

#9C7B6F color CMYK value is (0,21,29,39).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 28.85%
  • key color value is 38.82%
CMYK:
(0,21,29,39)
C0M21Y29K39 
(0%,21%,29%,39%)
(0.00/0.21/0.29/0.39)	

CMYK percentages

%0
%21.15
%28.85
%38.82

Codes

Color #9C7B6F in popluar color models

9C7B6F
RGB156123111
HSL16°18.52%52.35%
HSB/HSV16°28.85%61.18%
CMYK0.00%21.15%28.85%
38.82%

Color #9C7B6F in popluar number systems.

HEX9C7B6F
Decimal156123111
Binary1001110011110111101111
Octal234173157

Shades and tints

Shades of #9C7B6F

#9C7B6F
(156,123,111)
#8E7065
(142,112,101)
#80655B
(128,101,91)
#725A51
(114,90,81)
#644F47
(100,79,71)
#56443D
(86,68,61)
#483933
(72,57,51)
#3A2E29
(58,46,41)
#2C231F
(44,35,31)
#1E1815
(30,24,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #9C7B6F

#9C7B6F
(156,123,111)
#A5877C
(165,135,124)
#AE9389
(174,147,137)
#B79F96
(183,159,150)
#C0ABA3
(192,171,163)
#C9B7B0
(201,183,176)
#D2C3BD
(210,195,189)
#DBCFCA
(219,207,202)
#E4DBD7
(228,219,215)
#EDE7E4
(237,231,228)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7B6F; }

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

This text font color is #9C7B6F.


Background Color

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

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

This div background color is #9C7B6F.


Border color

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

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

This div border color is #9C7B6F.


Opacity

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

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

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

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

This text has shadow with #9C7B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7B6F on black background.


Color preview on white background

This text has color #9C7B6F on white background.



Black color preview on #9C7B6F background

This text has black color on #9C7B6F background.


White color preview on #9C7B6F background

This text has white color on #9C7B6F background.