COLOR #9C7F5F

HEX: #9C7F5F
RGB: (156,127,95)

Color info

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

RGB color model

#9C7F5F color RGB value is (156,127,95).

  • red value is 156;
  • green value is 127;
  • blue value is 95.
RGB:
(156,127,95)
(61%,50%,37%)

RGB channels and saturation

R 156 of 255 = 61%
G 127 of 255 = 50%
B 95 of 255 = 37%

156
127
95

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

Portions of RGB colors in percentages

R + G + B =
156 + 127 + 95 = 378 (100%)
R 156 of 378 ~ 41.27%
G 127 of 378 ~ 33.6%
B 95 of 378 ~ 25.13%

%41.27
%33.6
%25.13

CMYK color model

#9C7F5F color CMYK value is (0,19,39,39).

  • cyan value is 0.00%
  • magenta value is 18.59%
  • yellow value is 39.10%
  • key color value is 38.82%
CMYK:
(0,19,39,39)
C0M19Y39K39 
(0%,19%,39%,39%)
(0.00/0.19/0.39/0.39)	

CMYK percentages

%0
%18.59
%39.1
%38.82

Codes

Color #9C7F5F in popluar color models

9C7F5F
RGB15612795
HSL31°24.30%49.22%
HSB/HSV31°39.10%61.18%
CMYK0.00%18.59%39.10%
38.82%

Color #9C7F5F in popluar number systems.

HEX9C7F5F
Decimal15612795
Binary1001110011111111011111
Octal234177137

Shades and tints

Shades of #9C7F5F

#9C7F5F
(156,127,95)
#8E7457
(142,116,87)
#80694F
(128,105,79)
#725E47
(114,94,71)
#64533F
(100,83,63)
#564837
(86,72,55)
#483D2F
(72,61,47)
#3A3227
(58,50,39)
#2C271F
(44,39,31)
#1E1C17
(30,28,23)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #9C7F5F

#9C7F5F
(156,127,95)
#A58A6D
(165,138,109)
#AE957B
(174,149,123)
#B7A089
(183,160,137)
#C0AB97
(192,171,151)
#C9B6A5
(201,182,165)
#D2C1B3
(210,193,179)
#DBCCC1
(219,204,193)
#E4D7CF
(228,215,207)
#EDE2DD
(237,226,221)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7F5F color. Also use rgb(156,127,95) instead hex code.

Text Font Color

.myTextColor { color: #9C7F5F; }

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

This text font color is #9C7F5F.


Background Color

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

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

This div background color is #9C7F5F.


Border color

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

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

This div border color is #9C7F5F.


Opacity

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

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

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

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

This text has shadow with #9C7F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7F5F on black background.


Color preview on white background

This text has color #9C7F5F on white background.



Black color preview on #9C7F5F background

This text has black color on #9C7F5F background.


White color preview on #9C7F5F background

This text has white color on #9C7F5F background.