COLOR #8E4455

HEX: #8E4455
RGB: (142,68,85)

Color info

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

RGB color model

#8E4455 color RGB value is (142,68,85).

  • red value is 142;
  • green value is 68;
  • blue value is 85.
RGB:
(142,68,85)
(56%,27%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 68 of 255 = 27%
B 85 of 255 = 33%

142
68
85

R + G + B ~ 39%. #8E4455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 68 + 85 = 295 (100%)
R 142 of 295 ~ 48.14%
G 68 of 295 ~ 23.05%
B 85 of 295 ~ 28.81%

%48.14
%23.05
%28.81

CMYK color model

#8E4455 color CMYK value is (0,52,40,44).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 40.14%
  • key color value is 44.31%
CMYK:
(0,52,40,44)
C0M52Y40K44 
(0%,52%,40%,44%)
(0.00/0.52/0.40/0.44)	

CMYK percentages

%0
%52.11
%40.14
%44.31

Codes

Color #8E4455 in popluar color models

8E4455
RGB1426885
HSL346°35.24%41.18%
HSB/HSV346°52.11%55.69%
CMYK0.00%52.11%40.14%
44.31%

Color #8E4455 in popluar number systems.

HEX8E4455
Decimal1426885
Binary1000111010001001010101
Octal216104125

Shades and tints

Shades of #8E4455

#8E4455
(142,68,85)
#823E4E
(130,62,78)
#763847
(118,56,71)
#6A3240
(106,50,64)
#5E2C39
(94,44,57)
#522632
(82,38,50)
#46202B
(70,32,43)
#3A1A24
(58,26,36)
#2E141D
(46,20,29)
#220E16
(34,14,22)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #8E4455

#8E4455
(142,68,85)
#985564
(152,85,100)
#A26673
(162,102,115)
#AC7782
(172,119,130)
#B68891
(182,136,145)
#C099A0
(192,153,160)
#CAAAAF
(202,170,175)
#D4BBBE
(212,187,190)
#DECCCD
(222,204,205)
#E8DDDC
(232,221,220)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4455 color. Also use rgb(142,68,85) instead hex code.

Text Font Color

.myTextColor { color: #8E4455; }

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

This text font color is #8E4455.


Background Color

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

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

This div background color is #8E4455.


Border color

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

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

This div border color is #8E4455.


Opacity

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

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

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

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

This text has shadow with #8E4455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4455 on black background.


Color preview on white background

This text has color #8E4455 on white background.



Black color preview on #8E4455 background

This text has black color on #8E4455 background.


White color preview on #8E4455 background

This text has white color on #8E4455 background.