COLOR #8D886D

HEX: #8D886D RGB: (141,136,109)

Color info

#8D886D contains red, green and blue colors in about the same proportion. Web safe color of #8D886D is #999966 (or #996).

RGB color model

#8D886D color RGB value is (141,136,109).

RGB: (141,136,109) (55%, 53%, 43%)

RGB channels and saturation

R 141 of 255 = 55%
G 136 of 255 = 53%
B 109 of 255 = 43%

141
136
109

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

Portions of RGB colors in percentages

R + G + B = 141 + 136 + 109 = 386 (100%)
R 141 of 386 ~ 36.53%
G 136 of 386 ~ 35.23%
B 109 of 386 ~ 28.24'%

%36.53
%35.23
%28.24

CMYK color model

#8D886D color CMYK value is (0,4,23,45).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 22.70%
  • key color value is 44.71%

CMYK: (0,4,23,45)
C0M4Y23K45 (0%, 4%, 23%, 45%)
(0.00 / 0.04 / 0.23 / 0.45)

CMYK percentages

%0
%3.55
%22.7
%44.71

Codes

Color #8D886D in popluar color models

8D 88 6D
RGB 141 136 109
HSL 51° 12.80% 49.02%
HSB/HSV 51° 22.70% 55.29%
CMYK 0.00% 3.55% 22.70%
44.71%

Color #8D886D in popluar number systems.

HEX 8D 88 6D
Decimal 141 136 109
Binary 10001101 10001000 1101101
Octal 215 210 155

Shades and tints

Shades of #8D886D

#8D886D
(141,136,109)
#817C64
(129,124,100)
#75705B
(117,112,91)
#696452
(105,100,82)
#5D5849
(93,88,73)
#514C40
(81,76,64)
#454037
(69,64,55)
#39342E
(57,52,46)
#2D2825
(45,40,37)
#211C1C
(33,28,28)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #8D886D

#8D886D
(141,136,109)
#97927A
(151,146,122)
#A19C87
(161,156,135)
#ABA694
(171,166,148)
#B5B0A1
(181,176,161)
#BFBAAE
(191,186,174)
#C9C4BB
(201,196,187)
#D3CEC8
(211,206,200)
#DDD8D5
(221,216,213)
#E7E2E2
(231,226,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D886D; }

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

This text font color is #8D886D.

Background Color

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

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

This div background color is #8D886D.

Border color

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

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

This div border color is #8D886D.

Opacity

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

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

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

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

This text has shadow with #8D886D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D886D.

Preview

Color preview on black background

This text has color #8D886D on black background.


Color preview on white background

This text has color #8D886D on white background.


Black color preview on #8D886D background

This text has black color on #8D886D background.


White color preview on #8D886D background

This text has white color on #8D886D background.


Related colors

Complementary color

Complementary color for #hex is #727792.


I love getcolorcode.com

Triadic colors

1 #6D8D88 and #886D8D with #8D886D are triadic colors.

2 #6D888D and #888D6D with #8D886D are triadic colors.