COLOR #9F8B4B

HEX: #9F8B4B
RGB: (159,139,75)

Color info

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

RGB color model

#9F8B4B color RGB value is (159,139,75).

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

RGB channels and saturation

R 159 of 255 = 62%
G 139 of 255 = 55%
B 75 of 255 = 29%

159
139
75

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

Portions of RGB colors in percentages

R + G + B =
159 + 139 + 75 = 373 (100%)
R 159 of 373 ~ 42.63%
G 139 of 373 ~ 37.27%
B 75 of 373 ~ 20.11%

%42.63
%37.27
%20.11

CMYK color model

#9F8B4B color CMYK value is (0,13,53,38).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 52.83%
  • key color value is 37.65%
CMYK:
(0,13,53,38)
C0M13Y53K38 
(0%,13%,53%,38%)
(0.00/0.13/0.53/0.38)	

CMYK percentages

%0
%12.58
%52.83
%37.65

Codes

Color #9F8B4B in popluar color models

9F8B4B
RGB15913975
HSL46°35.90%45.88%
HSB/HSV46°52.83%62.35%
CMYK0.00%12.58%52.83%
37.65%

Color #9F8B4B in popluar number systems.

HEX9F8B4B
Decimal15913975
Binary10011111100010111001011
Octal237213113

Shades and tints

Shades of #9F8B4B

#9F8B4B
(159,139,75)
#917F45
(145,127,69)
#83733F
(131,115,63)
#756739
(117,103,57)
#675B33
(103,91,51)
#594F2D
(89,79,45)
#4B4327
(75,67,39)
#3D3721
(61,55,33)
#2F2B1B
(47,43,27)
#211F15
(33,31,21)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #9F8B4B

#9F8B4B
(159,139,75)
#A7955B
(167,149,91)
#AF9F6B
(175,159,107)
#B7A97B
(183,169,123)
#BFB38B
(191,179,139)
#C7BD9B
(199,189,155)
#CFC7AB
(207,199,171)
#D7D1BB
(215,209,187)
#DFDBCB
(223,219,203)
#E7E5DB
(231,229,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8B4B; }

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

This text font color is #9F8B4B.


Background Color

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

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

This div background color is #9F8B4B.


Border color

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

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

This div border color is #9F8B4B.


Opacity

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

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

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

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

This text has shadow with #9F8B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8B4B on black background.


Color preview on white background

This text has color #9F8B4B on white background.



Black color preview on #9F8B4B background

This text has black color on #9F8B4B background.


White color preview on #9F8B4B background

This text has white color on #9F8B4B background.