COLOR #9F8E6C

HEX: #9F8E6C
RGB: (159,142,108)

Color info

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

RGB color model

#9F8E6C color RGB value is (159,142,108).

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

RGB channels and saturation

R 159 of 255 = 62%
G 142 of 255 = 56%
B 108 of 255 = 42%

159
142
108

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

Portions of RGB colors in percentages

R + G + B =
159 + 142 + 108 = 409 (100%)
R 159 of 409 ~ 38.88%
G 142 of 409 ~ 34.72%
B 108 of 409 ~ 26.41%

%38.88
%34.72
%26.41

CMYK color model

#9F8E6C color CMYK value is (0,11,32,38).

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 32.08%
  • key color value is 37.65%
CMYK:
(0,11,32,38)
C0M11Y32K38 
(0%,11%,32%,38%)
(0.00/0.11/0.32/0.38)	

CMYK percentages

%0
%10.69
%32.08
%37.65

Codes

Color #9F8E6C in popluar color models

9F8E6C
RGB159142108
HSL40°20.99%52.35%
HSB/HSV40°32.08%62.35%
CMYK0.00%10.69%32.08%
37.65%

Color #9F8E6C in popluar number systems.

HEX9F8E6C
Decimal159142108
Binary10011111100011101101100
Octal237216154

Shades and tints

Shades of #9F8E6C

#9F8E6C
(159,142,108)
#918263
(145,130,99)
#83765A
(131,118,90)
#756A51
(117,106,81)
#675E48
(103,94,72)
#59523F
(89,82,63)
#4B4636
(75,70,54)
#3D3A2D
(61,58,45)
#2F2E24
(47,46,36)
#21221B
(33,34,27)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #9F8E6C

#9F8E6C
(159,142,108)
#A79879
(167,152,121)
#AFA286
(175,162,134)
#B7AC93
(183,172,147)
#BFB6A0
(191,182,160)
#C7C0AD
(199,192,173)
#CFCABA
(207,202,186)
#D7D4C7
(215,212,199)
#DFDED4
(223,222,212)
#E7E8E1
(231,232,225)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8E6C; }

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

This text font color is #9F8E6C.


Background Color

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

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

This div background color is #9F8E6C.


Border color

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

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

This div border color is #9F8E6C.


Opacity

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

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

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

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

This text has shadow with #9F8E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8E6C on black background.


Color preview on white background

This text has color #9F8E6C on white background.



Black color preview on #9F8E6C background

This text has black color on #9F8E6C background.


White color preview on #9F8E6C background

This text has white color on #9F8E6C background.