COLOR #9D9877

HEX: #9D9877
RGB: (157,152,119)

Color info

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

RGB color model

#9D9877 color RGB value is (157,152,119).

  • red value is 157;
  • green value is 152;
  • blue value is 119.
RGB:
(157,152,119)
(62%,60%,47%)

RGB channels and saturation

R 157 of 255 = 62%
G 152 of 255 = 60%
B 119 of 255 = 47%

157
152
119

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

Portions of RGB colors in percentages

R + G + B =
157 + 152 + 119 = 428 (100%)
R 157 of 428 ~ 36.68%
G 152 of 428 ~ 35.51%
B 119 of 428 ~ 27.8%

%36.68
%35.51
%27.8

CMYK color model

#9D9877 color CMYK value is (0,3,24,38).

  • cyan value is 0.00%
  • magenta value is 3.18%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(0,3,24,38)
C0M3Y24K38 
(0%,3%,24%,38%)
(0.00/0.03/0.24/0.38)	

CMYK percentages

%0
%3.18
%24.2
%38.43

Codes

Color #9D9877 in popluar color models

9D9877
RGB157152119
HSL52°16.24%54.12%
HSB/HSV52°24.20%61.57%
CMYK0.00%3.18%24.20%
38.43%

Color #9D9877 in popluar number systems.

HEX9D9877
Decimal157152119
Binary10011101100110001110111
Octal235230167

Shades and tints

Shades of #9D9877

#9D9877
(157,152,119)
#8F8B6D
(143,139,109)
#817E63
(129,126,99)
#737159
(115,113,89)
#65644F
(101,100,79)
#575745
(87,87,69)
#494A3B
(73,74,59)
#3B3D31
(59,61,49)
#2D3027
(45,48,39)
#1F231D
(31,35,29)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #9D9877

#9D9877
(157,152,119)
#A5A183
(165,161,131)
#ADAA8F
(173,170,143)
#B5B39B
(181,179,155)
#BDBCA7
(189,188,167)
#C5C5B3
(197,197,179)
#CDCEBF
(205,206,191)
#D5D7CB
(213,215,203)
#DDE0D7
(221,224,215)
#E5E9E3
(229,233,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9877 color. Also use rgb(157,152,119) instead hex code.

Text Font Color

.myTextColor { color: #9D9877; }

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

This text font color is #9D9877.


Background Color

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

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

This div background color is #9D9877.


Border color

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

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

This div border color is #9D9877.


Opacity

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

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

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

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

This text has shadow with #9D9877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9877 on black background.


Color preview on white background

This text has color #9D9877 on white background.



Black color preview on #9D9877 background

This text has black color on #9D9877 background.


White color preview on #9D9877 background

This text has white color on #9D9877 background.