COLOR #8D6766

HEX: #8D6766 RGB: (141,103,102)

Color info

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

RGB color model

#8D6766 color RGB value is (141,103,102).

RGB: (141,103,102) (55%, 40%, 40%)

RGB channels and saturation

R 141 of 255 = 55%
G 103 of 255 = 40%
B 102 of 255 = 40%

141
103
102

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

Portions of RGB colors in percentages

R + G + B = 141 + 103 + 102 = 346 (100%)
R 141 of 346 ~ 40.75%
G 103 of 346 ~ 29.77%
B 102 of 346 ~ 29.48'%

%40.75
%29.77
%29.48

CMYK color model

#8D6766 color CMYK value is (0,27,28,45).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 27.66%
  • key color value is 44.71%

CMYK: (0,27,28,45)
C0M27Y28K45 (0%, 27%, 28%, 45%)
(0.00 / 0.27 / 0.28 / 0.45)

CMYK percentages

%0
%26.95
%27.66
%44.71

Codes

Color #8D6766 in popluar color models

8D 67 66
RGB 141 103 102
HSL 16.05% 47.65%
HSB/HSV 27.66% 55.29%
CMYK 0.00% 26.95% 27.66%
44.71%

Color #8D6766 in popluar number systems.

HEX 8D 67 66
Decimal 141 103 102
Binary 10001101 1100111 1100110
Octal 215 147 146

Shades and tints

Shades of #8D6766

#8D6766
(141,103,102)
#815E5D
(129,94,93)
#755554
(117,85,84)
#694C4B
(105,76,75)
#5D4342
(93,67,66)
#513A39
(81,58,57)
#453130
(69,49,48)
#392827
(57,40,39)
#2D1F1E
(45,31,30)
#211615
(33,22,21)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #8D6766

#8D6766
(141,103,102)
#977473
(151,116,115)
#A18180
(161,129,128)
#AB8E8D
(171,142,141)
#B59B9A
(181,155,154)
#BFA8A7
(191,168,167)
#C9B5B4
(201,181,180)
#D3C2C1
(211,194,193)
#DDCFCE
(221,207,206)
#E7DCDB
(231,220,219)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6766 color. Also use rgb(141,103,102) instead hex code.

Text Font Color

.myTextColor { color: #8D6766; }

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

This text font color is #8D6766.

Background Color

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

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

This div background color is #8D6766.

Border color

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

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

This div border color is #8D6766.

Opacity

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

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

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

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

This text has shadow with #8D6766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D6766.

Preview

Color preview on black background

This text has color #8D6766 on black background.


Color preview on white background

This text has color #8D6766 on white background.


Black color preview on #8D6766 background

This text has black color on #8D6766 background.


White color preview on #8D6766 background

This text has white color on #8D6766 background.


Related colors

Complementary color

Complementary color for #hex is #729899.


I love getcolorcode.com

Triadic colors

1 #668D67 and #67668D with #8D6766 are triadic colors.

2 #66678D and #678D66 with #8D6766 are triadic colors.