COLOR #8E2946

HEX: #8E2946
RGB: (142,41,70)

Color info

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

RGB color model

#8E2946 color RGB value is (142,41,70).

  • red value is 142;
  • green value is 41;
  • blue value is 70.
RGB:
(142,41,70)
(56%,16%,27%)

RGB channels and saturation

R 142 of 255 = 56%
G 41 of 255 = 16%
B 70 of 255 = 27%

142
41
70

R + G + B ~ 33%. #8E2946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 41 + 70 = 253 (100%)
R 142 of 253 ~ 56.13%
G 41 of 253 ~ 16.21%
B 70 of 253 ~ 27.67%

%56.13
%16.21
%27.67

CMYK color model

#8E2946 color CMYK value is (0,71,51,44).

  • cyan value is 0.00%
  • magenta value is 71.13%
  • yellow value is 50.70%
  • key color value is 44.31%
CMYK:
(0,71,51,44)
C0M71Y51K44 
(0%,71%,51%,44%)
(0.00/0.71/0.51/0.44)	

CMYK percentages

%0
%71.13
%50.7
%44.31

Codes

Color #8E2946 in popluar color models

8E2946
RGB1424170
HSL343°55.19%35.88%
HSB/HSV343°71.13%55.69%
CMYK0.00%71.13%50.70%
44.31%

Color #8E2946 in popluar number systems.

HEX8E2946
Decimal1424170
Binary100011101010011000110
Octal21651106

Shades and tints

Shades of #8E2946

#8E2946
(142,41,70)
#822640
(130,38,64)
#76233A
(118,35,58)
#6A2034
(106,32,52)
#5E1D2E
(94,29,46)
#521A28
(82,26,40)
#461722
(70,23,34)
#3A141C
(58,20,28)
#2E1116
(46,17,22)
#220E10
(34,14,16)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #8E2946

#8E2946
(142,41,70)
#983C56
(152,60,86)
#A24F66
(162,79,102)
#AC6276
(172,98,118)
#B67586
(182,117,134)
#C08896
(192,136,150)
#CA9BA6
(202,155,166)
#D4AEB6
(212,174,182)
#DEC1C6
(222,193,198)
#E8D4D6
(232,212,214)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2946 color. Also use rgb(142,41,70) instead hex code.

Text Font Color

.myTextColor { color: #8E2946; }

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

This text font color is #8E2946.


Background Color

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

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

This div background color is #8E2946.


Border color

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

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

This div border color is #8E2946.


Opacity

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

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

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

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

This text has shadow with #8E2946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2946 on black background.


Color preview on white background

This text has color #8E2946 on white background.



Black color preview on #8E2946 background

This text has black color on #8E2946 background.


White color preview on #8E2946 background

This text has white color on #8E2946 background.