COLOR #5D0E13

HEX: #5D0E13
RGB: (93,14,19)

Color info

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

RGB color model

#5D0E13 color RGB value is (93,14,19).

  • red value is 93;
  • green value is 14;
  • blue value is 19.
RGB:
(93,14,19)
(36%,5%,7%)

RGB channels and saturation

R 93 of 255 = 36%
G 14 of 255 = 5%
B 19 of 255 = 7%

93
14
19

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

Portions of RGB colors in percentages

R + G + B =
93 + 14 + 19 = 126 (100%)
R 93 of 126 ~ 73.81%
G 14 of 126 ~ 11.11%
B 19 of 126 ~ 15.08%

%73.81
%11.11
%15.08

CMYK color model

#5D0E13 color CMYK value is (0,85,80,64).

  • cyan value is 0.00%
  • magenta value is 84.95%
  • yellow value is 79.57%
  • key color value is 63.53%
CMYK:
(0,85,80,64)
C0M85Y80K64 
(0%,85%,80%,64%)
(0.00/0.85/0.80/0.64)	

CMYK percentages

%0
%84.95
%79.57
%63.53

Codes

Color #5D0E13 in popluar color models

5D0E13
RGB931419
HSL356°73.83%20.98%
HSB/HSV356°84.95%36.47%
CMYK0.00%84.95%79.57%
63.53%

Color #5D0E13 in popluar number systems.

HEX5D0E13
Decimal931419
Binary1011101111010011
Octal1351623

Shades and tints

Shades of #5D0E13

#5D0E13
(93,14,19)
#550D12
(85,13,18)
#4D0C11
(77,12,17)
#450B10
(69,11,16)
#3D0A0F
(61,10,15)
#35090E
(53,9,14)
#2D080D
(45,8,13)
#25070C
(37,7,12)
#1D060B
(29,6,11)
#15050A
(21,5,10)
#0D0409
(13,4,9)
#000000
(0,0,0)

Tints of #5D0E13

#5D0E13
(93,14,19)
#6B2328
(107,35,40)
#79383D
(121,56,61)
#874D52
(135,77,82)
#956267
(149,98,103)
#A3777C
(163,119,124)
#B18C91
(177,140,145)
#BFA1A6
(191,161,166)
#CDB6BB
(205,182,187)
#DBCBD0
(219,203,208)
#E9E0E5
(233,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D0E13 color. Also use rgb(93,14,19) instead hex code.

Text Font Color

.myTextColor { color: #5D0E13; }

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

This text font color is #5D0E13.


Background Color

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

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

This div background color is #5D0E13.


Border color

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

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

This div border color is #5D0E13.


Opacity

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

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

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

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

This text has shadow with #5D0E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D0E13 on black background.


Color preview on white background

This text has color #5D0E13 on white background.



Black color preview on #5D0E13 background

This text has black color on #5D0E13 background.


White color preview on #5D0E13 background

This text has white color on #5D0E13 background.