COLOR #8D6C32

HEX: #8D6C32
RGB: (141,108,50)

Color info

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

RGB color model

#8D6C32 color RGB value is (141,108,50).

  • red value is 141;
  • green value is 108;
  • blue value is 50.
RGB:
(141,108,50)
(55%,42%,20%)

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 50 of 255 = 20%

141
108
50

R + G + B ~ 39%. #8D6C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 50 = 299 (100%)
R 141 of 299 ~ 47.16%
G 108 of 299 ~ 36.12%
B 50 of 299 ~ 16.72%

%47.16
%36.12
%16.72

CMYK color model

#8D6C32 color CMYK value is (0,23,65,45).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 64.54%
  • key color value is 44.71%
CMYK:
(0,23,65,45)
C0M23Y65K45 
(0%,23%,65%,45%)
(0.00/0.23/0.65/0.45)	

CMYK percentages

%0
%23.4
%64.54
%44.71

Codes

Color #8D6C32 in popluar color models

8D6C32
RGB14110850
HSL38°47.64%37.45%
HSB/HSV38°64.54%55.29%
CMYK0.00%23.40%64.54%
44.71%

Color #8D6C32 in popluar number systems.

HEX8D6C32
Decimal14110850
Binary100011011101100110010
Octal21515462

Shades and tints

Shades of #8D6C32

#8D6C32
(141,108,50)
#81632E
(129,99,46)
#755A2A
(117,90,42)
#695126
(105,81,38)
#5D4822
(93,72,34)
#513F1E
(81,63,30)
#45361A
(69,54,26)
#392D16
(57,45,22)
#2D2412
(45,36,18)
#211B0E
(33,27,14)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #8D6C32

#8D6C32
(141,108,50)
#977944
(151,121,68)
#A18656
(161,134,86)
#AB9368
(171,147,104)
#B5A07A
(181,160,122)
#BFAD8C
(191,173,140)
#C9BA9E
(201,186,158)
#D3C7B0
(211,199,176)
#DDD4C2
(221,212,194)
#E7E1D4
(231,225,212)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6C32 color. Also use rgb(141,108,50) instead hex code.

Text Font Color

.myTextColor { color: #8D6C32; }

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

This text font color is #8D6C32.


Background Color

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

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

This div background color is #8D6C32.


Border color

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

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

This div border color is #8D6C32.


Opacity

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

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

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

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

This text has shadow with #8D6C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6C32 on black background.


Color preview on white background

This text has color #8D6C32 on white background.



Black color preview on #8D6C32 background

This text has black color on #8D6C32 background.


White color preview on #8D6C32 background

This text has white color on #8D6C32 background.