COLOR #5E0D19

HEX: #5E0D19
RGB: (94,13,25)

Color info

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

RGB color model

#5E0D19 color RGB value is (94,13,25).

  • red value is 94;
  • green value is 13;
  • blue value is 25.
RGB:
(94,13,25)
(37%,5%,10%)

RGB channels and saturation

R 94 of 255 = 37%
G 13 of 255 = 5%
B 25 of 255 = 10%

94
13
25

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

Portions of RGB colors in percentages

R + G + B =
94 + 13 + 25 = 132 (100%)
R 94 of 132 ~ 71.21%
G 13 of 132 ~ 9.85%
B 25 of 132 ~ 18.94%

%71.21
%9.85
%18.94

CMYK color model

#5E0D19 color CMYK value is (0,86,73,63).

  • cyan value is 0.00%
  • magenta value is 86.17%
  • yellow value is 73.40%
  • key color value is 63.14%
CMYK:
(0,86,73,63)
C0M86Y73K63 
(0%,86%,73%,63%)
(0.00/0.86/0.73/0.63)	

CMYK percentages

%0
%86.17
%73.4
%63.14

Codes

Color #5E0D19 in popluar color models

5E0D19
RGB941325
HSL351°75.70%20.98%
HSB/HSV351°86.17%36.86%
CMYK0.00%86.17%73.40%
63.14%

Color #5E0D19 in popluar number systems.

HEX5E0D19
Decimal941325
Binary1011110110111001
Octal1361531

Shades and tints

Shades of #5E0D19

#5E0D19
(94,13,25)
#560C17
(86,12,23)
#4E0B15
(78,11,21)
#460A13
(70,10,19)
#3E0911
(62,9,17)
#36080F
(54,8,15)
#2E070D
(46,7,13)
#26060B
(38,6,11)
#1E0509
(30,5,9)
#160407
(22,4,7)
#0E0305
(14,3,5)
#000000
(0,0,0)

Tints of #5E0D19

#5E0D19
(94,13,25)
#6C232D
(108,35,45)
#7A3941
(122,57,65)
#884F55
(136,79,85)
#966569
(150,101,105)
#A47B7D
(164,123,125)
#B29191
(178,145,145)
#C0A7A5
(192,167,165)
#CEBDB9
(206,189,185)
#DCD3CD
(220,211,205)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E0D19 color. Also use rgb(94,13,25) instead hex code.

Text Font Color

.myTextColor { color: #5E0D19; }

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

This text font color is #5E0D19.


Background Color

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

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

This div background color is #5E0D19.


Border color

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

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

This div border color is #5E0D19.


Opacity

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

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

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

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

This text has shadow with #5E0D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E0D19 on black background.


Color preview on white background

This text has color #5E0D19 on white background.



Black color preview on #5E0D19 background

This text has black color on #5E0D19 background.


White color preview on #5E0D19 background

This text has white color on #5E0D19 background.