COLOR #8E3846

HEX: #8E3846
RGB: (142,56,70)

Color info

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

RGB color model

#8E3846 color RGB value is (142,56,70).

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

RGB channels and saturation

R 142 of 255 = 56%
G 56 of 255 = 22%
B 70 of 255 = 27%

142
56
70

R + G + B ~ 35%. #8E3846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 56 + 70 = 268 (100%)
R 142 of 268 ~ 52.99%
G 56 of 268 ~ 20.9%
B 70 of 268 ~ 26.12%

%52.99
%20.9
%26.12

CMYK color model

#8E3846 color CMYK value is (0,61,51,44).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 50.70%
  • key color value is 44.31%
CMYK:
(0,61,51,44)
C0M61Y51K44 
(0%,61%,51%,44%)
(0.00/0.61/0.51/0.44)	

CMYK percentages

%0
%60.56
%50.7
%44.31

Codes

Color #8E3846 in popluar color models

8E3846
RGB1425670
HSL350°43.43%38.82%
HSB/HSV350°60.56%55.69%
CMYK0.00%60.56%50.70%
44.31%

Color #8E3846 in popluar number systems.

HEX8E3846
Decimal1425670
Binary100011101110001000110
Octal21670106

Shades and tints

Shades of #8E3846

#8E3846
(142,56,70)
#823340
(130,51,64)
#762E3A
(118,46,58)
#6A2934
(106,41,52)
#5E242E
(94,36,46)
#521F28
(82,31,40)
#461A22
(70,26,34)
#3A151C
(58,21,28)
#2E1016
(46,16,22)
#220B10
(34,11,16)
#16060A
(22,6,10)
#000000
(0,0,0)

Tints of #8E3846

#8E3846
(142,56,70)
#984A56
(152,74,86)
#A25C66
(162,92,102)
#AC6E76
(172,110,118)
#B68086
(182,128,134)
#C09296
(192,146,150)
#CAA4A6
(202,164,166)
#D4B6B6
(212,182,182)
#DEC8C6
(222,200,198)
#E8DAD6
(232,218,214)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3846; }

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

This text font color is #8E3846.


Background Color

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

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

This div background color is #8E3846.


Border color

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

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

This div border color is #8E3846.


Opacity

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

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

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

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

This text has shadow with #8E3846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3846 on black background.


Color preview on white background

This text has color #8E3846 on white background.



Black color preview on #8E3846 background

This text has black color on #8E3846 background.


White color preview on #8E3846 background

This text has white color on #8E3846 background.