COLOR #9F9394

HEX: #9F9394 RGB: (159,147,148)

Color info

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

RGB color model

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

RGB: (159,147,148) (62%, 58%, 58%)

RGB channels and saturation

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

159
147
148

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

Portions of RGB colors in percentages

R + G + B = 159 + 147 + 148 = 454 (100%)
R 159 of 454 ~ 35.02%
G 147 of 454 ~ 32.38%
B 148 of 454 ~ 32.6'%

%35.02
%32.38
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.55%
  • yellow value is 6.92%
  • key color value is 37.65%

CMYK: (0,8,7,38)
C0M8Y7K38 (0%, 8%, 7%, 38%)
(0.00 / 0.08 / 0.07 / 0.38)

CMYK percentages

%0
%7.55
%6.92
%37.65

Codes

Color #9F9394 in popluar color models

9F 93 94
RGB 159 147 148
HSL 355° 5.88% 60.00%
HSB/HSV 355° 7.55% 62.35%
CMYK 0.00% 7.55% 6.92%
37.65%

Color #9F9394 in popluar number systems.

HEX 9F 93 94
Decimal 159 147 148
Binary 10011111 10010011 10010100
Octal 237 223 224

Shades and tints

Shades of #9F9394

#9F9394
(159,147,148)
#918687
(145,134,135)
#83797A
(131,121,122)
#756C6D
(117,108,109)
#675F60
(103,95,96)
#595253
(89,82,83)
#4B4546
(75,69,70)
#3D3839
(61,56,57)
#2F2B2C
(47,43,44)
#211E1F
(33,30,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #9F9394

#9F9394
(159,147,148)
#A79C9D
(167,156,157)
#AFA5A6
(175,165,166)
#B7AEAF
(183,174,175)
#BFB7B8
(191,183,184)
#C7C0C1
(199,192,193)
#CFC9CA
(207,201,202)
#D7D2D3
(215,210,211)
#DFDBDC
(223,219,220)
#E7E4E5
(231,228,229)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9394; }

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

This text font color is #9F9394.

Background Color

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

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

This div background color is #9F9394.

Border color

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

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

This div border color is #9F9394.

Opacity

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

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

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

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

This text has shadow with #9F9394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9394.

Preview

Color preview on black background

This text has color #9F9394 on black background.


Color preview on white background

This text has color #9F9394 on white background.


Black color preview on #9F9394 background

This text has black color on #9F9394 background.


White color preview on #9F9394 background

This text has white color on #9F9394 background.


Related colors

Complementary color

Complementary color for #hex is #606C6B.


I love getcolorcode.com

Triadic colors

1 #949F93 and #93949F with #9F9394 are triadic colors.

2 #94939F and #939F94 with #9F9394 are triadic colors.