COLOR #8D7D6F

HEX: #8D7D6F RGB: (141,125,111)

Color info

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

RGB color model

#8D7D6F color RGB value is (141,125,111).

RGB: (141,125,111) (55%, 49%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 125 of 255 = 49%
B 111 of 255 = 44%

141
125
111

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

Portions of RGB colors in percentages

R + G + B = 141 + 125 + 111 = 377 (100%)
R 141 of 377 ~ 37.4%
G 125 of 377 ~ 33.16%
B 111 of 377 ~ 29.44'%

%37.4
%33.16
%29.44

CMYK color model

#8D7D6F color CMYK value is (0,11,21,45).

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

CMYK: (0,11,21,45)
C0M11Y21K45 (0%, 11%, 21%, 45%)
(0.00 / 0.11 / 0.21 / 0.45)

CMYK percentages

%0
%11.35
%21.28
%44.71

Codes

Color #8D7D6F in popluar color models

8D 7D 6F
RGB 141 125 111
HSL 28° 11.90% 49.41%
HSB/HSV 28° 21.28% 55.29%
CMYK 0.00% 11.35% 21.28%
44.71%

Color #8D7D6F in popluar number systems.

HEX 8D 7D 6F
Decimal 141 125 111
Binary 10001101 1111101 1101111
Octal 215 175 157

Shades and tints

Shades of #8D7D6F

#8D7D6F
(141,125,111)
#817265
(129,114,101)
#75675B
(117,103,91)
#695C51
(105,92,81)
#5D5147
(93,81,71)
#51463D
(81,70,61)
#453B33
(69,59,51)
#393029
(57,48,41)
#2D251F
(45,37,31)
#211A15
(33,26,21)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #8D7D6F

#8D7D6F
(141,125,111)
#97887C
(151,136,124)
#A19389
(161,147,137)
#AB9E96
(171,158,150)
#B5A9A3
(181,169,163)
#BFB4B0
(191,180,176)
#C9BFBD
(201,191,189)
#D3CACA
(211,202,202)
#DDD5D7
(221,213,215)
#E7E0E4
(231,224,228)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7D6F; }

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

This text font color is #8D7D6F.

Background Color

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

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

This div background color is #8D7D6F.

Border color

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

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

This div border color is #8D7D6F.

Opacity

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

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

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

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

This text has shadow with #8D7D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7D6F.

Preview

Color preview on black background

This text has color #8D7D6F on black background.


Color preview on white background

This text has color #8D7D6F on white background.


Black color preview on #8D7D6F background

This text has black color on #8D7D6F background.


White color preview on #8D7D6F background

This text has white color on #8D7D6F background.


Related colors

Complementary color

Complementary color for #hex is #728290.


I love getcolorcode.com

Triadic colors

1 #6F8D7D and #7D6F8D with #8D7D6F are triadic colors.

2 #6F7D8D and #7D8D6F with #8D7D6F are triadic colors.