COLOR #9F8B5C

HEX: #9F8B5C
RGB: (159,139,92)

Color info

#9F8B5C contains mainly red and green colors. Web safe color of #9F8B5C is #999966 (or #996).

RGB color model

#9F8B5C color RGB value is (159,139,92).

  • red value is 159;
  • green value is 139;
  • blue value is 92.
RGB:
(159,139,92)
(62%,55%,36%)

RGB channels and saturation

R 159 of 255 = 62%
G 139 of 255 = 55%
B 92 of 255 = 36%

159
139
92

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

Portions of RGB colors in percentages

R + G + B =
159 + 139 + 92 = 390 (100%)
R 159 of 390 ~ 40.77%
G 139 of 390 ~ 35.64%
B 92 of 390 ~ 23.59%

%40.77
%35.64
%23.59

CMYK color model

#9F8B5C color CMYK value is (0,13,42,38).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK:
(0,13,42,38)
C0M13Y42K38 
(0%,13%,42%,38%)
(0.00/0.13/0.42/0.38)	

CMYK percentages

%0
%12.58
%42.14
%37.65

Codes

Color #9F8B5C in popluar color models

9F8B5C
RGB15913992
HSL42°26.69%49.22%
HSB/HSV42°42.14%62.35%
CMYK0.00%12.58%42.14%
37.65%

Color #9F8B5C in popluar number systems.

HEX9F8B5C
Decimal15913992
Binary10011111100010111011100
Octal237213134

Shades and tints

Shades of #9F8B5C

#9F8B5C
(159,139,92)
#917F54
(145,127,84)
#83734C
(131,115,76)
#756744
(117,103,68)
#675B3C
(103,91,60)
#594F34
(89,79,52)
#4B432C
(75,67,44)
#3D3724
(61,55,36)
#2F2B1C
(47,43,28)
#211F14
(33,31,20)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #9F8B5C

#9F8B5C
(159,139,92)
#A7956A
(167,149,106)
#AF9F78
(175,159,120)
#B7A986
(183,169,134)
#BFB394
(191,179,148)
#C7BDA2
(199,189,162)
#CFC7B0
(207,199,176)
#D7D1BE
(215,209,190)
#DFDBCC
(223,219,204)
#E7E5DA
(231,229,218)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8B5C color. Also use rgb(159,139,92) instead hex code.

Text Font Color

.myTextColor { color: #9F8B5C; }

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

This text font color is #9F8B5C.


Background Color

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

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

This div background color is #9F8B5C.


Border color

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

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

This div border color is #9F8B5C.


Opacity

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

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

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

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

This text has shadow with #9F8B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8B5C on black background.


Color preview on white background

This text has color #9F8B5C on white background.



Black color preview on #9F8B5C background

This text has black color on #9F8B5C background.


White color preview on #9F8B5C background

This text has white color on #9F8B5C background.