COLOR #9F8B7A

HEX: #9F8B7A
RGB: (159,139,122)

Color info

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

RGB color model

#9F8B7A color RGB value is (159,139,122).

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

RGB channels and saturation

R 159 of 255 = 62%
G 139 of 255 = 55%
B 122 of 255 = 48%

159
139
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 139 + 122 = 420 (100%)
R 159 of 420 ~ 37.86%
G 139 of 420 ~ 33.1%
B 122 of 420 ~ 29.05%

%37.86
%33.1
%29.05

CMYK color model

#9F8B7A color CMYK value is (0,13,23,38).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(0,13,23,38)
C0M13Y23K38 
(0%,13%,23%,38%)
(0.00/0.13/0.23/0.38)	

CMYK percentages

%0
%12.58
%23.27
%37.65

Codes

Color #9F8B7A in popluar color models

9F8B7A
RGB159139122
HSL28°16.16%55.10%
HSB/HSV28°23.27%62.35%
CMYK0.00%12.58%23.27%
37.65%

Color #9F8B7A in popluar number systems.

HEX9F8B7A
Decimal159139122
Binary10011111100010111111010
Octal237213172

Shades and tints

Shades of #9F8B7A

#9F8B7A
(159,139,122)
#917F6F
(145,127,111)
#837364
(131,115,100)
#756759
(117,103,89)
#675B4E
(103,91,78)
#594F43
(89,79,67)
#4B4338
(75,67,56)
#3D372D
(61,55,45)
#2F2B22
(47,43,34)
#211F17
(33,31,23)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #9F8B7A

#9F8B7A
(159,139,122)
#A79586
(167,149,134)
#AF9F92
(175,159,146)
#B7A99E
(183,169,158)
#BFB3AA
(191,179,170)
#C7BDB6
(199,189,182)
#CFC7C2
(207,199,194)
#D7D1CE
(215,209,206)
#DFDBDA
(223,219,218)
#E7E5E6
(231,229,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8B7A; }

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

This text font color is #9F8B7A.


Background Color

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

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

This div background color is #9F8B7A.


Border color

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

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

This div border color is #9F8B7A.


Opacity

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

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

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

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

This text has shadow with #9F8B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8B7A on black background.


Color preview on white background

This text has color #9F8B7A on white background.



Black color preview on #9F8B7A background

This text has black color on #9F8B7A background.


White color preview on #9F8B7A background

This text has white color on #9F8B7A background.