COLOR #9D9585

HEX: #9D9585
RGB: (157,149,133)

Color info

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

RGB color model

#9D9585 color RGB value is (157,149,133).

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

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 133 of 255 = 52%

157
149
133

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 133 = 439 (100%)
R 157 of 439 ~ 35.76%
G 149 of 439 ~ 33.94%
B 133 of 439 ~ 30.3%

%35.76
%33.94
%30.3

CMYK color model

#9D9585 color CMYK value is (0,5,15,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 15.29%
  • key color value is 38.43%
CMYK:
(0,5,15,38)
C0M5Y15K38 
(0%,5%,15%,38%)
(0.00/0.05/0.15/0.38)	

CMYK percentages

%0
%5.1
%15.29
%38.43

Codes

Color #9D9585 in popluar color models

9D9585
RGB157149133
HSL40°10.91%56.86%
HSB/HSV40°15.29%61.57%
CMYK0.00%5.10%15.29%
38.43%

Color #9D9585 in popluar number systems.

HEX9D9585
Decimal157149133
Binary100111011001010110000101
Octal235225205

Shades and tints

Shades of #9D9585

#9D9585
(157,149,133)
#8F8879
(143,136,121)
#817B6D
(129,123,109)
#736E61
(115,110,97)
#656155
(101,97,85)
#575449
(87,84,73)
#49473D
(73,71,61)
#3B3A31
(59,58,49)
#2D2D25
(45,45,37)
#1F2019
(31,32,25)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #9D9585

#9D9585
(157,149,133)
#A59E90
(165,158,144)
#ADA79B
(173,167,155)
#B5B0A6
(181,176,166)
#BDB9B1
(189,185,177)
#C5C2BC
(197,194,188)
#CDCBC7
(205,203,199)
#D5D4D2
(213,212,210)
#DDDDDD
(221,221,221)
#E5E6E8
(229,230,232)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9585; }

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

This text font color is #9D9585.


Background Color

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

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

This div background color is #9D9585.


Border color

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

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

This div border color is #9D9585.


Opacity

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

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

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

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

This text has shadow with #9D9585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9585 on black background.


Color preview on white background

This text has color #9D9585 on white background.



Black color preview on #9D9585 background

This text has black color on #9D9585 background.


White color preview on #9D9585 background

This text has white color on #9D9585 background.