COLOR #8D8475

HEX: #8D8475
RGB: (141,132,117)

Color info

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

RGB color model

#8D8475 color RGB value is (141,132,117).

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

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 117 of 255 = 46%

141
132
117

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

Portions of RGB colors in percentages

R + G + B =
141 + 132 + 117 = 390 (100%)
R 141 of 390 ~ 36.15%
G 132 of 390 ~ 33.85%
B 117 of 390 ~ 30%

%36.15
%33.85
%30

CMYK color model

#8D8475 color CMYK value is (0,6,17,45).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 17.02%
  • key color value is 44.71%
CMYK:
(0,6,17,45)
C0M6Y17K45 
(0%,6%,17%,45%)
(0.00/0.06/0.17/0.45)	

CMYK percentages

%0
%6.38
%17.02
%44.71

Codes

Color #8D8475 in popluar color models

8D8475
RGB141132117
HSL38°9.52%50.59%
HSB/HSV38°17.02%55.29%
CMYK0.00%6.38%17.02%
44.71%

Color #8D8475 in popluar number systems.

HEX8D8475
Decimal141132117
Binary10001101100001001110101
Octal215204165

Shades and tints

Shades of #8D8475

#8D8475
(141,132,117)
#81786B
(129,120,107)
#756C61
(117,108,97)
#696057
(105,96,87)
#5D544D
(93,84,77)
#514843
(81,72,67)
#453C39
(69,60,57)
#39302F
(57,48,47)
#2D2425
(45,36,37)
#21181B
(33,24,27)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #8D8475

#8D8475
(141,132,117)
#978F81
(151,143,129)
#A19A8D
(161,154,141)
#ABA599
(171,165,153)
#B5B0A5
(181,176,165)
#BFBBB1
(191,187,177)
#C9C6BD
(201,198,189)
#D3D1C9
(211,209,201)
#DDDCD5
(221,220,213)
#E7E7E1
(231,231,225)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8475; }

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

This text font color is #8D8475.


Background Color

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

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

This div background color is #8D8475.


Border color

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

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

This div border color is #8D8475.


Opacity

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

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

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

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

This text has shadow with #8D8475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8475 on black background.


Color preview on white background

This text has color #8D8475 on white background.



Black color preview on #8D8475 background

This text has black color on #8D8475 background.


White color preview on #8D8475 background

This text has white color on #8D8475 background.