COLOR #8E728A

HEX: #8E728A
RGB: (142,114,138)

Color info

#8E728A contains red, green and blue colors in about the same proportion. Web safe color of #8E728A is #996699 (or #969).

RGB color model

#8E728A color RGB value is (142,114,138).

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

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 138 of 255 = 54%

142
114
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 114 + 138 = 394 (100%)
R 142 of 394 ~ 36.04%
G 114 of 394 ~ 28.93%
B 138 of 394 ~ 35.03%

%36.04
%28.93
%35.03

CMYK color model

#8E728A color CMYK value is (0,20,3,44).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,20,3,44)
C0M20Y3K44 
(0%,20%,3%,44%)
(0.00/0.20/0.03/0.44)	

CMYK percentages

%0
%19.72
%2.82
%44.31

Codes

Color #8E728A in popluar color models

8E728A
RGB142114138
HSL309°11.02%50.20%
HSB/HSV309°19.72%55.69%
CMYK0.00%19.72%2.82%
44.31%

Color #8E728A in popluar number systems.

HEX8E728A
Decimal142114138
Binary10001110111001010001010
Octal216162212

Shades and tints

Shades of #8E728A

#8E728A
(142,114,138)
#82687E
(130,104,126)
#765E72
(118,94,114)
#6A5466
(106,84,102)
#5E4A5A
(94,74,90)
#52404E
(82,64,78)
#463642
(70,54,66)
#3A2C36
(58,44,54)
#2E222A
(46,34,42)
#22181E
(34,24,30)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #8E728A

#8E728A
(142,114,138)
#987E94
(152,126,148)
#A28A9E
(162,138,158)
#AC96A8
(172,150,168)
#B6A2B2
(182,162,178)
#C0AEBC
(192,174,188)
#CABAC6
(202,186,198)
#D4C6D0
(212,198,208)
#DED2DA
(222,210,218)
#E8DEE4
(232,222,228)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E728A; }

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

This text font color is #8E728A.


Background Color

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

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

This div background color is #8E728A.


Border color

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

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

This div border color is #8E728A.


Opacity

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

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

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

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

This text has shadow with #8E728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E728A on black background.


Color preview on white background

This text has color #8E728A on white background.



Black color preview on #8E728A background

This text has black color on #8E728A background.


White color preview on #8E728A background

This text has white color on #8E728A background.