COLOR #8E476A

HEX: #8E476A
RGB: (142,71,106)

Color info

#8E476A contains mainly red and blue colors. Web safe color of #8E476A is #993366 (or #936).

RGB color model

#8E476A color RGB value is (142,71,106).

  • red value is 142;
  • green value is 71;
  • blue value is 106.
RGB:
(142,71,106)
(56%,28%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 71 of 255 = 28%
B 106 of 255 = 42%

142
71
106

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

Portions of RGB colors in percentages

R + G + B =
142 + 71 + 106 = 319 (100%)
R 142 of 319 ~ 44.51%
G 71 of 319 ~ 22.26%
B 106 of 319 ~ 33.23%

%44.51
%22.26
%33.23

CMYK color model

#8E476A color CMYK value is (0,50,25,44).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(0,50,25,44)
C0M50Y25K44 
(0%,50%,25%,44%)
(0.00/0.50/0.25/0.44)	

CMYK percentages

%0
%50
%25.35
%44.31

Codes

Color #8E476A in popluar color models

8E476A
RGB14271106
HSL330°33.33%41.76%
HSB/HSV330°50.00%55.69%
CMYK0.00%50.00%25.35%
44.31%

Color #8E476A in popluar number systems.

HEX8E476A
Decimal14271106
Binary1000111010001111101010
Octal216107152

Shades and tints

Shades of #8E476A

#8E476A
(142,71,106)
#824161
(130,65,97)
#763B58
(118,59,88)
#6A354F
(106,53,79)
#5E2F46
(94,47,70)
#52293D
(82,41,61)
#462334
(70,35,52)
#3A1D2B
(58,29,43)
#2E1722
(46,23,34)
#221119
(34,17,25)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #8E476A

#8E476A
(142,71,106)
#985777
(152,87,119)
#A26784
(162,103,132)
#AC7791
(172,119,145)
#B6879E
(182,135,158)
#C097AB
(192,151,171)
#CAA7B8
(202,167,184)
#D4B7C5
(212,183,197)
#DEC7D2
(222,199,210)
#E8D7DF
(232,215,223)
#F2E7EC
(242,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E476A color. Also use rgb(142,71,106) instead hex code.

Text Font Color

.myTextColor { color: #8E476A; }

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

This text font color is #8E476A.


Background Color

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

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

This div background color is #8E476A.


Border color

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

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

This div border color is #8E476A.


Opacity

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

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

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

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

This text has shadow with #8E476A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E476A on black background.


Color preview on white background

This text has color #8E476A on white background.



Black color preview on #8E476A background

This text has black color on #8E476A background.


White color preview on #8E476A background

This text has white color on #8E476A background.