COLOR #8D686D

HEX: #8D686D
RGB: (141,104,109)

Color info

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

RGB color model

#8D686D color RGB value is (141,104,109).

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

RGB channels and saturation

R 141 of 255 = 55%
G 104 of 255 = 41%
B 109 of 255 = 43%

141
104
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 104 + 109 = 354 (100%)
R 141 of 354 ~ 39.83%
G 104 of 354 ~ 29.38%
B 109 of 354 ~ 30.79%

%39.83
%29.38
%30.79

CMYK color model

#8D686D color CMYK value is (0,26,23,45).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(0,26,23,45)
C0M26Y23K45 
(0%,26%,23%,45%)
(0.00/0.26/0.23/0.45)	

CMYK percentages

%0
%26.24
%22.7
%44.71

Codes

Color #8D686D in popluar color models

8D686D
RGB141104109
HSL352°15.10%48.04%
HSB/HSV352°26.24%55.29%
CMYK0.00%26.24%22.70%
44.71%

Color #8D686D in popluar number systems.

HEX8D686D
Decimal141104109
Binary1000110111010001101101
Octal215150155

Shades and tints

Shades of #8D686D

#8D686D
(141,104,109)
#815F64
(129,95,100)
#75565B
(117,86,91)
#694D52
(105,77,82)
#5D4449
(93,68,73)
#513B40
(81,59,64)
#453237
(69,50,55)
#39292E
(57,41,46)
#2D2025
(45,32,37)
#21171C
(33,23,28)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #8D686D

#8D686D
(141,104,109)
#97757A
(151,117,122)
#A18287
(161,130,135)
#AB8F94
(171,143,148)
#B59CA1
(181,156,161)
#BFA9AE
(191,169,174)
#C9B6BB
(201,182,187)
#D3C3C8
(211,195,200)
#DDD0D5
(221,208,213)
#E7DDE2
(231,221,226)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D686D; }

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

This text font color is #8D686D.


Background Color

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

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

This div background color is #8D686D.


Border color

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

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

This div border color is #8D686D.


Opacity

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

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

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

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

This text has shadow with #8D686D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D686D on black background.


Color preview on white background

This text has color #8D686D on white background.



Black color preview on #8D686D background

This text has black color on #8D686D background.


White color preview on #8D686D background

This text has white color on #8D686D background.