COLOR #8D6A51

HEX: #8D6A51
RGB: (141,106,81)

Color info

#8D6A51 contains mainly red and green colors. Web safe color of #8D6A51 is #996666 (or #966).

RGB color model

#8D6A51 color RGB value is (141,106,81).

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

RGB channels and saturation

R 141 of 255 = 55%
G 106 of 255 = 42%
B 81 of 255 = 32%

141
106
81

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

Portions of RGB colors in percentages

R + G + B =
141 + 106 + 81 = 328 (100%)
R 141 of 328 ~ 42.99%
G 106 of 328 ~ 32.32%
B 81 of 328 ~ 24.7%

%42.99
%32.32
%24.7

CMYK color model

#8D6A51 color CMYK value is (0,25,43,45).

  • cyan value is 0.00%
  • magenta value is 24.82%
  • yellow value is 42.55%
  • key color value is 44.71%
CMYK:
(0,25,43,45)
C0M25Y43K45 
(0%,25%,43%,45%)
(0.00/0.25/0.43/0.45)	

CMYK percentages

%0
%24.82
%42.55
%44.71

Codes

Color #8D6A51 in popluar color models

8D6A51
RGB14110681
HSL25°27.03%43.53%
HSB/HSV25°42.55%55.29%
CMYK0.00%24.82%42.55%
44.71%

Color #8D6A51 in popluar number systems.

HEX8D6A51
Decimal14110681
Binary1000110111010101010001
Octal215152121

Shades and tints

Shades of #8D6A51

#8D6A51
(141,106,81)
#81614A
(129,97,74)
#755843
(117,88,67)
#694F3C
(105,79,60)
#5D4635
(93,70,53)
#513D2E
(81,61,46)
#453427
(69,52,39)
#392B20
(57,43,32)
#2D2219
(45,34,25)
#211912
(33,25,18)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #8D6A51

#8D6A51
(141,106,81)
#977760
(151,119,96)
#A1846F
(161,132,111)
#AB917E
(171,145,126)
#B59E8D
(181,158,141)
#BFAB9C
(191,171,156)
#C9B8AB
(201,184,171)
#D3C5BA
(211,197,186)
#DDD2C9
(221,210,201)
#E7DFD8
(231,223,216)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6A51; }

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

This text font color is #8D6A51.


Background Color

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

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

This div background color is #8D6A51.


Border color

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

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

This div border color is #8D6A51.


Opacity

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

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

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

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

This text has shadow with #8D6A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6A51 on black background.


Color preview on white background

This text has color #8D6A51 on white background.



Black color preview on #8D6A51 background

This text has black color on #8D6A51 background.


White color preview on #8D6A51 background

This text has white color on #8D6A51 background.