COLOR #9D8E77

HEX: #9D8E77
RGB: (157,142,119)

Color info

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

RGB color model

#9D8E77 color RGB value is (157,142,119).

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

RGB channels and saturation

R 157 of 255 = 62%
G 142 of 255 = 56%
B 119 of 255 = 47%

157
142
119

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

Portions of RGB colors in percentages

R + G + B =
157 + 142 + 119 = 418 (100%)
R 157 of 418 ~ 37.56%
G 142 of 418 ~ 33.97%
B 119 of 418 ~ 28.47%

%37.56
%33.97
%28.47

CMYK color model

#9D8E77 color CMYK value is (0,10,24,38).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(0,10,24,38)
C0M10Y24K38 
(0%,10%,24%,38%)
(0.00/0.10/0.24/0.38)	

CMYK percentages

%0
%9.55
%24.2
%38.43

Codes

Color #9D8E77 in popluar color models

9D8E77
RGB157142119
HSL36°16.24%54.12%
HSB/HSV36°24.20%61.57%
CMYK0.00%9.55%24.20%
38.43%

Color #9D8E77 in popluar number systems.

HEX9D8E77
Decimal157142119
Binary10011101100011101110111
Octal235216167

Shades and tints

Shades of #9D8E77

#9D8E77
(157,142,119)
#8F826D
(143,130,109)
#817663
(129,118,99)
#736A59
(115,106,89)
#655E4F
(101,94,79)
#575245
(87,82,69)
#49463B
(73,70,59)
#3B3A31
(59,58,49)
#2D2E27
(45,46,39)
#1F221D
(31,34,29)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #9D8E77

#9D8E77
(157,142,119)
#A59883
(165,152,131)
#ADA28F
(173,162,143)
#B5AC9B
(181,172,155)
#BDB6A7
(189,182,167)
#C5C0B3
(197,192,179)
#CDCABF
(205,202,191)
#D5D4CB
(213,212,203)
#DDDED7
(221,222,215)
#E5E8E3
(229,232,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8E77; }

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

This text font color is #9D8E77.


Background Color

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

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

This div background color is #9D8E77.


Border color

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

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

This div border color is #9D8E77.


Opacity

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

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

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

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

This text has shadow with #9D8E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8E77 on black background.


Color preview on white background

This text has color #9D8E77 on white background.



Black color preview on #9D8E77 background

This text has black color on #9D8E77 background.


White color preview on #9D8E77 background

This text has white color on #9D8E77 background.