COLOR #9F9B6F

HEX: #9F9B6F
RGB: (159,155,111)

Color info

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

RGB color model

#9F9B6F color RGB value is (159,155,111).

  • red value is 159;
  • green value is 155;
  • blue value is 111.
RGB:
(159,155,111)
(62%,61%,44%)

RGB channels and saturation

R 159 of 255 = 62%
G 155 of 255 = 61%
B 111 of 255 = 44%

159
155
111

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

Portions of RGB colors in percentages

R + G + B =
159 + 155 + 111 = 425 (100%)
R 159 of 425 ~ 37.41%
G 155 of 425 ~ 36.47%
B 111 of 425 ~ 26.12%

%37.41
%36.47
%26.12

CMYK color model

#9F9B6F color CMYK value is (0,3,30,38).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 30.19%
  • key color value is 37.65%
CMYK:
(0,3,30,38)
C0M3Y30K38 
(0%,3%,30%,38%)
(0.00/0.03/0.30/0.38)	

CMYK percentages

%0
%2.52
%30.19
%37.65

Codes

Color #9F9B6F in popluar color models

9F9B6F
RGB159155111
HSL55°20.00%52.94%
HSB/HSV55°30.19%62.35%
CMYK0.00%2.52%30.19%
37.65%

Color #9F9B6F in popluar number systems.

HEX9F9B6F
Decimal159155111
Binary10011111100110111101111
Octal237233157

Shades and tints

Shades of #9F9B6F

#9F9B6F
(159,155,111)
#918D65
(145,141,101)
#837F5B
(131,127,91)
#757151
(117,113,81)
#676347
(103,99,71)
#59553D
(89,85,61)
#4B4733
(75,71,51)
#3D3929
(61,57,41)
#2F2B1F
(47,43,31)
#211D15
(33,29,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #9F9B6F

#9F9B6F
(159,155,111)
#A7A47C
(167,164,124)
#AFAD89
(175,173,137)
#B7B696
(183,182,150)
#BFBFA3
(191,191,163)
#C7C8B0
(199,200,176)
#CFD1BD
(207,209,189)
#D7DACA
(215,218,202)
#DFE3D7
(223,227,215)
#E7ECE4
(231,236,228)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9B6F color. Also use rgb(159,155,111) instead hex code.

Text Font Color

.myTextColor { color: #9F9B6F; }

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

This text font color is #9F9B6F.


Background Color

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

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

This div background color is #9F9B6F.


Border color

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

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

This div border color is #9F9B6F.


Opacity

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

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

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

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

This text has shadow with #9F9B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9B6F on black background.


Color preview on white background

This text has color #9F9B6F on white background.



Black color preview on #9F9B6F background

This text has black color on #9F9B6F background.


White color preview on #9F9B6F background

This text has white color on #9F9B6F background.