COLOR #8D666F

HEX: #8D666F RGB: (141,102,111)

Color info

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

RGB color model

#8D666F color RGB value is (141,102,111).

RGB: (141,102,111) (55%, 40%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 102 of 255 = 40%
B 111 of 255 = 44%

141
102
111

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

Portions of RGB colors in percentages

R + G + B = 141 + 102 + 111 = 354 (100%)
R 141 of 354 ~ 39.83%
G 102 of 354 ~ 28.81%
B 111 of 354 ~ 31.36'%

%39.83
%28.81
%31.36

CMYK color model

#8D666F color CMYK value is (0,28,21,45).

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

CMYK: (0,28,21,45)
C0M28Y21K45 (0%, 28%, 21%, 45%)
(0.00 / 0.28 / 0.21 / 0.45)

CMYK percentages

%0
%27.66
%21.28
%44.71

Codes

Color #8D666F in popluar color models

8D 66 6F
RGB 141 102 111
HSL 346° 16.05% 47.65%
HSB/HSV 346° 27.66% 55.29%
CMYK 0.00% 27.66% 21.28%
44.71%

Color #8D666F in popluar number systems.

HEX 8D 66 6F
Decimal 141 102 111
Binary 10001101 1100110 1101111
Octal 215 146 157

Shades and tints

Shades of #8D666F

#8D666F
(141,102,111)
#815D65
(129,93,101)
#75545B
(117,84,91)
#694B51
(105,75,81)
#5D4247
(93,66,71)
#51393D
(81,57,61)
#453033
(69,48,51)
#392729
(57,39,41)
#2D1E1F
(45,30,31)
#211515
(33,21,21)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #8D666F

#8D666F
(141,102,111)
#97737C
(151,115,124)
#A18089
(161,128,137)
#AB8D96
(171,141,150)
#B59AA3
(181,154,163)
#BFA7B0
(191,167,176)
#C9B4BD
(201,180,189)
#D3C1CA
(211,193,202)
#DDCED7
(221,206,215)
#E7DBE4
(231,219,228)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D666F; }

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

This text font color is #8D666F.

Background Color

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

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

This div background color is #8D666F.

Border color

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

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

This div border color is #8D666F.

Opacity

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

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

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

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

This text has shadow with #8D666F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D666F.

Preview

Color preview on black background

This text has color #8D666F on black background.


Color preview on white background

This text has color #8D666F on white background.


Black color preview on #8D666F background

This text has black color on #8D666F background.


White color preview on #8D666F background

This text has white color on #8D666F background.


Related colors

Complementary color

Complementary color for #hex is #729990.


I love getcolorcode.com

Triadic colors

1 #6F8D66 and #666F8D with #8D666F are triadic colors.

2 #6F668D and #668D6F with #8D666F are triadic colors.