COLOR #5D1213

HEX: #5D1213 RGB: (93,18,19)

Color info

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

RGB color model

#5D1213 color RGB value is (93,18,19).

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

RGB channels and saturation

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

93
18
19

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

Portions of RGB colors in percentages

R + G + B = 93 + 18 + 19 = 130 (100%)
R 93 of 130 ~ 71.54%
G 18 of 130 ~ 13.85%
B 19 of 130 ~ 14.62'%

%71.54
%13.85
%14.62

CMYK color model

#5D1213 color CMYK value is (0,81,80,64).

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

CMYK: (0,81,80,64)
C0M81Y80K64 (0%, 81%, 80%, 64%)
(0.00 / 0.81 / 0.80 / 0.64)

CMYK percentages

%0
%80.65
%79.57
%63.53

Codes

Color #5D1213 in popluar color models

5D 12 13
RGB 93 18 19
HSL 359° 67.57% 21.76%
HSB/HSV 359° 80.65% 36.47%
CMYK 0.00% 80.65% 79.57%
63.53%

Color #5D1213 in popluar number systems.

HEX 5D 12 13
Decimal 93 18 19
Binary 1011101 10010 10011
Octal 135 22 23

Shades and tints

Shades of #5D1213

#5D1213
(93,18,19)
#551112
(85,17,18)
#4D1011
(77,16,17)
#450F10
(69,15,16)
#3D0E0F
(61,14,15)
#350D0E
(53,13,14)
#2D0C0D
(45,12,13)
#250B0C
(37,11,12)
#1D0A0B
(29,10,11)
#15090A
(21,9,10)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #5D1213

#5D1213
(93,18,19)
#6B2728
(107,39,40)
#793C3D
(121,60,61)
#875152
(135,81,82)
#956667
(149,102,103)
#A37B7C
(163,123,124)
#B19091
(177,144,145)
#BFA5A6
(191,165,166)
#CDBABB
(205,186,187)
#DBCFD0
(219,207,208)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D1213; }

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

This text font color is #5D1213.

Background Color

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

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

This div background color is #5D1213.

Border color

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

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

This div border color is #5D1213.

Opacity

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

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

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

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

This text has shadow with #5D1213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D1213.

Preview

Color preview on black background

This text has color #5D1213 on black background.


Color preview on white background

This text has color #5D1213 on white background.


Black color preview on #5D1213 background

This text has black color on #5D1213 background.


White color preview on #5D1213 background

This text has white color on #5D1213 background.


Related colors

Complementary color

Complementary color for #hex is #A2EDEC.


I love getcolorcode.com

Triadic colors

1 #135D12 and #12135D with #5D1213 are triadic colors.

2 #13125D and #125D13 with #5D1213 are triadic colors.