COLOR #8D8470

HEX: #8D8470 RGB: (141,132,112)

Color info

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

RGB color model

#8D8470 color RGB value is (141,132,112).

RGB: (141,132,112) (55%, 52%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 112 of 255 = 44%

141
132
112

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

Portions of RGB colors in percentages

R + G + B = 141 + 132 + 112 = 385 (100%)
R 141 of 385 ~ 36.62%
G 132 of 385 ~ 34.29%
B 112 of 385 ~ 29.09'%

%36.62
%34.29
%29.09

CMYK color model

#8D8470 color CMYK value is (0,6,21,45).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 20.57%
  • key color value is 44.71%
CMYK: (0,6,21,45) C0M6Y21K45 (0%,6%,21%,45%) (0.00/0.06/0.21/0.45) 

CMYK percentages

%0
%6.38
%20.57
%44.71

Codes

Color #8D8470 in popluar color models

8D 84 70
RGB 141 132 112
HSL 41° 11.46% 49.61%
HSB/HSV 41° 20.57% 55.29%
CMYK 0.00% 6.38% 20.57%
44.71%

Color #8D8470 in popluar number systems.

HEX 8D 84 70
Decimal 141 132 112
Binary 10001101 10000100 1110000
Octal 215 204 160

Shades and tints

Shades of #8D8470

#8D8470
(141,132,112)
#817866
(129,120,102)
#756C5C
(117,108,92)
#696052
(105,96,82)
#5D5448
(93,84,72)
#51483E
(81,72,62)
#453C34
(69,60,52)
#39302A
(57,48,42)
#2D2420
(45,36,32)
#211816
(33,24,22)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #8D8470

#8D8470
(141,132,112)
#978F7D
(151,143,125)
#A19A8A
(161,154,138)
#ABA597
(171,165,151)
#B5B0A4
(181,176,164)
#BFBBB1
(191,187,177)
#C9C6BE
(201,198,190)
#D3D1CB
(211,209,203)
#DDDCD8
(221,220,216)
#E7E7E5
(231,231,229)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8470 color. Also use rgb(141,132,112) instead hex code.

Text Font Color

.myTextColor { color: #8D8470; }

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

This text font color is #8D8470.

Background Color

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

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

This div background color is #8D8470.

Border color

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

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

This div border color is #8D8470.

Opacity

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

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

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

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

This text has shadow with #8D8470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8470.

Preview

Color preview on black background

This text has color #8D8470 on black background.


Color preview on white background

This text has color #8D8470 on white background.


Black color preview on #8D8470 background

This text has black color on #8D8470 background.


White color preview on #8D8470 background

This text has white color on #8D8470 background.


Related colors

Complementary color

Complementary color for #hex is #727B8F.


I love getcolorcode.com

Triadic colors

1 #708D84 and #84708D with #8D8470 are triadic colors.

2 #70848D and #848D70 with #8D8470 are triadic colors.