COLOR #8E6472

HEX: #8E6472
RGB: (142,100,114)

Color info

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

RGB color model

#8E6472 color RGB value is (142,100,114).

  • red value is 142;
  • green value is 100;
  • blue value is 114.
RGB:
(142,100,114)
(56%,39%,45%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 114 of 255 = 45%

142
100
114

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

Portions of RGB colors in percentages

R + G + B =
142 + 100 + 114 = 356 (100%)
R 142 of 356 ~ 39.89%
G 100 of 356 ~ 28.09%
B 114 of 356 ~ 32.02%

%39.89
%28.09
%32.02

CMYK color model

#8E6472 color CMYK value is (0,30,20,44).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 19.72%
  • key color value is 44.31%
CMYK:
(0,30,20,44)
C0M30Y20K44 
(0%,30%,20%,44%)
(0.00/0.30/0.20/0.44)	

CMYK percentages

%0
%29.58
%19.72
%44.31

Codes

Color #8E6472 in popluar color models

8E6472
RGB142100114
HSL340°17.36%47.45%
HSB/HSV340°29.58%55.69%
CMYK0.00%29.58%19.72%
44.31%

Color #8E6472 in popluar number systems.

HEX8E6472
Decimal142100114
Binary1000111011001001110010
Octal216144162

Shades and tints

Shades of #8E6472

#8E6472
(142,100,114)
#825B68
(130,91,104)
#76525E
(118,82,94)
#6A4954
(106,73,84)
#5E404A
(94,64,74)
#523740
(82,55,64)
#462E36
(70,46,54)
#3A252C
(58,37,44)
#2E1C22
(46,28,34)
#221318
(34,19,24)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #8E6472

#8E6472
(142,100,114)
#98727E
(152,114,126)
#A2808A
(162,128,138)
#AC8E96
(172,142,150)
#B69CA2
(182,156,162)
#C0AAAE
(192,170,174)
#CAB8BA
(202,184,186)
#D4C6C6
(212,198,198)
#DED4D2
(222,212,210)
#E8E2DE
(232,226,222)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6472 color. Also use rgb(142,100,114) instead hex code.

Text Font Color

.myTextColor { color: #8E6472; }

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

This text font color is #8E6472.


Background Color

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

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

This div background color is #8E6472.


Border color

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

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

This div border color is #8E6472.


Opacity

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

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

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

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

This text has shadow with #8E6472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6472 on black background.


Color preview on white background

This text has color #8E6472 on white background.



Black color preview on #8E6472 background

This text has black color on #8E6472 background.


White color preview on #8E6472 background

This text has white color on #8E6472 background.