COLOR #8E2E19

HEX: #8E2E19 RGB: (142,46,25)

Color info

#8E2E19 contains mainly red color. Web safe color of #8E2E19 is #993300 (or #930).

RGB color model

#8E2E19 color RGB value is (142,46,25).

RGB: (142,46,25) (56%, 18%, 10%)

RGB channels and saturation

R 142 of 255 = 56%
G 46 of 255 = 18%
B 25 of 255 = 10%

142
46
25

R + G + B ~ 28%. #8E2E19 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 46 + 25 = 213 (100%)
R 142 of 213 ~ 66.67%
G 46 of 213 ~ 21.6%
B 25 of 213 ~ 11.74'%

%66.67
%21.6
%11.74

CMYK color model

#8E2E19 color CMYK value is (0,68,82,44).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 82.39%
  • key color value is 44.31%

CMYK: (0,68,82,44)
C0M68Y82K44 (0%, 68%, 82%, 44%)
(0.00 / 0.68 / 0.82 / 0.44)

CMYK percentages

%0
%67.61
%82.39
%44.31

Codes

Color #8E2E19 in popluar color models

8E 2E 19
RGB 142 46 25
HSL 11° 70.06% 32.75%
HSB/HSV 11° 82.39% 55.69%
CMYK 0.00% 67.61% 82.39%
44.31%

Color #8E2E19 in popluar number systems.

HEX 8E 2E 19
Decimal 142 46 25
Binary 10001110 101110 11001
Octal 216 56 31

Shades and tints

Shades of #8E2E19

#8E2E19
(142,46,25)
#822A17
(130,42,23)
#762615
(118,38,21)
#6A2213
(106,34,19)
#5E1E11
(94,30,17)
#521A0F
(82,26,15)
#46160D
(70,22,13)
#3A120B
(58,18,11)
#2E0E09
(46,14,9)
#220A07
(34,10,7)
#160605
(22,6,5)
#000000
(0,0,0)

Tints of #8E2E19

#8E2E19
(142,46,25)
#98412D
(152,65,45)
#A25441
(162,84,65)
#AC6755
(172,103,85)
#B67A69
(182,122,105)
#C08D7D
(192,141,125)
#CAA091
(202,160,145)
#D4B3A5
(212,179,165)
#DEC6B9
(222,198,185)
#E8D9CD
(232,217,205)
#F2ECE1
(242,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E2E19; }

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

This text font color is #8E2E19.

Background Color

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

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

This div background color is #8E2E19.

Border color

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

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

This div border color is #8E2E19.

Opacity

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

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

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

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

This text has shadow with #8E2E19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E2E19.

Preview

Color preview on black background

This text has color #8E2E19 on black background.


Color preview on white background

This text has color #8E2E19 on white background.


Black color preview on #8E2E19 background

This text has black color on #8E2E19 background.


White color preview on #8E2E19 background

This text has white color on #8E2E19 background.


Related colors

Complementary color

Complementary color for #hex is #71D1E6.


I love getcolorcode.com

Triadic colors

1 #198E2E and #2E198E with #8E2E19 are triadic colors.

2 #192E8E and #2E8E19 with #8E2E19 are triadic colors.