COLOR #5E1C15

HEX: #5E1C15
RGB: (94,28,21)

Color info

#5E1C15 contains mainly red color. Web safe color of #5E1C15 is #663300 (or #630).

RGB color model

#5E1C15 color RGB value is (94,28,21).

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

RGB channels and saturation

R 94 of 255 = 37%
G 28 of 255 = 11%
B 21 of 255 = 8%

94
28
21

R + G + B ~ 19%. #5E1C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 28 + 21 = 143 (100%)
R 94 of 143 ~ 65.73%
G 28 of 143 ~ 19.58%
B 21 of 143 ~ 14.69%

%65.73
%19.58
%14.69

CMYK color model

#5E1C15 color CMYK value is (0,70,78,63).

  • cyan value is 0.00%
  • magenta value is 70.21%
  • yellow value is 77.66%
  • key color value is 63.14%
CMYK:
(0,70,78,63)
C0M70Y78K63 
(0%,70%,78%,63%)
(0.00/0.70/0.78/0.63)	

CMYK percentages

%0
%70.21
%77.66
%63.14

Codes

Color #5E1C15 in popluar color models

5E1C15
RGB942821
HSL63.48%22.55%
HSB/HSV77.66%36.86%
CMYK0.00%70.21%77.66%
63.14%

Color #5E1C15 in popluar number systems.

HEX5E1C15
Decimal942821
Binary10111101110010101
Octal1363425

Shades and tints

Shades of #5E1C15

#5E1C15
(94,28,21)
#561A14
(86,26,20)
#4E1813
(78,24,19)
#461612
(70,22,18)
#3E1411
(62,20,17)
#361210
(54,18,16)
#2E100F
(46,16,15)
#260E0E
(38,14,14)
#1E0C0D
(30,12,13)
#160A0C
(22,10,12)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #5E1C15

#5E1C15
(94,28,21)
#6C302A
(108,48,42)
#7A443F
(122,68,63)
#885854
(136,88,84)
#966C69
(150,108,105)
#A4807E
(164,128,126)
#B29493
(178,148,147)
#C0A8A8
(192,168,168)
#CEBCBD
(206,188,189)
#DCD0D2
(220,208,210)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E1C15; }

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

This text font color is #5E1C15.


Background Color

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

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

This div background color is #5E1C15.


Border color

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

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

This div border color is #5E1C15.


Opacity

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

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

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

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

This text has shadow with #5E1C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E1C15 on black background.


Color preview on white background

This text has color #5E1C15 on white background.



Black color preview on #5E1C15 background

This text has black color on #5E1C15 background.


White color preview on #5E1C15 background

This text has white color on #5E1C15 background.