COLOR #9D9480

HEX: #9D9480
RGB: (157,148,128)

Color info

#9D9480 contains red, green and blue colors in about the same proportion. Web safe color of #9D9480 is #999966 (or #996).

RGB color model

#9D9480 color RGB value is (157,148,128).

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

RGB channels and saturation

R 157 of 255 = 62%
G 148 of 255 = 58%
B 128 of 255 = 50%

157
148
128

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

Portions of RGB colors in percentages

R + G + B =
157 + 148 + 128 = 433 (100%)
R 157 of 433 ~ 36.26%
G 148 of 433 ~ 34.18%
B 128 of 433 ~ 29.56%

%36.26
%34.18
%29.56

CMYK color model

#9D9480 color CMYK value is (0,6,18,38).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 18.47%
  • key color value is 38.43%
CMYK:
(0,6,18,38)
C0M6Y18K38 
(0%,6%,18%,38%)
(0.00/0.06/0.18/0.38)	

CMYK percentages

%0
%5.73
%18.47
%38.43

Codes

Color #9D9480 in popluar color models

9D9480
RGB157148128
HSL41°12.89%55.88%
HSB/HSV41°18.47%61.57%
CMYK0.00%5.73%18.47%
38.43%

Color #9D9480 in popluar number systems.

HEX9D9480
Decimal157148128
Binary100111011001010010000000
Octal235224200

Shades and tints

Shades of #9D9480

#9D9480
(157,148,128)
#8F8775
(143,135,117)
#817A6A
(129,122,106)
#736D5F
(115,109,95)
#656054
(101,96,84)
#575349
(87,83,73)
#49463E
(73,70,62)
#3B3933
(59,57,51)
#2D2C28
(45,44,40)
#1F1F1D
(31,31,29)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #9D9480

#9D9480
(157,148,128)
#A59D8B
(165,157,139)
#ADA696
(173,166,150)
#B5AFA1
(181,175,161)
#BDB8AC
(189,184,172)
#C5C1B7
(197,193,183)
#CDCAC2
(205,202,194)
#D5D3CD
(213,211,205)
#DDDCD8
(221,220,216)
#E5E5E3
(229,229,227)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9480; }

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

This text font color is #9D9480.


Background Color

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

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

This div background color is #9D9480.


Border color

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

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

This div border color is #9D9480.


Opacity

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

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

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

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

This text has shadow with #9D9480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9480 on black background.


Color preview on white background

This text has color #9D9480 on white background.



Black color preview on #9D9480 background

This text has black color on #9D9480 background.


White color preview on #9D9480 background

This text has white color on #9D9480 background.