COLOR #8D6E4F

HEX: #8D6E4F
RGB: (141,110,79)

Color info

#8D6E4F contains mainly red and green colors. Web safe color of #8D6E4F is #996666 (or #966).

RGB color model

#8D6E4F color RGB value is (141,110,79).

  • red value is 141;
  • green value is 110;
  • blue value is 79.
RGB:
(141,110,79)
(55%,43%,31%)

RGB channels and saturation

R 141 of 255 = 55%
G 110 of 255 = 43%
B 79 of 255 = 31%

141
110
79

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

Portions of RGB colors in percentages

R + G + B =
141 + 110 + 79 = 330 (100%)
R 141 of 330 ~ 42.73%
G 110 of 330 ~ 33.33%
B 79 of 330 ~ 23.94%

%42.73
%33.33
%23.94

CMYK color model

#8D6E4F color CMYK value is (0,22,44,45).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 43.97%
  • key color value is 44.71%
CMYK:
(0,22,44,45)
C0M22Y44K45 
(0%,22%,44%,45%)
(0.00/0.22/0.44/0.45)	

CMYK percentages

%0
%21.99
%43.97
%44.71

Codes

Color #8D6E4F in popluar color models

8D6E4F
RGB14111079
HSL30°28.18%43.14%
HSB/HSV30°43.97%55.29%
CMYK0.00%21.99%43.97%
44.71%

Color #8D6E4F in popluar number systems.

HEX8D6E4F
Decimal14111079
Binary1000110111011101001111
Octal215156117

Shades and tints

Shades of #8D6E4F

#8D6E4F
(141,110,79)
#816448
(129,100,72)
#755A41
(117,90,65)
#69503A
(105,80,58)
#5D4633
(93,70,51)
#513C2C
(81,60,44)
#453225
(69,50,37)
#39281E
(57,40,30)
#2D1E17
(45,30,23)
#211410
(33,20,16)
#150A09
(21,10,9)
#000000
(0,0,0)

Tints of #8D6E4F

#8D6E4F
(141,110,79)
#977B5F
(151,123,95)
#A1886F
(161,136,111)
#AB957F
(171,149,127)
#B5A28F
(181,162,143)
#BFAF9F
(191,175,159)
#C9BCAF
(201,188,175)
#D3C9BF
(211,201,191)
#DDD6CF
(221,214,207)
#E7E3DF
(231,227,223)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6E4F color. Also use rgb(141,110,79) instead hex code.

Text Font Color

.myTextColor { color: #8D6E4F; }

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

This text font color is #8D6E4F.


Background Color

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

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

This div background color is #8D6E4F.


Border color

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

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

This div border color is #8D6E4F.


Opacity

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

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

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

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

This text has shadow with #8D6E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6E4F on black background.


Color preview on white background

This text has color #8D6E4F on white background.



Black color preview on #8D6E4F background

This text has black color on #8D6E4F background.


White color preview on #8D6E4F background

This text has white color on #8D6E4F background.