COLOR #9F704E

HEX: #9F704E
RGB: (159,112,78)

Color info

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

RGB color model

#9F704E color RGB value is (159,112,78).

  • red value is 159;
  • green value is 112;
  • blue value is 78.
RGB:
(159,112,78)
(62%,44%,31%)

RGB channels and saturation

R 159 of 255 = 62%
G 112 of 255 = 44%
B 78 of 255 = 31%

159
112
78

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

Portions of RGB colors in percentages

R + G + B =
159 + 112 + 78 = 349 (100%)
R 159 of 349 ~ 45.56%
G 112 of 349 ~ 32.09%
B 78 of 349 ~ 22.35%

%45.56
%32.09
%22.35

CMYK color model

#9F704E color CMYK value is (0,30,51,38).

  • cyan value is 0.00%
  • magenta value is 29.56%
  • yellow value is 50.94%
  • key color value is 37.65%
CMYK:
(0,30,51,38)
C0M30Y51K38 
(0%,30%,51%,38%)
(0.00/0.30/0.51/0.38)	

CMYK percentages

%0
%29.56
%50.94
%37.65

Codes

Color #9F704E in popluar color models

9F704E
RGB15911278
HSL25°34.18%46.47%
HSB/HSV25°50.94%62.35%
CMYK0.00%29.56%50.94%
37.65%

Color #9F704E in popluar number systems.

HEX9F704E
Decimal15911278
Binary1001111111100001001110
Octal237160116

Shades and tints

Shades of #9F704E

#9F704E
(159,112,78)
#916647
(145,102,71)
#835C40
(131,92,64)
#755239
(117,82,57)
#674832
(103,72,50)
#593E2B
(89,62,43)
#4B3424
(75,52,36)
#3D2A1D
(61,42,29)
#2F2016
(47,32,22)
#21160F
(33,22,15)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #9F704E

#9F704E
(159,112,78)
#A77D5E
(167,125,94)
#AF8A6E
(175,138,110)
#B7977E
(183,151,126)
#BFA48E
(191,164,142)
#C7B19E
(199,177,158)
#CFBEAE
(207,190,174)
#D7CBBE
(215,203,190)
#DFD8CE
(223,216,206)
#E7E5DE
(231,229,222)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F704E color. Also use rgb(159,112,78) instead hex code.

Text Font Color

.myTextColor { color: #9F704E; }

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

This text font color is #9F704E.


Background Color

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

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

This div background color is #9F704E.


Border color

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

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

This div border color is #9F704E.


Opacity

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

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

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

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

This text has shadow with #9F704E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F704E on black background.


Color preview on white background

This text has color #9F704E on white background.



Black color preview on #9F704E background

This text has black color on #9F704E background.


White color preview on #9F704E background

This text has white color on #9F704E background.