COLOR #8D6C5F

HEX: #8D6C5F
RGB: (141,108,95)

Color info

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

RGB color model

#8D6C5F color RGB value is (141,108,95).

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

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 95 of 255 = 37%

141
108
95

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

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 95 = 344 (100%)
R 141 of 344 ~ 40.99%
G 108 of 344 ~ 31.4%
B 95 of 344 ~ 27.62%

%40.99
%31.4
%27.62

CMYK color model

#8D6C5F color CMYK value is (0,23,33,45).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 32.62%
  • key color value is 44.71%
CMYK:
(0,23,33,45)
C0M23Y33K45 
(0%,23%,33%,45%)
(0.00/0.23/0.33/0.45)	

CMYK percentages

%0
%23.4
%32.62
%44.71

Codes

Color #8D6C5F in popluar color models

8D6C5F
RGB14110895
HSL17°19.49%46.27%
HSB/HSV17°32.62%55.29%
CMYK0.00%23.40%32.62%
44.71%

Color #8D6C5F in popluar number systems.

HEX8D6C5F
Decimal14110895
Binary1000110111011001011111
Octal215154137

Shades and tints

Shades of #8D6C5F

#8D6C5F
(141,108,95)
#816357
(129,99,87)
#755A4F
(117,90,79)
#695147
(105,81,71)
#5D483F
(93,72,63)
#513F37
(81,63,55)
#45362F
(69,54,47)
#392D27
(57,45,39)
#2D241F
(45,36,31)
#211B17
(33,27,23)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #8D6C5F

#8D6C5F
(141,108,95)
#97796D
(151,121,109)
#A1867B
(161,134,123)
#AB9389
(171,147,137)
#B5A097
(181,160,151)
#BFADA5
(191,173,165)
#C9BAB3
(201,186,179)
#D3C7C1
(211,199,193)
#DDD4CF
(221,212,207)
#E7E1DD
(231,225,221)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6C5F; }

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

This text font color is #8D6C5F.


Background Color

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

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

This div background color is #8D6C5F.


Border color

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

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

This div border color is #8D6C5F.


Opacity

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

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

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

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

This text has shadow with #8D6C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6C5F on black background.


Color preview on white background

This text has color #8D6C5F on white background.



Black color preview on #8D6C5F background

This text has black color on #8D6C5F background.


White color preview on #8D6C5F background

This text has white color on #8D6C5F background.