COLOR #8E546F

HEX: #8E546F
RGB: (142,84,111)

Color info

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

RGB color model

#8E546F color RGB value is (142,84,111).

  • red value is 142;
  • green value is 84;
  • blue value is 111.
RGB:
(142,84,111)
(56%,33%,44%)

RGB channels and saturation

R 142 of 255 = 56%
G 84 of 255 = 33%
B 111 of 255 = 44%

142
84
111

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

Portions of RGB colors in percentages

R + G + B =
142 + 84 + 111 = 337 (100%)
R 142 of 337 ~ 42.14%
G 84 of 337 ~ 24.93%
B 111 of 337 ~ 32.94%

%42.14
%24.93
%32.94

CMYK color model

#8E546F color CMYK value is (0,41,22,44).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK:
(0,41,22,44)
C0M41Y22K44 
(0%,41%,22%,44%)
(0.00/0.41/0.22/0.44)	

CMYK percentages

%0
%40.85
%21.83
%44.31

Codes

Color #8E546F in popluar color models

8E546F
RGB14284111
HSL332°25.66%44.31%
HSB/HSV332°40.85%55.69%
CMYK0.00%40.85%21.83%
44.31%

Color #8E546F in popluar number systems.

HEX8E546F
Decimal14284111
Binary1000111010101001101111
Octal216124157

Shades and tints

Shades of #8E546F

#8E546F
(142,84,111)
#824D65
(130,77,101)
#76465B
(118,70,91)
#6A3F51
(106,63,81)
#5E3847
(94,56,71)
#52313D
(82,49,61)
#462A33
(70,42,51)
#3A2329
(58,35,41)
#2E1C1F
(46,28,31)
#221515
(34,21,21)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #8E546F

#8E546F
(142,84,111)
#98637C
(152,99,124)
#A27289
(162,114,137)
#AC8196
(172,129,150)
#B690A3
(182,144,163)
#C09FB0
(192,159,176)
#CAAEBD
(202,174,189)
#D4BDCA
(212,189,202)
#DECCD7
(222,204,215)
#E8DBE4
(232,219,228)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E546F color. Also use rgb(142,84,111) instead hex code.

Text Font Color

.myTextColor { color: #8E546F; }

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

This text font color is #8E546F.


Background Color

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

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

This div background color is #8E546F.


Border color

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

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

This div border color is #8E546F.


Opacity

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

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

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

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

This text has shadow with #8E546F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E546F on black background.


Color preview on white background

This text has color #8E546F on white background.



Black color preview on #8E546F background

This text has black color on #8E546F background.


White color preview on #8E546F background

This text has white color on #8E546F background.