COLOR #9C7B5E

HEX: #9C7B5E
RGB: (156,123,94)

Color info

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

RGB color model

#9C7B5E color RGB value is (156,123,94).

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

RGB channels and saturation

R 156 of 255 = 61%
G 123 of 255 = 48%
B 94 of 255 = 37%

156
123
94

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

Portions of RGB colors in percentages

R + G + B =
156 + 123 + 94 = 373 (100%)
R 156 of 373 ~ 41.82%
G 123 of 373 ~ 32.98%
B 94 of 373 ~ 25.2%

%41.82
%32.98
%25.2

CMYK color model

#9C7B5E color CMYK value is (0,21,40,39).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 39.74%
  • key color value is 38.82%
CMYK:
(0,21,40,39)
C0M21Y40K39 
(0%,21%,40%,39%)
(0.00/0.21/0.40/0.39)	

CMYK percentages

%0
%21.15
%39.74
%38.82

Codes

Color #9C7B5E in popluar color models

9C7B5E
RGB15612394
HSL28°24.80%49.02%
HSB/HSV28°39.74%61.18%
CMYK0.00%21.15%39.74%
38.82%

Color #9C7B5E in popluar number systems.

HEX9C7B5E
Decimal15612394
Binary1001110011110111011110
Octal234173136

Shades and tints

Shades of #9C7B5E

#9C7B5E
(156,123,94)
#8E7056
(142,112,86)
#80654E
(128,101,78)
#725A46
(114,90,70)
#644F3E
(100,79,62)
#564436
(86,68,54)
#48392E
(72,57,46)
#3A2E26
(58,46,38)
#2C231E
(44,35,30)
#1E1816
(30,24,22)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #9C7B5E

#9C7B5E
(156,123,94)
#A5876C
(165,135,108)
#AE937A
(174,147,122)
#B79F88
(183,159,136)
#C0AB96
(192,171,150)
#C9B7A4
(201,183,164)
#D2C3B2
(210,195,178)
#DBCFC0
(219,207,192)
#E4DBCE
(228,219,206)
#EDE7DC
(237,231,220)
#F6F3EA
(246,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7B5E; }

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

This text font color is #9C7B5E.


Background Color

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

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

This div background color is #9C7B5E.


Border color

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

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

This div border color is #9C7B5E.


Opacity

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

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

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

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

This text has shadow with #9C7B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7B5E on black background.


Color preview on white background

This text has color #9C7B5E on white background.



Black color preview on #9C7B5E background

This text has black color on #9C7B5E background.


White color preview on #9C7B5E background

This text has white color on #9C7B5E background.