COLOR #8E475A

HEX: #8E475A
RGB: (142,71,90)

Color info

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

RGB color model

#8E475A color RGB value is (142,71,90).

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

RGB channels and saturation

R 142 of 255 = 56%
G 71 of 255 = 28%
B 90 of 255 = 35%

142
71
90

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

Portions of RGB colors in percentages

R + G + B =
142 + 71 + 90 = 303 (100%)
R 142 of 303 ~ 46.86%
G 71 of 303 ~ 23.43%
B 90 of 303 ~ 29.7%

%46.86
%23.43
%29.7

CMYK color model

#8E475A color CMYK value is (0,50,37,44).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 36.62%
  • key color value is 44.31%
CMYK:
(0,50,37,44)
C0M50Y37K44 
(0%,50%,37%,44%)
(0.00/0.50/0.37/0.44)	

CMYK percentages

%0
%50
%36.62
%44.31

Codes

Color #8E475A in popluar color models

8E475A
RGB1427190
HSL344°33.33%41.76%
HSB/HSV344°50.00%55.69%
CMYK0.00%50.00%36.62%
44.31%

Color #8E475A in popluar number systems.

HEX8E475A
Decimal1427190
Binary1000111010001111011010
Octal216107132

Shades and tints

Shades of #8E475A

#8E475A
(142,71,90)
#824152
(130,65,82)
#763B4A
(118,59,74)
#6A3542
(106,53,66)
#5E2F3A
(94,47,58)
#522932
(82,41,50)
#46232A
(70,35,42)
#3A1D22
(58,29,34)
#2E171A
(46,23,26)
#221112
(34,17,18)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #8E475A

#8E475A
(142,71,90)
#985769
(152,87,105)
#A26778
(162,103,120)
#AC7787
(172,119,135)
#B68796
(182,135,150)
#C097A5
(192,151,165)
#CAA7B4
(202,167,180)
#D4B7C3
(212,183,195)
#DEC7D2
(222,199,210)
#E8D7E1
(232,215,225)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E475A; }

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

This text font color is #8E475A.


Background Color

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

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

This div background color is #8E475A.


Border color

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

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

This div border color is #8E475A.


Opacity

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

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

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

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

This text has shadow with #8E475A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E475A on black background.


Color preview on white background

This text has color #8E475A on white background.



Black color preview on #8E475A background

This text has black color on #8E475A background.


White color preview on #8E475A background

This text has white color on #8E475A background.