COLOR #5E1717

HEX: #5E1717
RGB: (94,23,23)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
23
23

R + G + B ~ 18%. #5E1717 is dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 23 + 23 = 140 (100%)
R 94 of 140 ~ 67.14%
G 23 of 140 ~ 16.43%
B 23 of 140 ~ 16.43%

%67.14
%16.43
%16.43

CMYK color model

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

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

CMYK percentages

%0
%75.53
%75.53
%63.14

Codes

Color #5E1717 in popluar color models

5E1717
RGB942323
HSL60.68%22.94%
HSB/HSV75.53%36.86%
CMYK0.00%75.53%75.53%
63.14%

Color #5E1717 in popluar number systems.

HEX5E1717
Decimal942323
Binary10111101011110111
Octal1362727

Shades and tints

Shades of #5E1717

#5E1717
(94,23,23)
#561515
(86,21,21)
#4E1313
(78,19,19)
#461111
(70,17,17)
#3E0F0F
(62,15,15)
#360D0D
(54,13,13)
#2E0B0B
(46,11,11)
#260909
(38,9,9)
#1E0707
(30,7,7)
#160505
(22,5,5)
#0E0303
(14,3,3)
#000000
(0,0,0)

Tints of #5E1717

#5E1717
(94,23,23)
#6C2C2C
(108,44,44)
#7A4141
(122,65,65)
#885656
(136,86,86)
#966B6B
(150,107,107)
#A48080
(164,128,128)
#B29595
(178,149,149)
#C0AAAA
(192,170,170)
#CEBFBF
(206,191,191)
#DCD4D4
(220,212,212)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E1717; }

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

This text font color is #5E1717.


Background Color

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

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

This div background color is #5E1717.


Border color

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

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

This div border color is #5E1717.


Opacity

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

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

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

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

This text has shadow with #5E1717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E1717 on black background.


Color preview on white background

This text has color #5E1717 on white background.



Black color preview on #5E1717 background

This text has black color on #5E1717 background.


White color preview on #5E1717 background

This text has white color on #5E1717 background.