COLOR #8E3E23

HEX: #8E3E23
RGB: (142,62,35)

Color info

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

RGB color model

#8E3E23 color RGB value is (142,62,35).

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

RGB channels and saturation

R 142 of 255 = 56%
G 62 of 255 = 24%
B 35 of 255 = 14%

142
62
35

R + G + B ~ 31%. #8E3E23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 62 + 35 = 239 (100%)
R 142 of 239 ~ 59.41%
G 62 of 239 ~ 25.94%
B 35 of 239 ~ 14.64%

%59.41
%25.94
%14.64

CMYK color model

#8E3E23 color CMYK value is (0,56,75,44).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 75.35%
  • key color value is 44.31%
CMYK:
(0,56,75,44)
C0M56Y75K44 
(0%,56%,75%,44%)
(0.00/0.56/0.75/0.44)	

CMYK percentages

%0
%56.34
%75.35
%44.31

Codes

Color #8E3E23 in popluar color models

8E3E23
RGB1426235
HSL15°60.45%34.71%
HSB/HSV15°75.35%55.69%
CMYK0.00%56.34%75.35%
44.31%

Color #8E3E23 in popluar number systems.

HEX8E3E23
Decimal1426235
Binary10001110111110100011
Octal2167643

Shades and tints

Shades of #8E3E23

#8E3E23
(142,62,35)
#823920
(130,57,32)
#76341D
(118,52,29)
#6A2F1A
(106,47,26)
#5E2A17
(94,42,23)
#522514
(82,37,20)
#462011
(70,32,17)
#3A1B0E
(58,27,14)
#2E160B
(46,22,11)
#221108
(34,17,8)
#160C05
(22,12,5)
#000000
(0,0,0)

Tints of #8E3E23

#8E3E23
(142,62,35)
#984F37
(152,79,55)
#A2604B
(162,96,75)
#AC715F
(172,113,95)
#B68273
(182,130,115)
#C09387
(192,147,135)
#CAA49B
(202,164,155)
#D4B5AF
(212,181,175)
#DEC6C3
(222,198,195)
#E8D7D7
(232,215,215)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3E23; }

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

This text font color is #8E3E23.


Background Color

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

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

This div background color is #8E3E23.


Border color

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

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

This div border color is #8E3E23.


Opacity

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

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

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

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

This text has shadow with #8E3E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3E23 on black background.


Color preview on white background

This text has color #8E3E23 on white background.



Black color preview on #8E3E23 background

This text has black color on #8E3E23 background.


White color preview on #8E3E23 background

This text has white color on #8E3E23 background.