COLOR #8D6C4A

HEX: #8D6C4A
RGB: (141,108,74)

Color info

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

RGB color model

#8D6C4A color RGB value is (141,108,74).

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

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 74 of 255 = 29%

141
108
74

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

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 74 = 323 (100%)
R 141 of 323 ~ 43.65%
G 108 of 323 ~ 33.44%
B 74 of 323 ~ 22.91%

%43.65
%33.44
%22.91

CMYK color model

#8D6C4A color CMYK value is (0,23,48,45).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 47.52%
  • key color value is 44.71%
CMYK:
(0,23,48,45)
C0M23Y48K45 
(0%,23%,48%,45%)
(0.00/0.23/0.48/0.45)	

CMYK percentages

%0
%23.4
%47.52
%44.71

Codes

Color #8D6C4A in popluar color models

8D6C4A
RGB14110874
HSL30°31.16%42.16%
HSB/HSV30°47.52%55.29%
CMYK0.00%23.40%47.52%
44.71%

Color #8D6C4A in popluar number systems.

HEX8D6C4A
Decimal14110874
Binary1000110111011001001010
Octal215154112

Shades and tints

Shades of #8D6C4A

#8D6C4A
(141,108,74)
#816344
(129,99,68)
#755A3E
(117,90,62)
#695138
(105,81,56)
#5D4832
(93,72,50)
#513F2C
(81,63,44)
#453626
(69,54,38)
#392D20
(57,45,32)
#2D241A
(45,36,26)
#211B14
(33,27,20)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #8D6C4A

#8D6C4A
(141,108,74)
#97795A
(151,121,90)
#A1866A
(161,134,106)
#AB937A
(171,147,122)
#B5A08A
(181,160,138)
#BFAD9A
(191,173,154)
#C9BAAA
(201,186,170)
#D3C7BA
(211,199,186)
#DDD4CA
(221,212,202)
#E7E1DA
(231,225,218)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6C4A; }

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

This text font color is #8D6C4A.


Background Color

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

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

This div background color is #8D6C4A.


Border color

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

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

This div border color is #8D6C4A.


Opacity

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

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

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

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

This text has shadow with #8D6C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6C4A on black background.


Color preview on white background

This text has color #8D6C4A on white background.



Black color preview on #8D6C4A background

This text has black color on #8D6C4A background.


White color preview on #8D6C4A background

This text has white color on #8D6C4A background.