COLOR #9F9585

HEX: #9F9585
RGB: (159,149,133)

Color info

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

RGB color model

#9F9585 color RGB value is (159,149,133).

  • red value is 159;
  • green value is 149;
  • blue value is 133.
RGB:
(159,149,133)
(62%,58%,52%)

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 133 of 255 = 52%

159
149
133

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

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 133 = 441 (100%)
R 159 of 441 ~ 36.05%
G 149 of 441 ~ 33.79%
B 133 of 441 ~ 30.16%

%36.05
%33.79
%30.16

CMYK color model

#9F9585 color CMYK value is (0,6,16,38).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 16.35%
  • key color value is 37.65%
CMYK:
(0,6,16,38)
C0M6Y16K38 
(0%,6%,16%,38%)
(0.00/0.06/0.16/0.38)	

CMYK percentages

%0
%6.29
%16.35
%37.65

Codes

Color #9F9585 in popluar color models

9F9585
RGB159149133
HSL37°11.93%57.25%
HSB/HSV37°16.35%62.35%
CMYK0.00%6.29%16.35%
37.65%

Color #9F9585 in popluar number systems.

HEX9F9585
Decimal159149133
Binary100111111001010110000101
Octal237225205

Shades and tints

Shades of #9F9585

#9F9585
(159,149,133)
#918879
(145,136,121)
#837B6D
(131,123,109)
#756E61
(117,110,97)
#676155
(103,97,85)
#595449
(89,84,73)
#4B473D
(75,71,61)
#3D3A31
(61,58,49)
#2F2D25
(47,45,37)
#212019
(33,32,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #9F9585

#9F9585
(159,149,133)
#A79E90
(167,158,144)
#AFA79B
(175,167,155)
#B7B0A6
(183,176,166)
#BFB9B1
(191,185,177)
#C7C2BC
(199,194,188)
#CFCBC7
(207,203,199)
#D7D4D2
(215,212,210)
#DFDDDD
(223,221,221)
#E7E6E8
(231,230,232)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9585 color. Also use rgb(159,149,133) instead hex code.

Text Font Color

.myTextColor { color: #9F9585; }

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

This text font color is #9F9585.


Background Color

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

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

This div background color is #9F9585.


Border color

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

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

This div border color is #9F9585.


Opacity

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

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

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

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

This text has shadow with #9F9585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9585 on black background.


Color preview on white background

This text has color #9F9585 on white background.



Black color preview on #9F9585 background

This text has black color on #9F9585 background.


White color preview on #9F9585 background

This text has white color on #9F9585 background.