COLOR #9D9385

HEX: #9D9385
RGB: (157,147,133)

Color info

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

RGB color model

#9D9385 color RGB value is (157,147,133).

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

RGB channels and saturation

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

157
147
133

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

Portions of RGB colors in percentages

R + G + B =
157 + 147 + 133 = 437 (100%)
R 157 of 437 ~ 35.93%
G 147 of 437 ~ 33.64%
B 133 of 437 ~ 30.43%

%35.93
%33.64
%30.43

CMYK color model

#9D9385 color CMYK value is (0,6,15,38).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 15.29%
  • key color value is 38.43%
CMYK:
(0,6,15,38)
C0M6Y15K38 
(0%,6%,15%,38%)
(0.00/0.06/0.15/0.38)	

CMYK percentages

%0
%6.37
%15.29
%38.43

Codes

Color #9D9385 in popluar color models

9D9385
RGB157147133
HSL35°10.91%56.86%
HSB/HSV35°15.29%61.57%
CMYK0.00%6.37%15.29%
38.43%

Color #9D9385 in popluar number systems.

HEX9D9385
Decimal157147133
Binary100111011001001110000101
Octal235223205

Shades and tints

Shades of #9D9385

#9D9385
(157,147,133)
#8F8679
(143,134,121)
#81796D
(129,121,109)
#736C61
(115,108,97)
#655F55
(101,95,85)
#575249
(87,82,73)
#49453D
(73,69,61)
#3B3831
(59,56,49)
#2D2B25
(45,43,37)
#1F1E19
(31,30,25)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #9D9385

#9D9385
(157,147,133)
#A59C90
(165,156,144)
#ADA59B
(173,165,155)
#B5AEA6
(181,174,166)
#BDB7B1
(189,183,177)
#C5C0BC
(197,192,188)
#CDC9C7
(205,201,199)
#D5D2D2
(213,210,210)
#DDDBDD
(221,219,221)
#E5E4E8
(229,228,232)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9385; }

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

This text font color is #9D9385.


Background Color

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

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

This div background color is #9D9385.


Border color

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

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

This div border color is #9D9385.


Opacity

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

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

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

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

This text has shadow with #9D9385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9385 on black background.


Color preview on white background

This text has color #9D9385 on white background.



Black color preview on #9D9385 background

This text has black color on #9D9385 background.


White color preview on #9D9385 background

This text has white color on #9D9385 background.