COLOR #8D7C5E

HEX: #8D7C5E
RGB: (141,124,94)

Color info

#8D7C5E contains red, green and blue colors in about the same proportion. Web safe color of #8D7C5E is #996666 (or #966).

RGB color model

#8D7C5E color RGB value is (141,124,94).

  • red value is 141;
  • green value is 124;
  • blue value is 94.
RGB:
(141,124,94)
(55%,49%,37%)

RGB channels and saturation

R 141 of 255 = 55%
G 124 of 255 = 49%
B 94 of 255 = 37%

141
124
94

R + G + B ~ 47%. #8D7C5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 124 + 94 = 359 (100%)
R 141 of 359 ~ 39.28%
G 124 of 359 ~ 34.54%
B 94 of 359 ~ 26.18%

%39.28
%34.54
%26.18

CMYK color model

#8D7C5E color CMYK value is (0,12,33,45).

  • cyan value is 0.00%
  • magenta value is 12.06%
  • yellow value is 33.33%
  • key color value is 44.71%
CMYK:
(0,12,33,45)
C0M12Y33K45 
(0%,12%,33%,45%)
(0.00/0.12/0.33/0.45)	

CMYK percentages

%0
%12.06
%33.33
%44.71

Codes

Color #8D7C5E in popluar color models

8D7C5E
RGB14112494
HSL38°20.00%46.08%
HSB/HSV38°33.33%55.29%
CMYK0.00%12.06%33.33%
44.71%

Color #8D7C5E in popluar number systems.

HEX8D7C5E
Decimal14112494
Binary1000110111111001011110
Octal215174136

Shades and tints

Shades of #8D7C5E

#8D7C5E
(141,124,94)
#817156
(129,113,86)
#75664E
(117,102,78)
#695B46
(105,91,70)
#5D503E
(93,80,62)
#514536
(81,69,54)
#453A2E
(69,58,46)
#392F26
(57,47,38)
#2D241E
(45,36,30)
#211916
(33,25,22)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #8D7C5E

#8D7C5E
(141,124,94)
#97876C
(151,135,108)
#A1927A
(161,146,122)
#AB9D88
(171,157,136)
#B5A896
(181,168,150)
#BFB3A4
(191,179,164)
#C9BEB2
(201,190,178)
#D3C9C0
(211,201,192)
#DDD4CE
(221,212,206)
#E7DFDC
(231,223,220)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7C5E color. Also use rgb(141,124,94) instead hex code.

Text Font Color

.myTextColor { color: #8D7C5E; }

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

This text font color is #8D7C5E.


Background Color

.myBgColor { background-color: #8D7C5E; }

<div style="background-color:#8D7C5E">Inner text</div>

This div background color is #8D7C5E.


Border color

.myBorderColor { border: 1px solid #8D7C5E; }

<div style="border:3px solid #8D7C5E">Div</div>

This div border color is #8D7C5E.


Opacity

.myOpacity80 { color: #8D7C5E; opacity: 0.8; }

<p style="color:#8D7C5E;opacity:0.8;">80%</p>

Text with #8D7C5E 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 #8D7C5E;}

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

This text has shadow with #8D7C5E color.

.textShadow {text-shadow: 3px 3px 1px #8D7C5E, 3px 3px 1px red;}

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

This text has shadow with #8D7C5E primary color and red secondary color.


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

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

This text has shadow with #8D7C5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7C5E on black background.


Color preview on white background

This text has color #8D7C5E on white background.



Black color preview on #8D7C5E background

This text has black color on #8D7C5E background.


White color preview on #8D7C5E background

This text has white color on #8D7C5E background.