COLOR #5E1D17

HEX: #5E1D17
RGB: (94,29,23)

Color info

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

RGB color model

#5E1D17 color RGB value is (94,29,23).

  • red value is 94;
  • green value is 29;
  • blue value is 23.
RGB:
(94,29,23)
(37%,11%,9%)

RGB channels and saturation

R 94 of 255 = 37%
G 29 of 255 = 11%
B 23 of 255 = 9%

94
29
23

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

Portions of RGB colors in percentages

R + G + B =
94 + 29 + 23 = 146 (100%)
R 94 of 146 ~ 64.38%
G 29 of 146 ~ 19.86%
B 23 of 146 ~ 15.75%

%64.38
%19.86
%15.75

CMYK color model

#5E1D17 color CMYK value is (0,69,76,63).

  • cyan value is 0.00%
  • magenta value is 69.15%
  • yellow value is 75.53%
  • key color value is 63.14%
CMYK:
(0,69,76,63)
C0M69Y76K63 
(0%,69%,76%,63%)
(0.00/0.69/0.76/0.63)	

CMYK percentages

%0
%69.15
%75.53
%63.14

Codes

Color #5E1D17 in popluar color models

5E1D17
RGB942923
HSL60.68%22.94%
HSB/HSV75.53%36.86%
CMYK0.00%69.15%75.53%
63.14%

Color #5E1D17 in popluar number systems.

HEX5E1D17
Decimal942923
Binary10111101110110111
Octal1363527

Shades and tints

Shades of #5E1D17

#5E1D17
(94,29,23)
#561B15
(86,27,21)
#4E1913
(78,25,19)
#461711
(70,23,17)
#3E150F
(62,21,15)
#36130D
(54,19,13)
#2E110B
(46,17,11)
#260F09
(38,15,9)
#1E0D07
(30,13,7)
#160B05
(22,11,5)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #5E1D17

#5E1D17
(94,29,23)
#6C312C
(108,49,44)
#7A4541
(122,69,65)
#885956
(136,89,86)
#966D6B
(150,109,107)
#A48180
(164,129,128)
#B29595
(178,149,149)
#C0A9AA
(192,169,170)
#CEBDBF
(206,189,191)
#DCD1D4
(220,209,212)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E1D17 color. Also use rgb(94,29,23) instead hex code.

Text Font Color

.myTextColor { color: #5E1D17; }

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

This text font color is #5E1D17.


Background Color

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

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

This div background color is #5E1D17.


Border color

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

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

This div border color is #5E1D17.


Opacity

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

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

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

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

This text has shadow with #5E1D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E1D17 on black background.


Color preview on white background

This text has color #5E1D17 on white background.



Black color preview on #5E1D17 background

This text has black color on #5E1D17 background.


White color preview on #5E1D17 background

This text has white color on #5E1D17 background.