COLOR #9D8877

HEX: #9D8877 RGB: (157,136,119)

Color info

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

RGB color model

#9D8877 color RGB value is (157,136,119).

RGB: (157,136,119) (62%, 53%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 136 of 255 = 53%
B 119 of 255 = 47%

157
136
119

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

Portions of RGB colors in percentages

R + G + B = 157 + 136 + 119 = 412 (100%)
R 157 of 412 ~ 38.11%
G 136 of 412 ~ 33.01%
B 119 of 412 ~ 28.88'%

%38.11
%33.01
%28.88

CMYK color model

#9D8877 color CMYK value is (0,13,24,38).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 24.20%
  • key color value is 38.43%

CMYK: (0,13,24,38)
C0M13Y24K38 (0%, 13%, 24%, 38%)
(0.00 / 0.13 / 0.24 / 0.38)

CMYK percentages

%0
%13.38
%24.2
%38.43

Codes

Color #9D8877 in popluar color models

9D 88 77
RGB 157 136 119
HSL 27° 16.24% 54.12%
HSB/HSV 27° 24.20% 61.57%
CMYK 0.00% 13.38% 24.20%
38.43%

Color #9D8877 in popluar number systems.

HEX 9D 88 77
Decimal 157 136 119
Binary 10011101 10001000 1110111
Octal 235 210 167

Shades and tints

Shades of #9D8877

#9D8877
(157,136,119)
#8F7C6D
(143,124,109)
#817063
(129,112,99)
#736459
(115,100,89)
#65584F
(101,88,79)
#574C45
(87,76,69)
#49403B
(73,64,59)
#3B3431
(59,52,49)
#2D2827
(45,40,39)
#1F1C1D
(31,28,29)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #9D8877

#9D8877
(157,136,119)
#A59283
(165,146,131)
#AD9C8F
(173,156,143)
#B5A69B
(181,166,155)
#BDB0A7
(189,176,167)
#C5BAB3
(197,186,179)
#CDC4BF
(205,196,191)
#D5CECB
(213,206,203)
#DDD8D7
(221,216,215)
#E5E2E3
(229,226,227)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8877; }

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

This text font color is #9D8877.

Background Color

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

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

This div background color is #9D8877.

Border color

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

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

This div border color is #9D8877.

Opacity

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

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

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

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

This text has shadow with #9D8877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8877.

Preview

Color preview on black background

This text has color #9D8877 on black background.


Color preview on white background

This text has color #9D8877 on white background.


Black color preview on #9D8877 background

This text has black color on #9D8877 background.


White color preview on #9D8877 background

This text has white color on #9D8877 background.


Related colors

Complementary color

Complementary color for #hex is #627788.


I love getcolorcode.com

Triadic colors

1 #779D88 and #88779D with #9D8877 are triadic colors.

2 #77889D and #889D77 with #9D8877 are triadic colors.