COLOR #9F704C

HEX: #9F704C
RGB: (159,112,76)

Color info

#9F704C contains mainly red and green colors. Web safe color of #9F704C is #996633 (or #963).

RGB color model

#9F704C color RGB value is (159,112,76).

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

RGB channels and saturation

R 159 of 255 = 62%
G 112 of 255 = 44%
B 76 of 255 = 30%

159
112
76

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

Portions of RGB colors in percentages

R + G + B =
159 + 112 + 76 = 347 (100%)
R 159 of 347 ~ 45.82%
G 112 of 347 ~ 32.28%
B 76 of 347 ~ 21.9%

%45.82
%32.28
%21.9

CMYK color model

#9F704C color CMYK value is (0,30,52,38).

  • cyan value is 0.00%
  • magenta value is 29.56%
  • yellow value is 52.20%
  • key color value is 37.65%
CMYK:
(0,30,52,38)
C0M30Y52K38 
(0%,30%,52%,38%)
(0.00/0.30/0.52/0.38)	

CMYK percentages

%0
%29.56
%52.2
%37.65

Codes

Color #9F704C in popluar color models

9F704C
RGB15911276
HSL26°35.32%46.08%
HSB/HSV26°52.20%62.35%
CMYK0.00%29.56%52.20%
37.65%

Color #9F704C in popluar number systems.

HEX9F704C
Decimal15911276
Binary1001111111100001001100
Octal237160114

Shades and tints

Shades of #9F704C

#9F704C
(159,112,76)
#916646
(145,102,70)
#835C40
(131,92,64)
#75523A
(117,82,58)
#674834
(103,72,52)
#593E2E
(89,62,46)
#4B3428
(75,52,40)
#3D2A22
(61,42,34)
#2F201C
(47,32,28)
#211616
(33,22,22)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #9F704C

#9F704C
(159,112,76)
#A77D5C
(167,125,92)
#AF8A6C
(175,138,108)
#B7977C
(183,151,124)
#BFA48C
(191,164,140)
#C7B19C
(199,177,156)
#CFBEAC
(207,190,172)
#D7CBBC
(215,203,188)
#DFD8CC
(223,216,204)
#E7E5DC
(231,229,220)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F704C; }

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

This text font color is #9F704C.


Background Color

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

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

This div background color is #9F704C.


Border color

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

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

This div border color is #9F704C.


Opacity

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

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

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

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

This text has shadow with #9F704C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F704C on black background.


Color preview on white background

This text has color #9F704C on white background.



Black color preview on #9F704C background

This text has black color on #9F704C background.


White color preview on #9F704C background

This text has white color on #9F704C background.