COLOR #9F9393

HEX: #9F9393
RGB: (159,147,147)

Color info

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

RGB color model

#9F9393 color RGB value is (159,147,147).

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

RGB channels and saturation

R 159 of 255 = 62%
G 147 of 255 = 58%
B 147 of 255 = 58%

159
147
147

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

Portions of RGB colors in percentages

R + G + B =
159 + 147 + 147 = 453 (100%)
R 159 of 453 ~ 35.1%
G 147 of 453 ~ 32.45%
B 147 of 453 ~ 32.45%

%35.1
%32.45
%32.45

CMYK color model

#9F9393 color CMYK value is (0,8,8,38).

  • cyan value is 0.00%
  • magenta value is 7.55%
  • yellow value is 7.55%
  • key color value is 37.65%
CMYK:
(0,8,8,38)
C0M8Y8K38 
(0%,8%,8%,38%)
(0.00/0.08/0.08/0.38)	

CMYK percentages

%0
%7.55
%7.55
%37.65

Codes

Color #9F9393 in popluar color models

9F9393
RGB159147147
HSL5.88%60.00%
HSB/HSV7.55%62.35%
CMYK0.00%7.55%7.55%
37.65%

Color #9F9393 in popluar number systems.

HEX9F9393
Decimal159147147
Binary100111111001001110010011
Octal237223223

Shades and tints

Shades of #9F9393

#9F9393
(159,147,147)
#918686
(145,134,134)
#837979
(131,121,121)
#756C6C
(117,108,108)
#675F5F
(103,95,95)
#595252
(89,82,82)
#4B4545
(75,69,69)
#3D3838
(61,56,56)
#2F2B2B
(47,43,43)
#211E1E
(33,30,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #9F9393

#9F9393
(159,147,147)
#A79C9C
(167,156,156)
#AFA5A5
(175,165,165)
#B7AEAE
(183,174,174)
#BFB7B7
(191,183,183)
#C7C0C0
(199,192,192)
#CFC9C9
(207,201,201)
#D7D2D2
(215,210,210)
#DFDBDB
(223,219,219)
#E7E4E4
(231,228,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9393; }

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

This text font color is #9F9393.


Background Color

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

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

This div background color is #9F9393.


Border color

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

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

This div border color is #9F9393.


Opacity

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

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

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

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

This text has shadow with #9F9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9393 on black background.


Color preview on white background

This text has color #9F9393 on white background.



Black color preview on #9F9393 background

This text has black color on #9F9393 background.


White color preview on #9F9393 background

This text has white color on #9F9393 background.