COLOR #8D6D6E

HEX: #8D6D6E
RGB: (141,109,110)

Color info

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

RGB color model

#8D6D6E color RGB value is (141,109,110).

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

RGB channels and saturation

R 141 of 255 = 55%
G 109 of 255 = 43%
B 110 of 255 = 43%

141
109
110

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

Portions of RGB colors in percentages

R + G + B =
141 + 109 + 110 = 360 (100%)
R 141 of 360 ~ 39.17%
G 109 of 360 ~ 30.28%
B 110 of 360 ~ 30.56%

%39.17
%30.28
%30.56

CMYK color model

#8D6D6E color CMYK value is (0,23,22,45).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 21.99%
  • key color value is 44.71%
CMYK:
(0,23,22,45)
C0M23Y22K45 
(0%,23%,22%,45%)
(0.00/0.23/0.22/0.45)	

CMYK percentages

%0
%22.7
%21.99
%44.71

Codes

Color #8D6D6E in popluar color models

8D6D6E
RGB141109110
HSL358°12.80%49.02%
HSB/HSV358°22.70%55.29%
CMYK0.00%22.70%21.99%
44.71%

Color #8D6D6E in popluar number systems.

HEX8D6D6E
Decimal141109110
Binary1000110111011011101110
Octal215155156

Shades and tints

Shades of #8D6D6E

#8D6D6E
(141,109,110)
#816464
(129,100,100)
#755B5A
(117,91,90)
#695250
(105,82,80)
#5D4946
(93,73,70)
#51403C
(81,64,60)
#453732
(69,55,50)
#392E28
(57,46,40)
#2D251E
(45,37,30)
#211C14
(33,28,20)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #8D6D6E

#8D6D6E
(141,109,110)
#977A7B
(151,122,123)
#A18788
(161,135,136)
#AB9495
(171,148,149)
#B5A1A2
(181,161,162)
#BFAEAF
(191,174,175)
#C9BBBC
(201,187,188)
#D3C8C9
(211,200,201)
#DDD5D6
(221,213,214)
#E7E2E3
(231,226,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6D6E; }

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

This text font color is #8D6D6E.


Background Color

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

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

This div background color is #8D6D6E.


Border color

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

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

This div border color is #8D6D6E.


Opacity

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

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

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

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

This text has shadow with #8D6D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6D6E on black background.


Color preview on white background

This text has color #8D6D6E on white background.



Black color preview on #8D6D6E background

This text has black color on #8D6D6E background.


White color preview on #8D6D6E background

This text has white color on #8D6D6E background.