COLOR #9F8389

HEX: #9F8389
RGB: (159,131,137)

Color info

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

RGB color model

#9F8389 color RGB value is (159,131,137).

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

RGB channels and saturation

R 159 of 255 = 62%
G 131 of 255 = 51%
B 137 of 255 = 54%

159
131
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 131 + 137 = 427 (100%)
R 159 of 427 ~ 37.24%
G 131 of 427 ~ 30.68%
B 137 of 427 ~ 32.08%

%37.24
%30.68
%32.08

CMYK color model

#9F8389 color CMYK value is (0,18,14,38).

  • cyan value is 0.00%
  • magenta value is 17.61%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK:
(0,18,14,38)
C0M18Y14K38 
(0%,18%,14%,38%)
(0.00/0.18/0.14/0.38)	

CMYK percentages

%0
%17.61
%13.84
%37.65

Codes

Color #9F8389 in popluar color models

9F8389
RGB159131137
HSL347°12.73%56.86%
HSB/HSV347°17.61%62.35%
CMYK0.00%17.61%13.84%
37.65%

Color #9F8389 in popluar number systems.

HEX9F8389
Decimal159131137
Binary100111111000001110001001
Octal237203211

Shades and tints

Shades of #9F8389

#9F8389
(159,131,137)
#91787D
(145,120,125)
#836D71
(131,109,113)
#756265
(117,98,101)
#675759
(103,87,89)
#594C4D
(89,76,77)
#4B4141
(75,65,65)
#3D3635
(61,54,53)
#2F2B29
(47,43,41)
#21201D
(33,32,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #9F8389

#9F8389
(159,131,137)
#A78E93
(167,142,147)
#AF999D
(175,153,157)
#B7A4A7
(183,164,167)
#BFAFB1
(191,175,177)
#C7BABB
(199,186,187)
#CFC5C5
(207,197,197)
#D7D0CF
(215,208,207)
#DFDBD9
(223,219,217)
#E7E6E3
(231,230,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8389; }

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

This text font color is #9F8389.


Background Color

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

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

This div background color is #9F8389.


Border color

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

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

This div border color is #9F8389.


Opacity

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

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

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

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

This text has shadow with #9F8389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8389 on black background.


Color preview on white background

This text has color #9F8389 on white background.



Black color preview on #9F8389 background

This text has black color on #9F8389 background.


White color preview on #9F8389 background

This text has white color on #9F8389 background.