COLOR #9D9391

HEX: #9D9391
RGB: (157,147,145)

Color info

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

RGB color model

#9D9391 color RGB value is (157,147,145).

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

RGB channels and saturation

R 157 of 255 = 62%
G 147 of 255 = 58%
B 145 of 255 = 57%

157
147
145

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

Portions of RGB colors in percentages

R + G + B =
157 + 147 + 145 = 449 (100%)
R 157 of 449 ~ 34.97%
G 147 of 449 ~ 32.74%
B 145 of 449 ~ 32.29%

%34.97
%32.74
%32.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 7.64%
  • key color value is 38.43%
CMYK:
(0,6,8,38)
C0M6Y8K38 
(0%,6%,8%,38%)
(0.00/0.06/0.08/0.38)	

CMYK percentages

%0
%6.37
%7.64
%38.43

Codes

Color #9D9391 in popluar color models

9D9391
RGB157147145
HSL10°5.77%59.22%
HSB/HSV10°7.64%61.57%
CMYK0.00%6.37%7.64%
38.43%

Color #9D9391 in popluar number systems.

HEX9D9391
Decimal157147145
Binary100111011001001110010001
Octal235223221

Shades and tints

Shades of #9D9391

#9D9391
(157,147,145)
#8F8684
(143,134,132)
#817977
(129,121,119)
#736C6A
(115,108,106)
#655F5D
(101,95,93)
#575250
(87,82,80)
#494543
(73,69,67)
#3B3836
(59,56,54)
#2D2B29
(45,43,41)
#1F1E1C
(31,30,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #9D9391

#9D9391
(157,147,145)
#A59C9B
(165,156,155)
#ADA5A5
(173,165,165)
#B5AEAF
(181,174,175)
#BDB7B9
(189,183,185)
#C5C0C3
(197,192,195)
#CDC9CD
(205,201,205)
#D5D2D7
(213,210,215)
#DDDBE1
(221,219,225)
#E5E4EB
(229,228,235)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9391; }

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

This text font color is #9D9391.


Background Color

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

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

This div background color is #9D9391.


Border color

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

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

This div border color is #9D9391.


Opacity

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

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

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

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

This text has shadow with #9D9391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9391 on black background.


Color preview on white background

This text has color #9D9391 on white background.



Black color preview on #9D9391 background

This text has black color on #9D9391 background.


White color preview on #9D9391 background

This text has white color on #9D9391 background.