COLOR #9F8E7D

HEX: #9F8E7D
RGB: (159,142,125)

Color info

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

RGB color model

#9F8E7D color RGB value is (159,142,125).

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

RGB channels and saturation

R 159 of 255 = 62%
G 142 of 255 = 56%
B 125 of 255 = 49%

159
142
125

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

Portions of RGB colors in percentages

R + G + B =
159 + 142 + 125 = 426 (100%)
R 159 of 426 ~ 37.32%
G 142 of 426 ~ 33.33%
B 125 of 426 ~ 29.34%

%37.32
%33.33
%29.34

CMYK color model

#9F8E7D color CMYK value is (0,11,21,38).

  • cyan value is 0.00%
  • magenta value is 10.69%
  • yellow value is 21.38%
  • key color value is 37.65%
CMYK:
(0,11,21,38)
C0M11Y21K38 
(0%,11%,21%,38%)
(0.00/0.11/0.21/0.38)	

CMYK percentages

%0
%10.69
%21.38
%37.65

Codes

Color #9F8E7D in popluar color models

9F8E7D
RGB159142125
HSL30°15.04%55.69%
HSB/HSV30°21.38%62.35%
CMYK0.00%10.69%21.38%
37.65%

Color #9F8E7D in popluar number systems.

HEX9F8E7D
Decimal159142125
Binary10011111100011101111101
Octal237216175

Shades and tints

Shades of #9F8E7D

#9F8E7D
(159,142,125)
#918272
(145,130,114)
#837667
(131,118,103)
#756A5C
(117,106,92)
#675E51
(103,94,81)
#595246
(89,82,70)
#4B463B
(75,70,59)
#3D3A30
(61,58,48)
#2F2E25
(47,46,37)
#21221A
(33,34,26)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #9F8E7D

#9F8E7D
(159,142,125)
#A79888
(167,152,136)
#AFA293
(175,162,147)
#B7AC9E
(183,172,158)
#BFB6A9
(191,182,169)
#C7C0B4
(199,192,180)
#CFCABF
(207,202,191)
#D7D4CA
(215,212,202)
#DFDED5
(223,222,213)
#E7E8E0
(231,232,224)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8E7D; }

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

This text font color is #9F8E7D.


Background Color

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

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

This div background color is #9F8E7D.


Border color

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

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

This div border color is #9F8E7D.


Opacity

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

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

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

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

This text has shadow with #9F8E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8E7D on black background.


Color preview on white background

This text has color #9F8E7D on white background.



Black color preview on #9F8E7D background

This text has black color on #9F8E7D background.


White color preview on #9F8E7D background

This text has white color on #9F8E7D background.