COLOR #9F7C6C

HEX: #9F7C6C
RGB: (159,124,108)

Color info

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

RGB color model

#9F7C6C color RGB value is (159,124,108).

  • red value is 159;
  • green value is 124;
  • blue value is 108.
RGB:
(159,124,108)
(62%,49%,42%)

RGB channels and saturation

R 159 of 255 = 62%
G 124 of 255 = 49%
B 108 of 255 = 42%

159
124
108

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

Portions of RGB colors in percentages

R + G + B =
159 + 124 + 108 = 391 (100%)
R 159 of 391 ~ 40.66%
G 124 of 391 ~ 31.71%
B 108 of 391 ~ 27.62%

%40.66
%31.71
%27.62

CMYK color model

#9F7C6C color CMYK value is (0,22,32,38).

  • cyan value is 0.00%
  • magenta value is 22.01%
  • yellow value is 32.08%
  • key color value is 37.65%
CMYK:
(0,22,32,38)
C0M22Y32K38 
(0%,22%,32%,38%)
(0.00/0.22/0.32/0.38)	

CMYK percentages

%0
%22.01
%32.08
%37.65

Codes

Color #9F7C6C in popluar color models

9F7C6C
RGB159124108
HSL19°20.99%52.35%
HSB/HSV19°32.08%62.35%
CMYK0.00%22.01%32.08%
37.65%

Color #9F7C6C in popluar number systems.

HEX9F7C6C
Decimal159124108
Binary1001111111111001101100
Octal237174154

Shades and tints

Shades of #9F7C6C

#9F7C6C
(159,124,108)
#917163
(145,113,99)
#83665A
(131,102,90)
#755B51
(117,91,81)
#675048
(103,80,72)
#59453F
(89,69,63)
#4B3A36
(75,58,54)
#3D2F2D
(61,47,45)
#2F2424
(47,36,36)
#21191B
(33,25,27)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #9F7C6C

#9F7C6C
(159,124,108)
#A78779
(167,135,121)
#AF9286
(175,146,134)
#B79D93
(183,157,147)
#BFA8A0
(191,168,160)
#C7B3AD
(199,179,173)
#CFBEBA
(207,190,186)
#D7C9C7
(215,201,199)
#DFD4D4
(223,212,212)
#E7DFE1
(231,223,225)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7C6C color. Also use rgb(159,124,108) instead hex code.

Text Font Color

.myTextColor { color: #9F7C6C; }

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

This text font color is #9F7C6C.


Background Color

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

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

This div background color is #9F7C6C.


Border color

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

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

This div border color is #9F7C6C.


Opacity

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

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

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

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

This text has shadow with #9F7C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7C6C on black background.


Color preview on white background

This text has color #9F7C6C on white background.



Black color preview on #9F7C6C background

This text has black color on #9F7C6C background.


White color preview on #9F7C6C background

This text has white color on #9F7C6C background.