COLOR #5E0E0D

HEX: #5E0E0D
RGB: (94,14,13)

Color info

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

RGB color model

#5E0E0D color RGB value is (94,14,13).

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

RGB channels and saturation

R 94 of 255 = 37%
G 14 of 255 = 5%
B 13 of 255 = 5%

94
14
13

R + G + B ~ 16%. #5E0E0D is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 14 + 13 = 121 (100%)
R 94 of 121 ~ 77.69%
G 14 of 121 ~ 11.57%
B 13 of 121 ~ 10.74%

%77.69
%11.57
%10.74

CMYK color model

#5E0E0D color CMYK value is (0,85,86,63).

  • cyan value is 0.00%
  • magenta value is 85.11%
  • yellow value is 86.17%
  • key color value is 63.14%
CMYK:
(0,85,86,63)
C0M85Y86K63 
(0%,85%,86%,63%)
(0.00/0.85/0.86/0.63)	

CMYK percentages

%0
%85.11
%86.17
%63.14

Codes

Color #5E0E0D in popluar color models

5E0E0D
RGB941413
HSL75.70%20.98%
HSB/HSV86.17%36.86%
CMYK0.00%85.11%86.17%
63.14%

Color #5E0E0D in popluar number systems.

HEX5E0E0D
Decimal941413
Binary101111011101101
Octal1361615

Shades and tints

Shades of #5E0E0D

#5E0E0D
(94,14,13)
#560D0C
(86,13,12)
#4E0C0B
(78,12,11)
#460B0A
(70,11,10)
#3E0A09
(62,10,9)
#360908
(54,9,8)
#2E0807
(46,8,7)
#260706
(38,7,6)
#1E0605
(30,6,5)
#160504
(22,5,4)
#0E0403
(14,4,3)
#000000
(0,0,0)

Tints of #5E0E0D

#5E0E0D
(94,14,13)
#6C2323
(108,35,35)
#7A3839
(122,56,57)
#884D4F
(136,77,79)
#966265
(150,98,101)
#A4777B
(164,119,123)
#B28C91
(178,140,145)
#C0A1A7
(192,161,167)
#CEB6BD
(206,182,189)
#DCCBD3
(220,203,211)
#EAE0E9
(234,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E0E0D; }

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

This text font color is #5E0E0D.


Background Color

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

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

This div background color is #5E0E0D.


Border color

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

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

This div border color is #5E0E0D.


Opacity

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

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

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

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

This text has shadow with #5E0E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E0E0D on black background.


Color preview on white background

This text has color #5E0E0D on white background.



Black color preview on #5E0E0D background

This text has black color on #5E0E0D background.


White color preview on #5E0E0D background

This text has white color on #5E0E0D background.