COLOR #9D9593

HEX: #9D9593
RGB: (157,149,147)

Color info

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

RGB color model

#9D9593 color RGB value is (157,149,147).

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

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 147 of 255 = 58%

157
149
147

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 147 = 453 (100%)
R 157 of 453 ~ 34.66%
G 149 of 453 ~ 32.89%
B 147 of 453 ~ 32.45%

%34.66
%32.89
%32.45

CMYK color model

#9D9593 color CMYK value is (0,5,6,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 6.37%
  • key color value is 38.43%
CMYK:
(0,5,6,38)
C0M5Y6K38 
(0%,5%,6%,38%)
(0.00/0.05/0.06/0.38)	

CMYK percentages

%0
%5.1
%6.37
%38.43

Codes

Color #9D9593 in popluar color models

9D9593
RGB157149147
HSL12°4.85%59.61%
HSB/HSV12°6.37%61.57%
CMYK0.00%5.10%6.37%
38.43%

Color #9D9593 in popluar number systems.

HEX9D9593
Decimal157149147
Binary100111011001010110010011
Octal235225223

Shades and tints

Shades of #9D9593

#9D9593
(157,149,147)
#8F8886
(143,136,134)
#817B79
(129,123,121)
#736E6C
(115,110,108)
#65615F
(101,97,95)
#575452
(87,84,82)
#494745
(73,71,69)
#3B3A38
(59,58,56)
#2D2D2B
(45,45,43)
#1F201E
(31,32,30)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #9D9593

#9D9593
(157,149,147)
#A59E9C
(165,158,156)
#ADA7A5
(173,167,165)
#B5B0AE
(181,176,174)
#BDB9B7
(189,185,183)
#C5C2C0
(197,194,192)
#CDCBC9
(205,203,201)
#D5D4D2
(213,212,210)
#DDDDDB
(221,221,219)
#E5E6E4
(229,230,228)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9593; }

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

This text font color is #9D9593.


Background Color

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

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

This div background color is #9D9593.


Border color

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

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

This div border color is #9D9593.


Opacity

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

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

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

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

This text has shadow with #9D9593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9593 on black background.


Color preview on white background

This text has color #9D9593 on white background.



Black color preview on #9D9593 background

This text has black color on #9D9593 background.


White color preview on #9D9593 background

This text has white color on #9D9593 background.