COLOR #8E2237

HEX: #8E2237
RGB: (142,34,55)

Color info

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

RGB color model

#8E2237 color RGB value is (142,34,55).

  • red value is 142;
  • green value is 34;
  • blue value is 55.
RGB:
(142,34,55)
(56%,13%,22%)

RGB channels and saturation

R 142 of 255 = 56%
G 34 of 255 = 13%
B 55 of 255 = 22%

142
34
55

R + G + B ~ 30%. #8E2237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 34 + 55 = 231 (100%)
R 142 of 231 ~ 61.47%
G 34 of 231 ~ 14.72%
B 55 of 231 ~ 23.81%

%61.47
%14.72
%23.81

CMYK color model

#8E2237 color CMYK value is (0,76,61,44).

  • cyan value is 0.00%
  • magenta value is 76.06%
  • yellow value is 61.27%
  • key color value is 44.31%
CMYK:
(0,76,61,44)
C0M76Y61K44 
(0%,76%,61%,44%)
(0.00/0.76/0.61/0.44)	

CMYK percentages

%0
%76.06
%61.27
%44.31

Codes

Color #8E2237 in popluar color models

8E2237
RGB1423455
HSL348°61.36%34.51%
HSB/HSV348°76.06%55.69%
CMYK0.00%76.06%61.27%
44.31%

Color #8E2237 in popluar number systems.

HEX8E2237
Decimal1423455
Binary10001110100010110111
Octal2164267

Shades and tints

Shades of #8E2237

#8E2237
(142,34,55)
#821F32
(130,31,50)
#761C2D
(118,28,45)
#6A1928
(106,25,40)
#5E1623
(94,22,35)
#52131E
(82,19,30)
#461019
(70,16,25)
#3A0D14
(58,13,20)
#2E0A0F
(46,10,15)
#22070A
(34,7,10)
#160405
(22,4,5)
#000000
(0,0,0)

Tints of #8E2237

#8E2237
(142,34,55)
#983649
(152,54,73)
#A24A5B
(162,74,91)
#AC5E6D
(172,94,109)
#B6727F
(182,114,127)
#C08691
(192,134,145)
#CA9AA3
(202,154,163)
#D4AEB5
(212,174,181)
#DEC2C7
(222,194,199)
#E8D6D9
(232,214,217)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2237 color. Also use rgb(142,34,55) instead hex code.

Text Font Color

.myTextColor { color: #8E2237; }

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

This text font color is #8E2237.


Background Color

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

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

This div background color is #8E2237.


Border color

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

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

This div border color is #8E2237.


Opacity

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

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

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

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

This text has shadow with #8E2237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2237 on black background.


Color preview on white background

This text has color #8E2237 on white background.



Black color preview on #8E2237 background

This text has black color on #8E2237 background.


White color preview on #8E2237 background

This text has white color on #8E2237 background.