COLOR #8D6C6F

HEX: #8D6C6F RGB: (141,108,111)

Color info

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

RGB color model

#8D6C6F color RGB value is (141,108,111).

RGB: (141,108,111) (55%, 42%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 111 of 255 = 44%

141
108
111

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

Portions of RGB colors in percentages

R + G + B = 141 + 108 + 111 = 360 (100%)
R 141 of 360 ~ 39.17%
G 108 of 360 ~ 30%
B 111 of 360 ~ 30.83'%

%39.17
%30
%30.83

CMYK color model

#8D6C6F color CMYK value is (0,23,21,45).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 21.28%
  • key color value is 44.71%

CMYK: (0,23,21,45)
C0M23Y21K45 (0%, 23%, 21%, 45%)
(0.00 / 0.23 / 0.21 / 0.45)

CMYK percentages

%0
%23.4
%21.28
%44.71

Codes

Color #8D6C6F in popluar color models

8D 6C 6F
RGB 141 108 111
HSL 355° 13.25% 48.82%
HSB/HSV 355° 23.40% 55.29%
CMYK 0.00% 23.40% 21.28%
44.71%

Color #8D6C6F in popluar number systems.

HEX 8D 6C 6F
Decimal 141 108 111
Binary 10001101 1101100 1101111
Octal 215 154 157

Shades and tints

Shades of #8D6C6F

#8D6C6F
(141,108,111)
#816365
(129,99,101)
#755A5B
(117,90,91)
#695151
(105,81,81)
#5D4847
(93,72,71)
#513F3D
(81,63,61)
#453633
(69,54,51)
#392D29
(57,45,41)
#2D241F
(45,36,31)
#211B15
(33,27,21)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #8D6C6F

#8D6C6F
(141,108,111)
#97797C
(151,121,124)
#A18689
(161,134,137)
#AB9396
(171,147,150)
#B5A0A3
(181,160,163)
#BFADB0
(191,173,176)
#C9BABD
(201,186,189)
#D3C7CA
(211,199,202)
#DDD4D7
(221,212,215)
#E7E1E4
(231,225,228)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6C6F; }

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

This text font color is #8D6C6F.

Background Color

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

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

This div background color is #8D6C6F.

Border color

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

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

This div border color is #8D6C6F.

Opacity

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

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

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

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

This text has shadow with #8D6C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D6C6F.

Preview

Color preview on black background

This text has color #8D6C6F on black background.


Color preview on white background

This text has color #8D6C6F on white background.


Black color preview on #8D6C6F background

This text has black color on #8D6C6F background.


White color preview on #8D6C6F background

This text has white color on #8D6C6F background.


Related colors

Complementary color

Complementary color for #hex is #729390.


I love getcolorcode.com

Triadic colors

1 #6F8D6C and #6C6F8D with #8D6C6F are triadic colors.

2 #6F6C8D and #6C8D6F with #8D6C6F are triadic colors.