COLOR #8E3E2B

HEX: #8E3E2B RGB: (142,62,43)

Color info

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

RGB color model

#8E3E2B color RGB value is (142,62,43).

RGB: (142,62,43) (56%, 24%, 17%)

RGB channels and saturation

R 142 of 255 = 56%
G 62 of 255 = 24%
B 43 of 255 = 17%

142
62
43

R + G + B ~ 32%. #8E3E2B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 62 + 43 = 247 (100%)
R 142 of 247 ~ 57.49%
G 62 of 247 ~ 25.1%
B 43 of 247 ~ 17.41'%

%57.49
%25.1
%17.41

CMYK color model

#8E3E2B color CMYK value is (0,56,70,44).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 69.72%
  • key color value is 44.31%

CMYK: (0,56,70,44)
C0M56Y70K44 (0%, 56%, 70%, 44%)
(0.00 / 0.56 / 0.70 / 0.44)

CMYK percentages

%0
%56.34
%69.72
%44.31

Codes

Color #8E3E2B in popluar color models

8E 3E 2B
RGB 142 62 43
HSL 12° 53.51% 36.27%
HSB/HSV 12° 69.72% 55.69%
CMYK 0.00% 56.34% 69.72%
44.31%

Color #8E3E2B in popluar number systems.

HEX 8E 3E 2B
Decimal 142 62 43
Binary 10001110 111110 101011
Octal 216 76 53

Shades and tints

Shades of #8E3E2B

#8E3E2B
(142,62,43)
#823928
(130,57,40)
#763425
(118,52,37)
#6A2F22
(106,47,34)
#5E2A1F
(94,42,31)
#52251C
(82,37,28)
#462019
(70,32,25)
#3A1B16
(58,27,22)
#2E1613
(46,22,19)
#221110
(34,17,16)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #8E3E2B

#8E3E2B
(142,62,43)
#984F3E
(152,79,62)
#A26051
(162,96,81)
#AC7164
(172,113,100)
#B68277
(182,130,119)
#C0938A
(192,147,138)
#CAA49D
(202,164,157)
#D4B5B0
(212,181,176)
#DEC6C3
(222,198,195)
#E8D7D6
(232,215,214)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3E2B color. Also use rgb(142,62,43) instead hex code.

Text Font Color

.myTextColor { color: #8E3E2B; }

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

This text font color is #8E3E2B.

Background Color

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

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

This div background color is #8E3E2B.

Border color

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

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

This div border color is #8E3E2B.

Opacity

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

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

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

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

This text has shadow with #8E3E2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E3E2B.

Preview

Color preview on black background

This text has color #8E3E2B on black background.


Color preview on white background

This text has color #8E3E2B on white background.


Black color preview on #8E3E2B background

This text has black color on #8E3E2B background.


White color preview on #8E3E2B background

This text has white color on #8E3E2B background.


Related colors

Complementary color

Complementary color for #hex is #71C1D4.


I love getcolorcode.com

Triadic colors

1 #2B8E3E and #3E2B8E with #8E3E2B are triadic colors.

2 #2B3E8E and #3E8E2B with #8E3E2B are triadic colors.