COLOR #5D0013

HEX: #5D0013 RGB: (93,0,19)

Color info

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

RGB color model

#5D0013 color RGB value is (93,0,19).

RGB: (93,0,19) (36%, 0%, 7%)

RGB channels and saturation

R 93 of 255 = 36%
G 0 of 255 = 0%
B 19 of 255 = 7%

93
0
19

R + G + B ~ 14%. #5D0013 is dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 0 + 19 = 112 (100%)
R 93 of 112 ~ 83.04%
G 0 of 112 ~ 0%
B 19 of 112 ~ 16.96'%

%83.04
%16.96

CMYK color model

#5D0013 color CMYK value is (0,100,80,64).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 79.57%
  • key color value is 63.53%

CMYK: (0,100,80,64)
C0M100Y80K64 (0%, 100%, 80%, 64%)
(0.00 / 1.00 / 0.80 / 0.64)

CMYK percentages

%0
%100
%79.57
%63.53

Codes

Color #5D0013 in popluar color models

5D 00 13
RGB 93 0 19
HSL 348° 100.00% 18.24%
HSB/HSV 348° 100.00% 36.47%
CMYK 0.00% 100.00% 79.57%
63.53%

Color #5D0013 in popluar number systems.

HEX 5D 00 13
Decimal 93 0 19
Binary 1011101 0 10011
Octal 135 0 23

Shades and tints

Shades of #5D0013

#5D0013
(93,0,19)
#550012
(85,0,18)
#4D0011
(77,0,17)
#450010
(69,0,16)
#3D000F
(61,0,15)
#35000E
(53,0,14)
#2D000D
(45,0,13)
#25000C
(37,0,12)
#1D000B
(29,0,11)
#15000A
(21,0,10)
#0D0009
(13,0,9)
#000000
(0,0,0)

Tints of #5D0013

#5D0013
(93,0,19)
#6B1728
(107,23,40)
#792E3D
(121,46,61)
#874552
(135,69,82)
#955C67
(149,92,103)
#A3737C
(163,115,124)
#B18A91
(177,138,145)
#BFA1A6
(191,161,166)
#CDB8BB
(205,184,187)
#DBCFD0
(219,207,208)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D0013; }

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

This text font color is #5D0013.

Background Color

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

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

This div background color is #5D0013.

Border color

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

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

This div border color is #5D0013.

Opacity

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

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

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

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

This text has shadow with #5D0013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D0013.

Preview

Color preview on black background

This text has color #5D0013 on black background.


Color preview on white background

This text has color #5D0013 on white background.


Black color preview on #5D0013 background

This text has black color on #5D0013 background.


White color preview on #5D0013 background

This text has white color on #5D0013 background.


Related colors

Complementary color

Complementary color for #hex is #A2FFEC.


I love getcolorcode.com

Triadic colors

1 #135D00 and #00135D with #5D0013 are triadic colors.

2 #13005D and #005D13 with #5D0013 are triadic colors.