COLOR #5E190D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
25
13

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

Portions of RGB colors in percentages

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

%71.21
%18.94
%9.85

CMYK color model

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

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

CMYK percentages

%0
%73.4
%86.17
%63.14

Codes

Color #5E190D in popluar color models

5E190D
RGB942513
HSL75.70%20.98%
HSB/HSV86.17%36.86%
CMYK0.00%73.40%86.17%
63.14%

Color #5E190D in popluar number systems.

HEX5E190D
Decimal942513
Binary1011110110011101
Octal1363115

Shades and tints

Shades of #5E190D

#5E190D
(94,25,13)
#56170C
(86,23,12)
#4E150B
(78,21,11)
#46130A
(70,19,10)
#3E1109
(62,17,9)
#360F08
(54,15,8)
#2E0D07
(46,13,7)
#260B06
(38,11,6)
#1E0905
(30,9,5)
#160704
(22,7,4)
#0E0503
(14,5,3)
#000000
(0,0,0)

Tints of #5E190D

#5E190D
(94,25,13)
#6C2D23
(108,45,35)
#7A4139
(122,65,57)
#88554F
(136,85,79)
#966965
(150,105,101)
#A47D7B
(164,125,123)
#B29191
(178,145,145)
#C0A5A7
(192,165,167)
#CEB9BD
(206,185,189)
#DCCDD3
(220,205,211)
#EAE1E9
(234,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E190D; }

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

This text font color is #5E190D.


Background Color

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

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

This div background color is #5E190D.


Border color

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

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

This div border color is #5E190D.


Opacity

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

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

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

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

This text has shadow with #5E190D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E190D on black background.


Color preview on white background

This text has color #5E190D on white background.



Black color preview on #5E190D background

This text has black color on #5E190D background.


White color preview on #5E190D background

This text has white color on #5E190D background.