COLOR #5E1815

HEX: #5E1815
RGB: (94,24,21)

Color info

#5E1815 contains mainly red color. Web safe color of #5E1815 is #660000 (or #600).

RGB color model

#5E1815 color RGB value is (94,24,21).

  • red value is 94;
  • green value is 24;
  • blue value is 21.
RGB:
(94,24,21)
(37%,9%,8%)

RGB channels and saturation

R 94 of 255 = 37%
G 24 of 255 = 9%
B 21 of 255 = 8%

94
24
21

R + G + B ~ 18%. #5E1815 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 24 + 21 = 139 (100%)
R 94 of 139 ~ 67.63%
G 24 of 139 ~ 17.27%
B 21 of 139 ~ 15.11%

%67.63
%17.27
%15.11

CMYK color model

#5E1815 color CMYK value is (0,74,78,63).

  • cyan value is 0.00%
  • magenta value is 74.47%
  • yellow value is 77.66%
  • key color value is 63.14%
CMYK:
(0,74,78,63)
C0M74Y78K63 
(0%,74%,78%,63%)
(0.00/0.74/0.78/0.63)	

CMYK percentages

%0
%74.47
%77.66
%63.14

Codes

Color #5E1815 in popluar color models

5E1815
RGB942421
HSL63.48%22.55%
HSB/HSV77.66%36.86%
CMYK0.00%74.47%77.66%
63.14%

Color #5E1815 in popluar number systems.

HEX5E1815
Decimal942421
Binary10111101100010101
Octal1363025

Shades and tints

Shades of #5E1815

#5E1815
(94,24,21)
#561614
(86,22,20)
#4E1413
(78,20,19)
#461212
(70,18,18)
#3E1011
(62,16,17)
#360E10
(54,14,16)
#2E0C0F
(46,12,15)
#260A0E
(38,10,14)
#1E080D
(30,8,13)
#16060C
(22,6,12)
#0E040B
(14,4,11)
#000000
(0,0,0)

Tints of #5E1815

#5E1815
(94,24,21)
#6C2D2A
(108,45,42)
#7A423F
(122,66,63)
#885754
(136,87,84)
#966C69
(150,108,105)
#A4817E
(164,129,126)
#B29693
(178,150,147)
#C0ABA8
(192,171,168)
#CEC0BD
(206,192,189)
#DCD5D2
(220,213,210)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E1815 color. Also use rgb(94,24,21) instead hex code.

Text Font Color

.myTextColor { color: #5E1815; }

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

This text font color is #5E1815.


Background Color

.myBgColor { background-color: #5E1815; }

<div style="background-color:#5E1815">Inner text</div>

This div background color is #5E1815.


Border color

.myBorderColor { border: 1px solid #5E1815; }

<div style="border:3px solid #5E1815">Div</div>

This div border color is #5E1815.


Opacity

.myOpacity80 { color: #5E1815; opacity: 0.8; }

<p style="color:#5E1815;opacity:0.8;">80%</p>

Text with #5E1815 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 #5E1815;}

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

This text has shadow with #5E1815 color.

.textShadow {text-shadow: 3px 3px 1px #5E1815, 3px 3px 1px red;}

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

This text has shadow with #5E1815 primary color and red secondary color.


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

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

This text has shadow with #5E1815 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E1815 on black background.


Color preview on white background

This text has color #5E1815 on white background.



Black color preview on #5E1815 background

This text has black color on #5E1815 background.


White color preview on #5E1815 background

This text has white color on #5E1815 background.