COLOR #8D6471

HEX: #8D6471
RGB: (141,100,113)

Color info

#8D6471 contains red, green and blue colors in about the same proportion. Web safe color of #8D6471 is #996666 (or #966).

RGB color model

#8D6471 color RGB value is (141,100,113).

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

RGB channels and saturation

R 141 of 255 = 55%
G 100 of 255 = 39%
B 113 of 255 = 44%

141
100
113

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 113 = 354 (100%)
R 141 of 354 ~ 39.83%
G 100 of 354 ~ 28.25%
B 113 of 354 ~ 31.92%

%39.83
%28.25
%31.92

CMYK color model

#8D6471 color CMYK value is (0,29,20,45).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 19.86%
  • key color value is 44.71%
CMYK: (0,29,20,45) C0M29Y20K45 (0%,29%,20%,45%) (0.00/0.29/0.20/0.45)

CMYK percentages

%0
%29.08
%19.86
%44.71

Codes

Color #8D6471 in popluar color models

8D6471
RGB141100113
HSL341°17.01%47.25%
HSB/HSV341°29.08%55.29%
CMYK0.00%29.08%19.86%
44.71%

Color #8D6471 in popluar number systems.

HEX8D6471
Decimal141100113
Binary1000110111001001110001
Octal215144161

Shades and tints

Shades of #8D6471

#8D6471
(141,100,113)
#815B67
(129,91,103)
#75525D
(117,82,93)
#694953
(105,73,83)
#5D4049
(93,64,73)
#51373F
(81,55,63)
#452E35
(69,46,53)
#39252B
(57,37,43)
#2D1C21
(45,28,33)
#211317
(33,19,23)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #8D6471

#8D6471
(141,100,113)
#97727D
(151,114,125)
#A18089
(161,128,137)
#AB8E95
(171,142,149)
#B59CA1
(181,156,161)
#BFAAAD
(191,170,173)
#C9B8B9
(201,184,185)
#D3C6C5
(211,198,197)
#DDD4D1
(221,212,209)
#E7E2DD
(231,226,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6471; }

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

This text font color is #8D6471.


Background Color

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

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

This div background color is #8D6471.


Border color

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

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

This div border color is #8D6471.


Opacity

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

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

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

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

This text has shadow with #8D6471 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D6471 on black background.


Color preview on white background

This text has color #8D6471 on white background.



Black color preview on #8D6471 background

This text has black color on #8D6471 background.


White color preview on #8D6471 background

This text has white color on #8D6471 background.