COLOR #8D6B5D

HEX: #8D6B5D
RGB: (141,107,93)

Color info

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

RGB color model

#8D6B5D color RGB value is (141,107,93).

  • red value is 141;
  • green value is 107;
  • blue value is 93.
RGB:
(141,107,93)
(55%,42%,36%)

RGB channels and saturation

R 141 of 255 = 55%
G 107 of 255 = 42%
B 93 of 255 = 36%

141
107
93

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

Portions of RGB colors in percentages

R + G + B =
141 + 107 + 93 = 341 (100%)
R 141 of 341 ~ 41.35%
G 107 of 341 ~ 31.38%
B 93 of 341 ~ 27.27%

%41.35
%31.38
%27.27

CMYK color model

#8D6B5D color CMYK value is (0,24,34,45).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 34.04%
  • key color value is 44.71%
CMYK:
(0,24,34,45)
C0M24Y34K45 
(0%,24%,34%,45%)
(0.00/0.24/0.34/0.45)	

CMYK percentages

%0
%24.11
%34.04
%44.71

Codes

Color #8D6B5D in popluar color models

8D6B5D
RGB14110793
HSL18°20.51%45.88%
HSB/HSV18°34.04%55.29%
CMYK0.00%24.11%34.04%
44.71%

Color #8D6B5D in popluar number systems.

HEX8D6B5D
Decimal14110793
Binary1000110111010111011101
Octal215153135

Shades and tints

Shades of #8D6B5D

#8D6B5D
(141,107,93)
#816255
(129,98,85)
#75594D
(117,89,77)
#695045
(105,80,69)
#5D473D
(93,71,61)
#513E35
(81,62,53)
#45352D
(69,53,45)
#392C25
(57,44,37)
#2D231D
(45,35,29)
#211A15
(33,26,21)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #8D6B5D

#8D6B5D
(141,107,93)
#97786B
(151,120,107)
#A18579
(161,133,121)
#AB9287
(171,146,135)
#B59F95
(181,159,149)
#BFACA3
(191,172,163)
#C9B9B1
(201,185,177)
#D3C6BF
(211,198,191)
#DDD3CD
(221,211,205)
#E7E0DB
(231,224,219)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6B5D color. Also use rgb(141,107,93) instead hex code.

Text Font Color

.myTextColor { color: #8D6B5D; }

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

This text font color is #8D6B5D.


Background Color

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

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

This div background color is #8D6B5D.


Border color

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

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

This div border color is #8D6B5D.


Opacity

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

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

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

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

This text has shadow with #8D6B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6B5D on black background.


Color preview on white background

This text has color #8D6B5D on white background.



Black color preview on #8D6B5D background

This text has black color on #8D6B5D background.


White color preview on #8D6B5D background

This text has white color on #8D6B5D background.