COLOR #8D6F6D

HEX: #8D6F6D
RGB: (141,111,109)

Color info

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

RGB color model

#8D6F6D color RGB value is (141,111,109).

  • red value is 141;
  • green value is 111;
  • blue value is 109.
RGB:
(141,111,109)
(55%,44%,43%)

RGB channels and saturation

R 141 of 255 = 55%
G 111 of 255 = 44%
B 109 of 255 = 43%

141
111
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 111 + 109 = 361 (100%)
R 141 of 361 ~ 39.06%
G 111 of 361 ~ 30.75%
B 109 of 361 ~ 30.19%

%39.06
%30.75
%30.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(0,21,23,45)
C0M21Y23K45 
(0%,21%,23%,45%)
(0.00/0.21/0.23/0.45)	

CMYK percentages

%0
%21.28
%22.7
%44.71

Codes

Color #8D6F6D in popluar color models

8D6F6D
RGB141111109
HSL12.80%49.02%
HSB/HSV22.70%55.29%
CMYK0.00%21.28%22.70%
44.71%

Color #8D6F6D in popluar number systems.

HEX8D6F6D
Decimal141111109
Binary1000110111011111101101
Octal215157155

Shades and tints

Shades of #8D6F6D

#8D6F6D
(141,111,109)
#816564
(129,101,100)
#755B5B
(117,91,91)
#695152
(105,81,82)
#5D4749
(93,71,73)
#513D40
(81,61,64)
#453337
(69,51,55)
#39292E
(57,41,46)
#2D1F25
(45,31,37)
#21151C
(33,21,28)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #8D6F6D

#8D6F6D
(141,111,109)
#977C7A
(151,124,122)
#A18987
(161,137,135)
#AB9694
(171,150,148)
#B5A3A1
(181,163,161)
#BFB0AE
(191,176,174)
#C9BDBB
(201,189,187)
#D3CAC8
(211,202,200)
#DDD7D5
(221,215,213)
#E7E4E2
(231,228,226)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6F6D; }

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

This text font color is #8D6F6D.


Background Color

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

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

This div background color is #8D6F6D.


Border color

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

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

This div border color is #8D6F6D.


Opacity

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

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

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

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

This text has shadow with #8D6F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6F6D on black background.


Color preview on white background

This text has color #8D6F6D on white background.



Black color preview on #8D6F6D background

This text has black color on #8D6F6D background.


White color preview on #8D6F6D background

This text has white color on #8D6F6D background.