COLOR #8D8471

HEX: #8D8471
RGB: (141,132,113)

Color info

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

RGB color model

#8D8471 color RGB value is (141,132,113).

  • red value is 141;
  • green value is 132;
  • blue value is 113.
RGB:
(141,132,113)
(55%,52%,44%)

RGB channels and saturation

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

141
132
113

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

Portions of RGB colors in percentages

R + G + B =
141 + 132 + 113 = 386 (100%)
R 141 of 386 ~ 36.53%
G 132 of 386 ~ 34.2%
B 113 of 386 ~ 29.27%

%36.53
%34.2
%29.27

CMYK color model

#8D8471 color CMYK value is (0,6,20,45).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 19.86%
  • key color value is 44.71%
CMYK:
(0,6,20,45)
C0M6Y20K45 
(0%,6%,20%,45%)
(0.00/0.06/0.20/0.45)	

CMYK percentages

%0
%6.38
%19.86
%44.71

Codes

Color #8D8471 in popluar color models

8D8471
RGB141132113
HSL41°11.02%49.80%
HSB/HSV41°19.86%55.29%
CMYK0.00%6.38%19.86%
44.71%

Color #8D8471 in popluar number systems.

HEX8D8471
Decimal141132113
Binary10001101100001001110001
Octal215204161

Shades and tints

Shades of #8D8471

#8D8471
(141,132,113)
#817867
(129,120,103)
#756C5D
(117,108,93)
#696053
(105,96,83)
#5D5449
(93,84,73)
#51483F
(81,72,63)
#453C35
(69,60,53)
#39302B
(57,48,43)
#2D2421
(45,36,33)
#211817
(33,24,23)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #8D8471

#8D8471
(141,132,113)
#978F7D
(151,143,125)
#A19A89
(161,154,137)
#ABA595
(171,165,149)
#B5B0A1
(181,176,161)
#BFBBAD
(191,187,173)
#C9C6B9
(201,198,185)
#D3D1C5
(211,209,197)
#DDDCD1
(221,220,209)
#E7E7DD
(231,231,221)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8471; }

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

This text font color is #8D8471.


Background Color

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

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

This div background color is #8D8471.


Border color

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

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

This div border color is #8D8471.


Opacity

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

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

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

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

This text has shadow with #8D8471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8471 on black background.


Color preview on white background

This text has color #8D8471 on white background.



Black color preview on #8D8471 background

This text has black color on #8D8471 background.


White color preview on #8D8471 background

This text has white color on #8D8471 background.