COLOR #8D7E6D

HEX: #8D7E6D
RGB: (141,126,109)

Color info

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

RGB color model

#8D7E6D color RGB value is (141,126,109).

  • red value is 141;
  • green value is 126;
  • blue value is 109.
RGB:
(141,126,109)
(55%,49%,43%)

RGB channels and saturation

R 141 of 255 = 55%
G 126 of 255 = 49%
B 109 of 255 = 43%

141
126
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 126 + 109 = 376 (100%)
R 141 of 376 ~ 37.5%
G 126 of 376 ~ 33.51%
B 109 of 376 ~ 28.99%

%37.5
%33.51
%28.99

CMYK color model

#8D7E6D color CMYK value is (0,11,23,45).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(0,11,23,45)
C0M11Y23K45 
(0%,11%,23%,45%)
(0.00/0.11/0.23/0.45)	

CMYK percentages

%0
%10.64
%22.7
%44.71

Codes

Color #8D7E6D in popluar color models

8D7E6D
RGB141126109
HSL32°12.80%49.02%
HSB/HSV32°22.70%55.29%
CMYK0.00%10.64%22.70%
44.71%

Color #8D7E6D in popluar number systems.

HEX8D7E6D
Decimal141126109
Binary1000110111111101101101
Octal215176155

Shades and tints

Shades of #8D7E6D

#8D7E6D
(141,126,109)
#817364
(129,115,100)
#75685B
(117,104,91)
#695D52
(105,93,82)
#5D5249
(93,82,73)
#514740
(81,71,64)
#453C37
(69,60,55)
#39312E
(57,49,46)
#2D2625
(45,38,37)
#211B1C
(33,27,28)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #8D7E6D

#8D7E6D
(141,126,109)
#97897A
(151,137,122)
#A19487
(161,148,135)
#AB9F94
(171,159,148)
#B5AAA1
(181,170,161)
#BFB5AE
(191,181,174)
#C9C0BB
(201,192,187)
#D3CBC8
(211,203,200)
#DDD6D5
(221,214,213)
#E7E1E2
(231,225,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7E6D color. Also use rgb(141,126,109) instead hex code.

Text Font Color

.myTextColor { color: #8D7E6D; }

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

This text font color is #8D7E6D.


Background Color

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

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

This div background color is #8D7E6D.


Border color

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

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

This div border color is #8D7E6D.


Opacity

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

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

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

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

This text has shadow with #8D7E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7E6D on black background.


Color preview on white background

This text has color #8D7E6D on white background.



Black color preview on #8D7E6D background

This text has black color on #8D7E6D background.


White color preview on #8D7E6D background

This text has white color on #8D7E6D background.