COLOR #9F8964

HEX: #9F8964
RGB: (159,137,100)

Color info

#9F8964 contains red, green and blue colors in about the same proportion. Web safe color of #9F8964 is #999966 (or #996).

RGB color model

#9F8964 color RGB value is (159,137,100).

  • red value is 159;
  • green value is 137;
  • blue value is 100.
RGB:
(159,137,100)
(62%,54%,39%)

RGB channels and saturation

R 159 of 255 = 62%
G 137 of 255 = 54%
B 100 of 255 = 39%

159
137
100

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

Portions of RGB colors in percentages

R + G + B =
159 + 137 + 100 = 396 (100%)
R 159 of 396 ~ 40.15%
G 137 of 396 ~ 34.6%
B 100 of 396 ~ 25.25%

%40.15
%34.6
%25.25

CMYK color model

#9F8964 color CMYK value is (0,14,37,38).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 37.11%
  • key color value is 37.65%
CMYK:
(0,14,37,38)
C0M14Y37K38 
(0%,14%,37%,38%)
(0.00/0.14/0.37/0.38)	

CMYK percentages

%0
%13.84
%37.11
%37.65

Codes

Color #9F8964 in popluar color models

9F8964
RGB159137100
HSL38°23.51%50.78%
HSB/HSV38°37.11%62.35%
CMYK0.00%13.84%37.11%
37.65%

Color #9F8964 in popluar number systems.

HEX9F8964
Decimal159137100
Binary10011111100010011100100
Octal237211144

Shades and tints

Shades of #9F8964

#9F8964
(159,137,100)
#917D5B
(145,125,91)
#837152
(131,113,82)
#756549
(117,101,73)
#675940
(103,89,64)
#594D37
(89,77,55)
#4B412E
(75,65,46)
#3D3525
(61,53,37)
#2F291C
(47,41,28)
#211D13
(33,29,19)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #9F8964

#9F8964
(159,137,100)
#A79372
(167,147,114)
#AF9D80
(175,157,128)
#B7A78E
(183,167,142)
#BFB19C
(191,177,156)
#C7BBAA
(199,187,170)
#CFC5B8
(207,197,184)
#D7CFC6
(215,207,198)
#DFD9D4
(223,217,212)
#E7E3E2
(231,227,226)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8964 color. Also use rgb(159,137,100) instead hex code.

Text Font Color

.myTextColor { color: #9F8964; }

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

This text font color is #9F8964.


Background Color

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

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

This div background color is #9F8964.


Border color

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

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

This div border color is #9F8964.


Opacity

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

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

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

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

This text has shadow with #9F8964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8964 on black background.


Color preview on white background

This text has color #9F8964 on white background.



Black color preview on #9F8964 background

This text has black color on #9F8964 background.


White color preview on #9F8964 background

This text has white color on #9F8964 background.