COLOR #8D8473

HEX: #8D8473 RGB: (141,132,115)

Color info

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

RGB color model

#8D8473 color RGB value is (141,132,115).

RGB: (141,132,115) (55%, 52%, 45%)

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 115 of 255 = 45%

141
132
115

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

Portions of RGB colors in percentages

R + G + B = 141 + 132 + 115 = 388 (100%)
R 141 of 388 ~ 36.34%
G 132 of 388 ~ 34.02%
B 115 of 388 ~ 29.64'%

%36.34
%34.02
%29.64

CMYK color model

#8D8473 color CMYK value is (0,6,18,45).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 18.44%
  • key color value is 44.71%

CMYK: (0,6,18,45)
C0M6Y18K45 (0%, 6%, 18%, 45%)
(0.00 / 0.06 / 0.18 / 0.45)

CMYK percentages

%0
%6.38
%18.44
%44.71

Codes

Color #8D8473 in popluar color models

8D 84 73
RGB 141 132 115
HSL 39° 10.24% 50.20%
HSB/HSV 39° 18.44% 55.29%
CMYK 0.00% 6.38% 18.44%
44.71%

Color #8D8473 in popluar number systems.

HEX 8D 84 73
Decimal 141 132 115
Binary 10001101 10000100 1110011
Octal 215 204 163

Shades and tints

Shades of #8D8473

#8D8473
(141,132,115)
#817869
(129,120,105)
#756C5F
(117,108,95)
#696055
(105,96,85)
#5D544B
(93,84,75)
#514841
(81,72,65)
#453C37
(69,60,55)
#39302D
(57,48,45)
#2D2423
(45,36,35)
#211819
(33,24,25)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #8D8473

#8D8473
(141,132,115)
#978F7F
(151,143,127)
#A19A8B
(161,154,139)
#ABA597
(171,165,151)
#B5B0A3
(181,176,163)
#BFBBAF
(191,187,175)
#C9C6BB
(201,198,187)
#D3D1C7
(211,209,199)
#DDDCD3
(221,220,211)
#E7E7DF
(231,231,223)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8473; }

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

This text font color is #8D8473.

Background Color

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

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

This div background color is #8D8473.

Border color

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

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

This div border color is #8D8473.

Opacity

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

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

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

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

This text has shadow with #8D8473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8473.

Preview

Color preview on black background

This text has color #8D8473 on black background.


Color preview on white background

This text has color #8D8473 on white background.


Black color preview on #8D8473 background

This text has black color on #8D8473 background.


White color preview on #8D8473 background

This text has white color on #8D8473 background.


Related colors

Complementary color

Complementary color for #hex is #727B8C.


I love getcolorcode.com

Triadic colors

1 #738D84 and #84738D with #8D8473 are triadic colors.

2 #73848D and #848D73 with #8D8473 are triadic colors.