COLOR #8D6C52

HEX: #8D6C52
RGB: (141,108,82)

Color info

#8D6C52 contains red, green and blue colors in about the same proportion. Web safe color of #8D6C52 is #996666 (or #966).

RGB color model

#8D6C52 color RGB value is (141,108,82).

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

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 82 of 255 = 32%

141
108
82

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

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 82 = 331 (100%)
R 141 of 331 ~ 42.6%
G 108 of 331 ~ 32.63%
B 82 of 331 ~ 24.77%

%42.6
%32.63
%24.77

CMYK color model

#8D6C52 color CMYK value is (0,23,42,45).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 41.84%
  • key color value is 44.71%
CMYK:
(0,23,42,45)
C0M23Y42K45 
(0%,23%,42%,45%)
(0.00/0.23/0.42/0.45)	

CMYK percentages

%0
%23.4
%41.84
%44.71

Codes

Color #8D6C52 in popluar color models

8D6C52
RGB14110882
HSL26°26.46%43.73%
HSB/HSV26°41.84%55.29%
CMYK0.00%23.40%41.84%
44.71%

Color #8D6C52 in popluar number systems.

HEX8D6C52
Decimal14110882
Binary1000110111011001010010
Octal215154122

Shades and tints

Shades of #8D6C52

#8D6C52
(141,108,82)
#81634B
(129,99,75)
#755A44
(117,90,68)
#69513D
(105,81,61)
#5D4836
(93,72,54)
#513F2F
(81,63,47)
#453628
(69,54,40)
#392D21
(57,45,33)
#2D241A
(45,36,26)
#211B13
(33,27,19)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #8D6C52

#8D6C52
(141,108,82)
#977961
(151,121,97)
#A18670
(161,134,112)
#AB937F
(171,147,127)
#B5A08E
(181,160,142)
#BFAD9D
(191,173,157)
#C9BAAC
(201,186,172)
#D3C7BB
(211,199,187)
#DDD4CA
(221,212,202)
#E7E1D9
(231,225,217)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6C52; }

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

This text font color is #8D6C52.


Background Color

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

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

This div background color is #8D6C52.


Border color

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

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

This div border color is #8D6C52.


Opacity

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

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

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

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

This text has shadow with #8D6C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6C52 on black background.


Color preview on white background

This text has color #8D6C52 on white background.



Black color preview on #8D6C52 background

This text has black color on #8D6C52 background.


White color preview on #8D6C52 background

This text has white color on #8D6C52 background.