COLOR #8E4841

HEX: #8E4841
RGB: (142,72,65)

Color info

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

RGB color model

#8E4841 color RGB value is (142,72,65).

  • red value is 142;
  • green value is 72;
  • blue value is 65.
RGB:
(142,72,65)
(56%,28%,25%)

RGB channels and saturation

R 142 of 255 = 56%
G 72 of 255 = 28%
B 65 of 255 = 25%

142
72
65

R + G + B ~ 36%. #8E4841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 72 + 65 = 279 (100%)
R 142 of 279 ~ 50.9%
G 72 of 279 ~ 25.81%
B 65 of 279 ~ 23.3%

%50.9
%25.81
%23.3

CMYK color model

#8E4841 color CMYK value is (0,49,54,44).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 54.23%
  • key color value is 44.31%
CMYK:
(0,49,54,44)
C0M49Y54K44 
(0%,49%,54%,44%)
(0.00/0.49/0.54/0.44)	

CMYK percentages

%0
%49.3
%54.23
%44.31

Codes

Color #8E4841 in popluar color models

8E4841
RGB1427265
HSL37.20%40.59%
HSB/HSV54.23%55.69%
CMYK0.00%49.30%54.23%
44.31%

Color #8E4841 in popluar number systems.

HEX8E4841
Decimal1427265
Binary1000111010010001000001
Octal216110101

Shades and tints

Shades of #8E4841

#8E4841
(142,72,65)
#82423C
(130,66,60)
#763C37
(118,60,55)
#6A3632
(106,54,50)
#5E302D
(94,48,45)
#522A28
(82,42,40)
#462423
(70,36,35)
#3A1E1E
(58,30,30)
#2E1819
(46,24,25)
#221214
(34,18,20)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #8E4841

#8E4841
(142,72,65)
#985852
(152,88,82)
#A26863
(162,104,99)
#AC7874
(172,120,116)
#B68885
(182,136,133)
#C09896
(192,152,150)
#CAA8A7
(202,168,167)
#D4B8B8
(212,184,184)
#DEC8C9
(222,200,201)
#E8D8DA
(232,216,218)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4841 color. Also use rgb(142,72,65) instead hex code.

Text Font Color

.myTextColor { color: #8E4841; }

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

This text font color is #8E4841.


Background Color

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

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

This div background color is #8E4841.


Border color

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

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

This div border color is #8E4841.


Opacity

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

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

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

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

This text has shadow with #8E4841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4841 on black background.


Color preview on white background

This text has color #8E4841 on white background.



Black color preview on #8E4841 background

This text has black color on #8E4841 background.


White color preview on #8E4841 background

This text has white color on #8E4841 background.