COLOR #9F9F6B

HEX: #9F9F6B
RGB: (159,159,107)

Color info

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

RGB color model

#9F9F6B color RGB value is (159,159,107).

  • red value is 159;
  • green value is 159;
  • blue value is 107.
RGB:
(159,159,107)
(62%,62%,42%)

RGB channels and saturation

R 159 of 255 = 62%
G 159 of 255 = 62%
B 107 of 255 = 42%

159
159
107

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

Portions of RGB colors in percentages

R + G + B =
159 + 159 + 107 = 425 (100%)
R 159 of 425 ~ 37.41%
G 159 of 425 ~ 37.41%
B 107 of 425 ~ 25.18%

%37.41
%37.41
%25.18

CMYK color model

#9F9F6B color CMYK value is (0,0,33,38).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.70%
  • key color value is 37.65%
CMYK:
(0,0,33,38)
C0M0Y33K38 
(0%,0%,33%,38%)
(0.00/0.00/0.33/0.38)	

CMYK percentages

%0
%0
%32.7
%37.65

Codes

Color #9F9F6B in popluar color models

9F9F6B
RGB159159107
HSL60°21.31%52.16%
HSB/HSV60°32.70%62.35%
CMYK0.00%0.00%32.70%
37.65%

Color #9F9F6B in popluar number systems.

HEX9F9F6B
Decimal159159107
Binary10011111100111111101011
Octal237237153

Shades and tints

Shades of #9F9F6B

#9F9F6B
(159,159,107)
#919162
(145,145,98)
#838359
(131,131,89)
#757550
(117,117,80)
#676747
(103,103,71)
#59593E
(89,89,62)
#4B4B35
(75,75,53)
#3D3D2C
(61,61,44)
#2F2F23
(47,47,35)
#21211A
(33,33,26)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9F9F6B

#9F9F6B
(159,159,107)
#A7A778
(167,167,120)
#AFAF85
(175,175,133)
#B7B792
(183,183,146)
#BFBF9F
(191,191,159)
#C7C7AC
(199,199,172)
#CFCFB9
(207,207,185)
#D7D7C6
(215,215,198)
#DFDFD3
(223,223,211)
#E7E7E0
(231,231,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9F6B; }

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

This text font color is #9F9F6B.


Background Color

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

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

This div background color is #9F9F6B.


Border color

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

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

This div border color is #9F9F6B.


Opacity

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

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

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

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

This text has shadow with #9F9F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9F6B on black background.


Color preview on white background

This text has color #9F9F6B on white background.



Black color preview on #9F9F6B background

This text has black color on #9F9F6B background.


White color preview on #9F9F6B background

This text has white color on #9F9F6B background.