COLOR #9F8F83

HEX: #9F8F83
RGB: (159,143,131)

Color info

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

RGB color model

#9F8F83 color RGB value is (159,143,131).

  • red value is 159;
  • green value is 143;
  • blue value is 131.
RGB:
(159,143,131)
(62%,56%,51%)

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 131 of 255 = 51%

159
143
131

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

Portions of RGB colors in percentages

R + G + B =
159 + 143 + 131 = 433 (100%)
R 159 of 433 ~ 36.72%
G 143 of 433 ~ 33.03%
B 131 of 433 ~ 30.25%

%36.72
%33.03
%30.25

CMYK color model

#9F8F83 color CMYK value is (0,10,18,38).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 17.61%
  • key color value is 37.65%
CMYK:
(0,10,18,38)
C0M10Y18K38 
(0%,10%,18%,38%)
(0.00/0.10/0.18/0.38)	

CMYK percentages

%0
%10.06
%17.61
%37.65

Codes

Color #9F8F83 in popluar color models

9F8F83
RGB159143131
HSL26°12.73%56.86%
HSB/HSV26°17.61%62.35%
CMYK0.00%10.06%17.61%
37.65%

Color #9F8F83 in popluar number systems.

HEX9F8F83
Decimal159143131
Binary100111111000111110000011
Octal237217203

Shades and tints

Shades of #9F8F83

#9F8F83
(159,143,131)
#918278
(145,130,120)
#83756D
(131,117,109)
#756862
(117,104,98)
#675B57
(103,91,87)
#594E4C
(89,78,76)
#4B4141
(75,65,65)
#3D3436
(61,52,54)
#2F272B
(47,39,43)
#211A20
(33,26,32)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #9F8F83

#9F8F83
(159,143,131)
#A7998E
(167,153,142)
#AFA399
(175,163,153)
#B7ADA4
(183,173,164)
#BFB7AF
(191,183,175)
#C7C1BA
(199,193,186)
#CFCBC5
(207,203,197)
#D7D5D0
(215,213,208)
#DFDFDB
(223,223,219)
#E7E9E6
(231,233,230)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8F83; }

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

This text font color is #9F8F83.


Background Color

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

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

This div background color is #9F8F83.


Border color

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

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

This div border color is #9F8F83.


Opacity

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

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

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

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

This text has shadow with #9F8F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8F83 on black background.


Color preview on white background

This text has color #9F8F83 on white background.



Black color preview on #9F8F83 background

This text has black color on #9F8F83 background.


White color preview on #9F8F83 background

This text has white color on #9F8F83 background.