COLOR #8E2333

HEX: #8E2333
RGB: (142,35,51)

Color info

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

RGB color model

#8E2333 color RGB value is (142,35,51).

  • red value is 142;
  • green value is 35;
  • blue value is 51.
RGB:
(142,35,51)
(56%,14%,20%)

RGB channels and saturation

R 142 of 255 = 56%
G 35 of 255 = 14%
B 51 of 255 = 20%

142
35
51

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

Portions of RGB colors in percentages

R + G + B =
142 + 35 + 51 = 228 (100%)
R 142 of 228 ~ 62.28%
G 35 of 228 ~ 15.35%
B 51 of 228 ~ 22.37%

%62.28
%15.35
%22.37

CMYK color model

#8E2333 color CMYK value is (0,75,64,44).

  • cyan value is 0.00%
  • magenta value is 75.35%
  • yellow value is 64.08%
  • key color value is 44.31%
CMYK:
(0,75,64,44)
C0M75Y64K44 
(0%,75%,64%,44%)
(0.00/0.75/0.64/0.44)	

CMYK percentages

%0
%75.35
%64.08
%44.31

Codes

Color #8E2333 in popluar color models

8E2333
RGB1423551
HSL351°60.45%34.71%
HSB/HSV351°75.35%55.69%
CMYK0.00%75.35%64.08%
44.31%

Color #8E2333 in popluar number systems.

HEX8E2333
Decimal1423551
Binary10001110100011110011
Octal2164363

Shades and tints

Shades of #8E2333

#8E2333
(142,35,51)
#82202F
(130,32,47)
#761D2B
(118,29,43)
#6A1A27
(106,26,39)
#5E1723
(94,23,35)
#52141F
(82,20,31)
#46111B
(70,17,27)
#3A0E17
(58,14,23)
#2E0B13
(46,11,19)
#22080F
(34,8,15)
#16050B
(22,5,11)
#000000
(0,0,0)

Tints of #8E2333

#8E2333
(142,35,51)
#983745
(152,55,69)
#A24B57
(162,75,87)
#AC5F69
(172,95,105)
#B6737B
(182,115,123)
#C0878D
(192,135,141)
#CA9B9F
(202,155,159)
#D4AFB1
(212,175,177)
#DEC3C3
(222,195,195)
#E8D7D5
(232,215,213)
#F2EBE7
(242,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2333 color. Also use rgb(142,35,51) instead hex code.

Text Font Color

.myTextColor { color: #8E2333; }

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

This text font color is #8E2333.


Background Color

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

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

This div background color is #8E2333.


Border color

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

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

This div border color is #8E2333.


Opacity

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

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

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

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

This text has shadow with #8E2333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2333 on black background.


Color preview on white background

This text has color #8E2333 on white background.



Black color preview on #8E2333 background

This text has black color on #8E2333 background.


White color preview on #8E2333 background

This text has white color on #8E2333 background.