COLOR #5E0C15

HEX: #5E0C15
RGB: (94,12,21)

Color info

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

RGB color model

#5E0C15 color RGB value is (94,12,21).

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

RGB channels and saturation

R 94 of 255 = 37%
G 12 of 255 = 5%
B 21 of 255 = 8%

94
12
21

R + G + B ~ 17%. #5E0C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 12 + 21 = 127 (100%)
R 94 of 127 ~ 74.02%
G 12 of 127 ~ 9.45%
B 21 of 127 ~ 16.54%

%74.02
%16.54

CMYK color model

#5E0C15 color CMYK value is (0,87,78,63).

  • cyan value is 0.00%
  • magenta value is 87.23%
  • yellow value is 77.66%
  • key color value is 63.14%
CMYK:
(0,87,78,63)
C0M87Y78K63 
(0%,87%,78%,63%)
(0.00/0.87/0.78/0.63)	

CMYK percentages

%0
%87.23
%77.66
%63.14

Codes

Color #5E0C15 in popluar color models

5E0C15
RGB941221
HSL353°77.36%20.78%
HSB/HSV353°87.23%36.86%
CMYK0.00%87.23%77.66%
63.14%

Color #5E0C15 in popluar number systems.

HEX5E0C15
Decimal941221
Binary1011110110010101
Octal1361425

Shades and tints

Shades of #5E0C15

#5E0C15
(94,12,21)
#560B14
(86,11,20)
#4E0A13
(78,10,19)
#460912
(70,9,18)
#3E0811
(62,8,17)
#360710
(54,7,16)
#2E060F
(46,6,15)
#26050E
(38,5,14)
#1E040D
(30,4,13)
#16030C
(22,3,12)
#0E020B
(14,2,11)
#000000
(0,0,0)

Tints of #5E0C15

#5E0C15
(94,12,21)
#6C222A
(108,34,42)
#7A383F
(122,56,63)
#884E54
(136,78,84)
#966469
(150,100,105)
#A47A7E
(164,122,126)
#B29093
(178,144,147)
#C0A6A8
(192,166,168)
#CEBCBD
(206,188,189)
#DCD2D2
(220,210,210)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E0C15; }

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

This text font color is #5E0C15.


Background Color

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

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

This div background color is #5E0C15.


Border color

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

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

This div border color is #5E0C15.


Opacity

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

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

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

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

This text has shadow with #5E0C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E0C15 on black background.


Color preview on white background

This text has color #5E0C15 on white background.



Black color preview on #5E0C15 background

This text has black color on #5E0C15 background.


White color preview on #5E0C15 background

This text has white color on #5E0C15 background.