COLOR #8D6E43

HEX: #8D6E43
RGB: (141,110,67)

Color info

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

RGB color model

#8D6E43 color RGB value is (141,110,67).

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

RGB channels and saturation

R 141 of 255 = 55%
G 110 of 255 = 43%
B 67 of 255 = 26%

141
110
67

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

Portions of RGB colors in percentages

R + G + B =
141 + 110 + 67 = 318 (100%)
R 141 of 318 ~ 44.34%
G 110 of 318 ~ 34.59%
B 67 of 318 ~ 21.07%

%44.34
%34.59
%21.07

CMYK color model

#8D6E43 color CMYK value is (0,22,52,45).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 52.48%
  • key color value is 44.71%
CMYK:
(0,22,52,45)
C0M22Y52K45 
(0%,22%,52%,45%)
(0.00/0.22/0.52/0.45)	

CMYK percentages

%0
%21.99
%52.48
%44.71

Codes

Color #8D6E43 in popluar color models

8D6E43
RGB14111067
HSL35°35.58%40.78%
HSB/HSV35°52.48%55.29%
CMYK0.00%21.99%52.48%
44.71%

Color #8D6E43 in popluar number systems.

HEX8D6E43
Decimal14111067
Binary1000110111011101000011
Octal215156103

Shades and tints

Shades of #8D6E43

#8D6E43
(141,110,67)
#81643D
(129,100,61)
#755A37
(117,90,55)
#695031
(105,80,49)
#5D462B
(93,70,43)
#513C25
(81,60,37)
#45321F
(69,50,31)
#392819
(57,40,25)
#2D1E13
(45,30,19)
#21140D
(33,20,13)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #8D6E43

#8D6E43
(141,110,67)
#977B54
(151,123,84)
#A18865
(161,136,101)
#AB9576
(171,149,118)
#B5A287
(181,162,135)
#BFAF98
(191,175,152)
#C9BCA9
(201,188,169)
#D3C9BA
(211,201,186)
#DDD6CB
(221,214,203)
#E7E3DC
(231,227,220)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6E43; }

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

This text font color is #8D6E43.


Background Color

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

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

This div background color is #8D6E43.


Border color

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

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

This div border color is #8D6E43.


Opacity

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

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

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

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

This text has shadow with #8D6E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6E43 on black background.


Color preview on white background

This text has color #8D6E43 on white background.



Black color preview on #8D6E43 background

This text has black color on #8D6E43 background.


White color preview on #8D6E43 background

This text has white color on #8D6E43 background.