COLOR #9D9581

HEX: #9D9581
RGB: (157,149,129)

Color info

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

RGB color model

#9D9581 color RGB value is (157,149,129).

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

RGB channels and saturation

R 157 of 255 = 62%
G 149 of 255 = 58%
B 129 of 255 = 51%

157
149
129

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

Portions of RGB colors in percentages

R + G + B =
157 + 149 + 129 = 435 (100%)
R 157 of 435 ~ 36.09%
G 149 of 435 ~ 34.25%
B 129 of 435 ~ 29.66%

%36.09
%34.25
%29.66

CMYK color model

#9D9581 color CMYK value is (0,5,18,38).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 17.83%
  • key color value is 38.43%
CMYK:
(0,5,18,38)
C0M5Y18K38 
(0%,5%,18%,38%)
(0.00/0.05/0.18/0.38)	

CMYK percentages

%0
%5.1
%17.83
%38.43

Codes

Color #9D9581 in popluar color models

9D9581
RGB157149129
HSL43°12.50%56.08%
HSB/HSV43°17.83%61.57%
CMYK0.00%5.10%17.83%
38.43%

Color #9D9581 in popluar number systems.

HEX9D9581
Decimal157149129
Binary100111011001010110000001
Octal235225201

Shades and tints

Shades of #9D9581

#9D9581
(157,149,129)
#8F8876
(143,136,118)
#817B6B
(129,123,107)
#736E60
(115,110,96)
#656155
(101,97,85)
#57544A
(87,84,74)
#49473F
(73,71,63)
#3B3A34
(59,58,52)
#2D2D29
(45,45,41)
#1F201E
(31,32,30)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #9D9581

#9D9581
(157,149,129)
#A59E8C
(165,158,140)
#ADA797
(173,167,151)
#B5B0A2
(181,176,162)
#BDB9AD
(189,185,173)
#C5C2B8
(197,194,184)
#CDCBC3
(205,203,195)
#D5D4CE
(213,212,206)
#DDDDD9
(221,221,217)
#E5E6E4
(229,230,228)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9581; }

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

This text font color is #9D9581.


Background Color

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

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

This div background color is #9D9581.


Border color

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

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

This div border color is #9D9581.


Opacity

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

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

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

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

This text has shadow with #9D9581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9581 on black background.


Color preview on white background

This text has color #9D9581 on white background.



Black color preview on #9D9581 background

This text has black color on #9D9581 background.


White color preview on #9D9581 background

This text has white color on #9D9581 background.