COLOR #8E2E23

HEX: #8E2E23
RGB: (142,46,35)

Color info

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

RGB color model

#8E2E23 color RGB value is (142,46,35).

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

RGB channels and saturation

R 142 of 255 = 56%
G 46 of 255 = 18%
B 35 of 255 = 14%

142
46
35

R + G + B ~ 29%. #8E2E23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 46 + 35 = 223 (100%)
R 142 of 223 ~ 63.68%
G 46 of 223 ~ 20.63%
B 35 of 223 ~ 15.7%

%63.68
%20.63
%15.7

CMYK color model

#8E2E23 color CMYK value is (0,68,75,44).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 75.35%
  • key color value is 44.31%
CMYK:
(0,68,75,44)
C0M68Y75K44 
(0%,68%,75%,44%)
(0.00/0.68/0.75/0.44)	

CMYK percentages

%0
%67.61
%75.35
%44.31

Codes

Color #8E2E23 in popluar color models

8E2E23
RGB1424635
HSL60.45%34.71%
HSB/HSV75.35%55.69%
CMYK0.00%67.61%75.35%
44.31%

Color #8E2E23 in popluar number systems.

HEX8E2E23
Decimal1424635
Binary10001110101110100011
Octal2165643

Shades and tints

Shades of #8E2E23

#8E2E23
(142,46,35)
#822A20
(130,42,32)
#76261D
(118,38,29)
#6A221A
(106,34,26)
#5E1E17
(94,30,23)
#521A14
(82,26,20)
#461611
(70,22,17)
#3A120E
(58,18,14)
#2E0E0B
(46,14,11)
#220A08
(34,10,8)
#160605
(22,6,5)
#000000
(0,0,0)

Tints of #8E2E23

#8E2E23
(142,46,35)
#984137
(152,65,55)
#A2544B
(162,84,75)
#AC675F
(172,103,95)
#B67A73
(182,122,115)
#C08D87
(192,141,135)
#CAA09B
(202,160,155)
#D4B3AF
(212,179,175)
#DEC6C3
(222,198,195)
#E8D9D7
(232,217,215)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E2E23; }

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

This text font color is #8E2E23.


Background Color

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

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

This div background color is #8E2E23.


Border color

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

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

This div border color is #8E2E23.


Opacity

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

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

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

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

This text has shadow with #8E2E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2E23 on black background.


Color preview on white background

This text has color #8E2E23 on white background.



Black color preview on #8E2E23 background

This text has black color on #8E2E23 background.


White color preview on #8E2E23 background

This text has white color on #8E2E23 background.