COLOR #8E384E

HEX: #8E384E
RGB: (142,56,78)

Color info

#8E384E contains mainly red color. Web safe color of #8E384E is #993366 (or #936).

RGB color model

#8E384E color RGB value is (142,56,78).

  • red value is 142;
  • green value is 56;
  • blue value is 78.
RGB:
(142,56,78)
(56%,22%,31%)

RGB channels and saturation

R 142 of 255 = 56%
G 56 of 255 = 22%
B 78 of 255 = 31%

142
56
78

R + G + B ~ 36%. #8E384E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 56 + 78 = 276 (100%)
R 142 of 276 ~ 51.45%
G 56 of 276 ~ 20.29%
B 78 of 276 ~ 28.26%

%51.45
%20.29
%28.26

CMYK color model

#8E384E color CMYK value is (0,61,45,44).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 45.07%
  • key color value is 44.31%
CMYK:
(0,61,45,44)
C0M61Y45K44 
(0%,61%,45%,44%)
(0.00/0.61/0.45/0.44)	

CMYK percentages

%0
%60.56
%45.07
%44.31

Codes

Color #8E384E in popluar color models

8E384E
RGB1425678
HSL345°43.43%38.82%
HSB/HSV345°60.56%55.69%
CMYK0.00%60.56%45.07%
44.31%

Color #8E384E in popluar number systems.

HEX8E384E
Decimal1425678
Binary100011101110001001110
Octal21670116

Shades and tints

Shades of #8E384E

#8E384E
(142,56,78)
#823347
(130,51,71)
#762E40
(118,46,64)
#6A2939
(106,41,57)
#5E2432
(94,36,50)
#521F2B
(82,31,43)
#461A24
(70,26,36)
#3A151D
(58,21,29)
#2E1016
(46,16,22)
#220B0F
(34,11,15)
#160608
(22,6,8)
#000000
(0,0,0)

Tints of #8E384E

#8E384E
(142,56,78)
#984A5E
(152,74,94)
#A25C6E
(162,92,110)
#AC6E7E
(172,110,126)
#B6808E
(182,128,142)
#C0929E
(192,146,158)
#CAA4AE
(202,164,174)
#D4B6BE
(212,182,190)
#DEC8CE
(222,200,206)
#E8DADE
(232,218,222)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E384E color. Also use rgb(142,56,78) instead hex code.

Text Font Color

.myTextColor { color: #8E384E; }

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

This text font color is #8E384E.


Background Color

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

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

This div background color is #8E384E.


Border color

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

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

This div border color is #8E384E.


Opacity

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

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

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

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

This text has shadow with #8E384E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E384E on black background.


Color preview on white background

This text has color #8E384E on white background.



Black color preview on #8E384E background

This text has black color on #8E384E background.


White color preview on #8E384E background

This text has white color on #8E384E background.