COLOR #9F786B

HEX: #9F786B
RGB: (159,120,107)

Color info

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

RGB color model

#9F786B color RGB value is (159,120,107).

  • red value is 159;
  • green value is 120;
  • blue value is 107.
RGB:
(159,120,107)
(62%,47%,42%)

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 107 of 255 = 42%

159
120
107

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

Portions of RGB colors in percentages

R + G + B =
159 + 120 + 107 = 386 (100%)
R 159 of 386 ~ 41.19%
G 120 of 386 ~ 31.09%
B 107 of 386 ~ 27.72%

%41.19
%31.09
%27.72

CMYK color model

#9F786B color CMYK value is (0,25,33,38).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 32.70%
  • key color value is 37.65%
CMYK:
(0,25,33,38)
C0M25Y33K38 
(0%,25%,33%,38%)
(0.00/0.25/0.33/0.38)	

CMYK percentages

%0
%24.53
%32.7
%37.65

Codes

Color #9F786B in popluar color models

9F786B
RGB159120107
HSL15°21.31%52.16%
HSB/HSV15°32.70%62.35%
CMYK0.00%24.53%32.70%
37.65%

Color #9F786B in popluar number systems.

HEX9F786B
Decimal159120107
Binary1001111111110001101011
Octal237170153

Shades and tints

Shades of #9F786B

#9F786B
(159,120,107)
#916E62
(145,110,98)
#836459
(131,100,89)
#755A50
(117,90,80)
#675047
(103,80,71)
#59463E
(89,70,62)
#4B3C35
(75,60,53)
#3D322C
(61,50,44)
#2F2823
(47,40,35)
#211E1A
(33,30,26)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9F786B

#9F786B
(159,120,107)
#A78478
(167,132,120)
#AF9085
(175,144,133)
#B79C92
(183,156,146)
#BFA89F
(191,168,159)
#C7B4AC
(199,180,172)
#CFC0B9
(207,192,185)
#D7CCC6
(215,204,198)
#DFD8D3
(223,216,211)
#E7E4E0
(231,228,224)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F786B color. Also use rgb(159,120,107) instead hex code.

Text Font Color

.myTextColor { color: #9F786B; }

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

This text font color is #9F786B.


Background Color

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

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

This div background color is #9F786B.


Border color

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

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

This div border color is #9F786B.


Opacity

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

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

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

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

This text has shadow with #9F786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F786B on black background.


Color preview on white background

This text has color #9F786B on white background.



Black color preview on #9F786B background

This text has black color on #9F786B background.


White color preview on #9F786B background

This text has white color on #9F786B background.