COLOR #8E4845

HEX: #8E4845
RGB: (142,72,69)

Color info

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

RGB color model

#8E4845 color RGB value is (142,72,69).

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

RGB channels and saturation

R 142 of 255 = 56%
G 72 of 255 = 28%
B 69 of 255 = 27%

142
72
69

R + G + B ~ 37%. #8E4845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 72 + 69 = 283 (100%)
R 142 of 283 ~ 50.18%
G 72 of 283 ~ 25.44%
B 69 of 283 ~ 24.38%

%50.18
%25.44
%24.38

CMYK color model

#8E4845 color CMYK value is (0,49,51,44).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 51.41%
  • key color value is 44.31%
CMYK:
(0,49,51,44)
C0M49Y51K44 
(0%,49%,51%,44%)
(0.00/0.49/0.51/0.44)	

CMYK percentages

%0
%49.3
%51.41
%44.31

Codes

Color #8E4845 in popluar color models

8E4845
RGB1427269
HSL34.60%41.37%
HSB/HSV51.41%55.69%
CMYK0.00%49.30%51.41%
44.31%

Color #8E4845 in popluar number systems.

HEX8E4845
Decimal1427269
Binary1000111010010001000101
Octal216110105

Shades and tints

Shades of #8E4845

#8E4845
(142,72,69)
#82423F
(130,66,63)
#763C39
(118,60,57)
#6A3633
(106,54,51)
#5E302D
(94,48,45)
#522A27
(82,42,39)
#462421
(70,36,33)
#3A1E1B
(58,30,27)
#2E1815
(46,24,21)
#22120F
(34,18,15)
#160C09
(22,12,9)
#000000
(0,0,0)

Tints of #8E4845

#8E4845
(142,72,69)
#985855
(152,88,85)
#A26865
(162,104,101)
#AC7875
(172,120,117)
#B68885
(182,136,133)
#C09895
(192,152,149)
#CAA8A5
(202,168,165)
#D4B8B5
(212,184,181)
#DEC8C5
(222,200,197)
#E8D8D5
(232,216,213)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4845; }

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

This text font color is #8E4845.


Background Color

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

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

This div background color is #8E4845.


Border color

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

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

This div border color is #8E4845.


Opacity

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

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

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

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

This text has shadow with #8E4845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4845 on black background.


Color preview on white background

This text has color #8E4845 on white background.



Black color preview on #8E4845 background

This text has black color on #8E4845 background.


White color preview on #8E4845 background

This text has white color on #8E4845 background.