COLOR #8E2F4D

HEX: #8E2F4D
RGB: (142,47,77)

Color info

#8E2F4D contains mainly red color. Web safe color of #8E2F4D is #993333 (or #933).

RGB color model

#8E2F4D color RGB value is (142,47,77).

  • red value is 142;
  • green value is 47;
  • blue value is 77.
RGB:
(142,47,77)
(56%,18%,30%)

RGB channels and saturation

R 142 of 255 = 56%
G 47 of 255 = 18%
B 77 of 255 = 30%

142
47
77

R + G + B ~ 35%. #8E2F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 47 + 77 = 266 (100%)
R 142 of 266 ~ 53.38%
G 47 of 266 ~ 17.67%
B 77 of 266 ~ 28.95%

%53.38
%17.67
%28.95

CMYK color model

#8E2F4D color CMYK value is (0,67,46,44).

  • cyan value is 0.00%
  • magenta value is 66.90%
  • yellow value is 45.77%
  • key color value is 44.31%
CMYK:
(0,67,46,44)
C0M67Y46K44 
(0%,67%,46%,44%)
(0.00/0.67/0.46/0.44)	

CMYK percentages

%0
%66.9
%45.77
%44.31

Codes

Color #8E2F4D in popluar color models

8E2F4D
RGB1424777
HSL341°50.26%37.06%
HSB/HSV341°66.90%55.69%
CMYK0.00%66.90%45.77%
44.31%

Color #8E2F4D in popluar number systems.

HEX8E2F4D
Decimal1424777
Binary100011101011111001101
Octal21657115

Shades and tints

Shades of #8E2F4D

#8E2F4D
(142,47,77)
#822B46
(130,43,70)
#76273F
(118,39,63)
#6A2338
(106,35,56)
#5E1F31
(94,31,49)
#521B2A
(82,27,42)
#461723
(70,23,35)
#3A131C
(58,19,28)
#2E0F15
(46,15,21)
#220B0E
(34,11,14)
#160707
(22,7,7)
#000000
(0,0,0)

Tints of #8E2F4D

#8E2F4D
(142,47,77)
#98415D
(152,65,93)
#A2536D
(162,83,109)
#AC657D
(172,101,125)
#B6778D
(182,119,141)
#C0899D
(192,137,157)
#CA9BAD
(202,155,173)
#D4ADBD
(212,173,189)
#DEBFCD
(222,191,205)
#E8D1DD
(232,209,221)
#F2E3ED
(242,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2F4D color. Also use rgb(142,47,77) instead hex code.

Text Font Color

.myTextColor { color: #8E2F4D; }

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

This text font color is #8E2F4D.


Background Color

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

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

This div background color is #8E2F4D.


Border color

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

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

This div border color is #8E2F4D.


Opacity

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

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

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

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

This text has shadow with #8E2F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2F4D on black background.


Color preview on white background

This text has color #8E2F4D on white background.



Black color preview on #8E2F4D background

This text has black color on #8E2F4D background.


White color preview on #8E2F4D background

This text has white color on #8E2F4D background.