COLOR #9F8646

HEX: #9F8646
RGB: (159,134,70)

Color info

#9F8646 contains mainly red and green colors. Web safe color of #9F8646 is #999933 (or #993).

RGB color model

#9F8646 color RGB value is (159,134,70).

  • red value is 159;
  • green value is 134;
  • blue value is 70.
RGB:
(159,134,70)
(62%,53%,27%)

RGB channels and saturation

R 159 of 255 = 62%
G 134 of 255 = 53%
B 70 of 255 = 27%

159
134
70

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

Portions of RGB colors in percentages

R + G + B =
159 + 134 + 70 = 363 (100%)
R 159 of 363 ~ 43.8%
G 134 of 363 ~ 36.91%
B 70 of 363 ~ 19.28%

%43.8
%36.91
%19.28

CMYK color model

#9F8646 color CMYK value is (0,16,56,38).

  • cyan value is 0.00%
  • magenta value is 15.72%
  • yellow value is 55.97%
  • key color value is 37.65%
CMYK:
(0,16,56,38)
C0M16Y56K38 
(0%,16%,56%,38%)
(0.00/0.16/0.56/0.38)	

CMYK percentages

%0
%15.72
%55.97
%37.65

Codes

Color #9F8646 in popluar color models

9F8646
RGB15913470
HSL43°38.86%44.90%
HSB/HSV43°55.97%62.35%
CMYK0.00%15.72%55.97%
37.65%

Color #9F8646 in popluar number systems.

HEX9F8646
Decimal15913470
Binary10011111100001101000110
Octal237206106

Shades and tints

Shades of #9F8646

#9F8646
(159,134,70)
#917A40
(145,122,64)
#836E3A
(131,110,58)
#756234
(117,98,52)
#67562E
(103,86,46)
#594A28
(89,74,40)
#4B3E22
(75,62,34)
#3D321C
(61,50,28)
#2F2616
(47,38,22)
#211A10
(33,26,16)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #9F8646

#9F8646
(159,134,70)
#A79156
(167,145,86)
#AF9C66
(175,156,102)
#B7A776
(183,167,118)
#BFB286
(191,178,134)
#C7BD96
(199,189,150)
#CFC8A6
(207,200,166)
#D7D3B6
(215,211,182)
#DFDEC6
(223,222,198)
#E7E9D6
(231,233,214)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8646 color. Also use rgb(159,134,70) instead hex code.

Text Font Color

.myTextColor { color: #9F8646; }

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

This text font color is #9F8646.


Background Color

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

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

This div background color is #9F8646.


Border color

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

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

This div border color is #9F8646.


Opacity

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

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

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

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

This text has shadow with #9F8646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8646 on black background.


Color preview on white background

This text has color #9F8646 on white background.



Black color preview on #9F8646 background

This text has black color on #9F8646 background.


White color preview on #9F8646 background

This text has white color on #9F8646 background.