COLOR #9D8B77

HEX: #9D8B77
RGB: (157,139,119)

Color info

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

RGB color model

#9D8B77 color RGB value is (157,139,119).

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

RGB channels and saturation

R 157 of 255 = 62%
G 139 of 255 = 55%
B 119 of 255 = 47%

157
139
119

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

Portions of RGB colors in percentages

R + G + B =
157 + 139 + 119 = 415 (100%)
R 157 of 415 ~ 37.83%
G 139 of 415 ~ 33.49%
B 119 of 415 ~ 28.67%

%37.83
%33.49
%28.67

CMYK color model

#9D8B77 color CMYK value is (0,11,24,38).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(0,11,24,38)
C0M11Y24K38 
(0%,11%,24%,38%)
(0.00/0.11/0.24/0.38)	

CMYK percentages

%0
%11.46
%24.2
%38.43

Codes

Color #9D8B77 in popluar color models

9D8B77
RGB157139119
HSL32°16.24%54.12%
HSB/HSV32°24.20%61.57%
CMYK0.00%11.46%24.20%
38.43%

Color #9D8B77 in popluar number systems.

HEX9D8B77
Decimal157139119
Binary10011101100010111110111
Octal235213167

Shades and tints

Shades of #9D8B77

#9D8B77
(157,139,119)
#8F7F6D
(143,127,109)
#817363
(129,115,99)
#736759
(115,103,89)
#655B4F
(101,91,79)
#574F45
(87,79,69)
#49433B
(73,67,59)
#3B3731
(59,55,49)
#2D2B27
(45,43,39)
#1F1F1D
(31,31,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #9D8B77

#9D8B77
(157,139,119)
#A59583
(165,149,131)
#AD9F8F
(173,159,143)
#B5A99B
(181,169,155)
#BDB3A7
(189,179,167)
#C5BDB3
(197,189,179)
#CDC7BF
(205,199,191)
#D5D1CB
(213,209,203)
#DDDBD7
(221,219,215)
#E5E5E3
(229,229,227)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8B77; }

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

This text font color is #9D8B77.


Background Color

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

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

This div background color is #9D8B77.


Border color

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

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

This div border color is #9D8B77.


Opacity

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

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

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

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

This text has shadow with #9D8B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8B77 on black background.


Color preview on white background

This text has color #9D8B77 on white background.



Black color preview on #9D8B77 background

This text has black color on #9D8B77 background.


White color preview on #9D8B77 background

This text has white color on #9D8B77 background.