COLOR #8E382C

HEX: #8E382C
RGB: (142,56,44)

Color info

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

RGB color model

#8E382C color RGB value is (142,56,44).

  • red value is 142;
  • green value is 56;
  • blue value is 44.
RGB:
(142,56,44)
(56%,22%,17%)

RGB channels and saturation

R 142 of 255 = 56%
G 56 of 255 = 22%
B 44 of 255 = 17%

142
56
44

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

Portions of RGB colors in percentages

R + G + B =
142 + 56 + 44 = 242 (100%)
R 142 of 242 ~ 58.68%
G 56 of 242 ~ 23.14%
B 44 of 242 ~ 18.18%

%58.68
%23.14
%18.18

CMYK color model

#8E382C color CMYK value is (0,61,69,44).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 69.01%
  • key color value is 44.31%
CMYK:
(0,61,69,44)
C0M61Y69K44 
(0%,61%,69%,44%)
(0.00/0.61/0.69/0.44)	

CMYK percentages

%0
%60.56
%69.01
%44.31

Codes

Color #8E382C in popluar color models

8E382C
RGB1425644
HSL52.69%36.47%
HSB/HSV69.01%55.69%
CMYK0.00%60.56%69.01%
44.31%

Color #8E382C in popluar number systems.

HEX8E382C
Decimal1425644
Binary10001110111000101100
Octal2167054

Shades and tints

Shades of #8E382C

#8E382C
(142,56,44)
#823328
(130,51,40)
#762E24
(118,46,36)
#6A2920
(106,41,32)
#5E241C
(94,36,28)
#521F18
(82,31,24)
#461A14
(70,26,20)
#3A1510
(58,21,16)
#2E100C
(46,16,12)
#220B08
(34,11,8)
#160604
(22,6,4)
#000000
(0,0,0)

Tints of #8E382C

#8E382C
(142,56,44)
#984A3F
(152,74,63)
#A25C52
(162,92,82)
#AC6E65
(172,110,101)
#B68078
(182,128,120)
#C0928B
(192,146,139)
#CAA49E
(202,164,158)
#D4B6B1
(212,182,177)
#DEC8C4
(222,200,196)
#E8DAD7
(232,218,215)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E382C color. Also use rgb(142,56,44) instead hex code.

Text Font Color

.myTextColor { color: #8E382C; }

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

This text font color is #8E382C.


Background Color

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

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

This div background color is #8E382C.


Border color

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

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

This div border color is #8E382C.


Opacity

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

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

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

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

This text has shadow with #8E382C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E382C on black background.


Color preview on white background

This text has color #8E382C on white background.



Black color preview on #8E382C background

This text has black color on #8E382C background.


White color preview on #8E382C background

This text has white color on #8E382C background.