COLOR #8D6B4D

HEX: #8D6B4D
RGB: (141,107,77)

Color info

#8D6B4D contains mainly red and green colors. Web safe color of #8D6B4D is #996633 (or #963).

RGB color model

#8D6B4D color RGB value is (141,107,77).

  • red value is 141;
  • green value is 107;
  • blue value is 77.
RGB:
(141,107,77)
(55%,42%,30%)

RGB channels and saturation

R 141 of 255 = 55%
G 107 of 255 = 42%
B 77 of 255 = 30%

141
107
77

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

Portions of RGB colors in percentages

R + G + B =
141 + 107 + 77 = 325 (100%)
R 141 of 325 ~ 43.38%
G 107 of 325 ~ 32.92%
B 77 of 325 ~ 23.69%

%43.38
%32.92
%23.69

CMYK color model

#8D6B4D color CMYK value is (0,24,45,45).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 45.39%
  • key color value is 44.71%
CMYK:
(0,24,45,45)
C0M24Y45K45 
(0%,24%,45%,45%)
(0.00/0.24/0.45/0.45)	

CMYK percentages

%0
%24.11
%45.39
%44.71

Codes

Color #8D6B4D in popluar color models

8D6B4D
RGB14110777
HSL28°29.36%42.75%
HSB/HSV28°45.39%55.29%
CMYK0.00%24.11%45.39%
44.71%

Color #8D6B4D in popluar number systems.

HEX8D6B4D
Decimal14110777
Binary1000110111010111001101
Octal215153115

Shades and tints

Shades of #8D6B4D

#8D6B4D
(141,107,77)
#816246
(129,98,70)
#75593F
(117,89,63)
#695038
(105,80,56)
#5D4731
(93,71,49)
#513E2A
(81,62,42)
#453523
(69,53,35)
#392C1C
(57,44,28)
#2D2315
(45,35,21)
#211A0E
(33,26,14)
#151107
(21,17,7)
#000000
(0,0,0)

Tints of #8D6B4D

#8D6B4D
(141,107,77)
#97785D
(151,120,93)
#A1856D
(161,133,109)
#AB927D
(171,146,125)
#B59F8D
(181,159,141)
#BFAC9D
(191,172,157)
#C9B9AD
(201,185,173)
#D3C6BD
(211,198,189)
#DDD3CD
(221,211,205)
#E7E0DD
(231,224,221)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6B4D color. Also use rgb(141,107,77) instead hex code.

Text Font Color

.myTextColor { color: #8D6B4D; }

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

This text font color is #8D6B4D.


Background Color

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

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

This div background color is #8D6B4D.


Border color

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

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

This div border color is #8D6B4D.


Opacity

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

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

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

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

This text has shadow with #8D6B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6B4D on black background.


Color preview on white background

This text has color #8D6B4D on white background.



Black color preview on #8D6B4D background

This text has black color on #8D6B4D background.


White color preview on #8D6B4D background

This text has white color on #8D6B4D background.