COLOR #9D9594

HEX: #9D9594
RGB: (157,149,148)

Color info

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

RGB color model

#9D9594 color RGB value is (157,149,148).

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

RGB channels and saturation

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

157
149
148

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 148 = 454 (100%)
R 157 of 454 ~ 34.58%
G 149 of 454 ~ 32.82%
B 148 of 454 ~ 32.6%

%34.58
%32.82
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 5.73%
  • 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
%5.73
%38.43

Codes

Color #9D9594 in popluar color models

9D9594
RGB157149148
HSL4.39%59.80%
HSB/HSV5.73%61.57%
CMYK0.00%5.10%5.73%
38.43%

Color #9D9594 in popluar number systems.

HEX9D9594
Decimal157149148
Binary100111011001010110010100
Octal235225224

Shades and tints

Shades of #9D9594

#9D9594
(157,149,148)
#8F8887
(143,136,135)
#817B7A
(129,123,122)
#736E6D
(115,110,109)
#656160
(101,97,96)
#575453
(87,84,83)
#494746
(73,71,70)
#3B3A39
(59,58,57)
#2D2D2C
(45,45,44)
#1F201F
(31,32,31)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9D9594

#9D9594
(157,149,148)
#A59E9D
(165,158,157)
#ADA7A6
(173,167,166)
#B5B0AF
(181,176,175)
#BDB9B8
(189,185,184)
#C5C2C1
(197,194,193)
#CDCBCA
(205,203,202)
#D5D4D3
(213,212,211)
#DDDDDC
(221,221,220)
#E5E6E5
(229,230,229)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9594; }

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

This text font color is #9D9594.


Background Color

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

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

This div background color is #9D9594.


Border color

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

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

This div border color is #9D9594.


Opacity

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

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

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

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

This text has shadow with #9D9594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9594 on black background.


Color preview on white background

This text has color #9D9594 on white background.



Black color preview on #9D9594 background

This text has black color on #9D9594 background.


White color preview on #9D9594 background

This text has white color on #9D9594 background.