COLOR #9F8B8A

HEX: #9F8B8A
RGB: (159,139,138)

Color info

#9F8B8A contains red, green and blue colors in about the same proportion. Web safe color of #9F8B8A is #999999 (or #999).

RGB color model

#9F8B8A color RGB value is (159,139,138).

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

RGB channels and saturation

R 159 of 255 = 62%
G 139 of 255 = 55%
B 138 of 255 = 54%

159
139
138

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

Portions of RGB colors in percentages

R + G + B =
159 + 139 + 138 = 436 (100%)
R 159 of 436 ~ 36.47%
G 139 of 436 ~ 31.88%
B 138 of 436 ~ 31.65%

%36.47
%31.88
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 13.21%
  • key color value is 37.65%
CMYK:
(0,13,13,38)
C0M13Y13K38 
(0%,13%,13%,38%)
(0.00/0.13/0.13/0.38)	

CMYK percentages

%0
%12.58
%13.21
%37.65

Codes

Color #9F8B8A in popluar color models

9F8B8A
RGB159139138
HSL9.86%58.24%
HSB/HSV13.21%62.35%
CMYK0.00%12.58%13.21%
37.65%

Color #9F8B8A in popluar number systems.

HEX9F8B8A
Decimal159139138
Binary100111111000101110001010
Octal237213212

Shades and tints

Shades of #9F8B8A

#9F8B8A
(159,139,138)
#917F7E
(145,127,126)
#837372
(131,115,114)
#756766
(117,103,102)
#675B5A
(103,91,90)
#594F4E
(89,79,78)
#4B4342
(75,67,66)
#3D3736
(61,55,54)
#2F2B2A
(47,43,42)
#211F1E
(33,31,30)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #9F8B8A

#9F8B8A
(159,139,138)
#A79594
(167,149,148)
#AF9F9E
(175,159,158)
#B7A9A8
(183,169,168)
#BFB3B2
(191,179,178)
#C7BDBC
(199,189,188)
#CFC7C6
(207,199,198)
#D7D1D0
(215,209,208)
#DFDBDA
(223,219,218)
#E7E5E4
(231,229,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8B8A; }

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

This text font color is #9F8B8A.


Background Color

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

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

This div background color is #9F8B8A.


Border color

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

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

This div border color is #9F8B8A.


Opacity

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

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

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

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

This text has shadow with #9F8B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8B8A on black background.


Color preview on white background

This text has color #9F8B8A on white background.



Black color preview on #9F8B8A background

This text has black color on #9F8B8A background.


White color preview on #9F8B8A background

This text has white color on #9F8B8A background.