COLOR #8D6A43

HEX: #8D6A43
RGB: (141,106,67)

Color info

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

RGB color model

#8D6A43 color RGB value is (141,106,67).

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

RGB channels and saturation

R 141 of 255 = 55%
G 106 of 255 = 42%
B 67 of 255 = 26%

141
106
67

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

Portions of RGB colors in percentages

R + G + B =
141 + 106 + 67 = 314 (100%)
R 141 of 314 ~ 44.9%
G 106 of 314 ~ 33.76%
B 67 of 314 ~ 21.34%

%44.9
%33.76
%21.34

CMYK color model

#8D6A43 color CMYK value is (0,25,52,45).

  • cyan value is 0.00%
  • magenta value is 24.82%
  • yellow value is 52.48%
  • key color value is 44.71%
CMYK:
(0,25,52,45)
C0M25Y52K45 
(0%,25%,52%,45%)
(0.00/0.25/0.52/0.45)	

CMYK percentages

%0
%24.82
%52.48
%44.71

Codes

Color #8D6A43 in popluar color models

8D6A43
RGB14110667
HSL32°35.58%40.78%
HSB/HSV32°52.48%55.29%
CMYK0.00%24.82%52.48%
44.71%

Color #8D6A43 in popluar number systems.

HEX8D6A43
Decimal14110667
Binary1000110111010101000011
Octal215152103

Shades and tints

Shades of #8D6A43

#8D6A43
(141,106,67)
#81613D
(129,97,61)
#755837
(117,88,55)
#694F31
(105,79,49)
#5D462B
(93,70,43)
#513D25
(81,61,37)
#45341F
(69,52,31)
#392B19
(57,43,25)
#2D2213
(45,34,19)
#21190D
(33,25,13)
#151007
(21,16,7)
#000000
(0,0,0)

Tints of #8D6A43

#8D6A43
(141,106,67)
#977754
(151,119,84)
#A18465
(161,132,101)
#AB9176
(171,145,118)
#B59E87
(181,158,135)
#BFAB98
(191,171,152)
#C9B8A9
(201,184,169)
#D3C5BA
(211,197,186)
#DDD2CB
(221,210,203)
#E7DFDC
(231,223,220)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6A43; }

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

This text font color is #8D6A43.


Background Color

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

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

This div background color is #8D6A43.


Border color

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

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

This div border color is #8D6A43.


Opacity

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

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

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

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

This text has shadow with #8D6A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6A43 on black background.


Color preview on white background

This text has color #8D6A43 on white background.



Black color preview on #8D6A43 background

This text has black color on #8D6A43 background.


White color preview on #8D6A43 background

This text has white color on #8D6A43 background.