COLOR #8D6470

HEX: #8D6470
RGB: (141,100,112)

Color info

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

RGB color model

#8D6470 color RGB value is (141,100,112).

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

RGB channels and saturation

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

141
100
112

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

Portions of RGB colors in percentages

R + G + B =
141 + 100 + 112 = 353 (100%)
R 141 of 353 ~ 39.94%
G 100 of 353 ~ 28.33%
B 112 of 353 ~ 31.73%

%39.94
%28.33
%31.73

CMYK color model

#8D6470 color CMYK value is (0,29,21,45).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 20.57%
  • key color value is 44.71%
CMYK:
(0,29,21,45)
C0M29Y21K45 
(0%,29%,21%,45%)
(0.00/0.29/0.21/0.45)	

CMYK percentages

%0
%29.08
%20.57
%44.71

Codes

Color #8D6470 in popluar color models

8D6470
RGB141100112
HSL342°17.01%47.25%
HSB/HSV342°29.08%55.29%
CMYK0.00%29.08%20.57%
44.71%

Color #8D6470 in popluar number systems.

HEX8D6470
Decimal141100112
Binary1000110111001001110000
Octal215144160

Shades and tints

Shades of #8D6470

#8D6470
(141,100,112)
#815B66
(129,91,102)
#75525C
(117,82,92)
#694952
(105,73,82)
#5D4048
(93,64,72)
#51373E
(81,55,62)
#452E34
(69,46,52)
#39252A
(57,37,42)
#2D1C20
(45,28,32)
#211316
(33,19,22)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #8D6470

#8D6470
(141,100,112)
#97727D
(151,114,125)
#A1808A
(161,128,138)
#AB8E97
(171,142,151)
#B59CA4
(181,156,164)
#BFAAB1
(191,170,177)
#C9B8BE
(201,184,190)
#D3C6CB
(211,198,203)
#DDD4D8
(221,212,216)
#E7E2E5
(231,226,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6470; }

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

This text font color is #8D6470.


Background Color

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

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

This div background color is #8D6470.


Border color

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

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

This div border color is #8D6470.


Opacity

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

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

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

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

This text has shadow with #8D6470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6470 on black background.


Color preview on white background

This text has color #8D6470 on white background.



Black color preview on #8D6470 background

This text has black color on #8D6470 background.


White color preview on #8D6470 background

This text has white color on #8D6470 background.