COLOR #5D1A1D

HEX: #5D1A1D
RGB: (93,26,29)

Color info

#5D1A1D contains mainly red color. Web safe color of #5D1A1D is #660033 (or #603).

RGB color model

#5D1A1D color RGB value is (93,26,29).

  • red value is 93;
  • green value is 26;
  • blue value is 29.
RGB:
(93,26,29)
(36%,10%,11%)

RGB channels and saturation

R 93 of 255 = 36%
G 26 of 255 = 10%
B 29 of 255 = 11%

93
26
29

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

Portions of RGB colors in percentages

R + G + B =
93 + 26 + 29 = 148 (100%)
R 93 of 148 ~ 62.84%
G 26 of 148 ~ 17.57%
B 29 of 148 ~ 19.59%

%62.84
%17.57
%19.59

CMYK color model

#5D1A1D color CMYK value is (0,72,69,64).

  • cyan value is 0.00%
  • magenta value is 72.04%
  • yellow value is 68.82%
  • key color value is 63.53%
CMYK:
(0,72,69,64)
C0M72Y69K64 
(0%,72%,69%,64%)
(0.00/0.72/0.69/0.64)	

CMYK percentages

%0
%72.04
%68.82
%63.53

Codes

Color #5D1A1D in popluar color models

5D1A1D
RGB932629
HSL357°56.30%23.33%
HSB/HSV357°72.04%36.47%
CMYK0.00%72.04%68.82%
63.53%

Color #5D1A1D in popluar number systems.

HEX5D1A1D
Decimal932629
Binary10111011101011101
Octal1353235

Shades and tints

Shades of #5D1A1D

#5D1A1D
(93,26,29)
#55181B
(85,24,27)
#4D1619
(77,22,25)
#451417
(69,20,23)
#3D1215
(61,18,21)
#351013
(53,16,19)
#2D0E11
(45,14,17)
#250C0F
(37,12,15)
#1D0A0D
(29,10,13)
#15080B
(21,8,11)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #5D1A1D

#5D1A1D
(93,26,29)
#6B2E31
(107,46,49)
#794245
(121,66,69)
#875659
(135,86,89)
#956A6D
(149,106,109)
#A37E81
(163,126,129)
#B19295
(177,146,149)
#BFA6A9
(191,166,169)
#CDBABD
(205,186,189)
#DBCED1
(219,206,209)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D1A1D color. Also use rgb(93,26,29) instead hex code.

Text Font Color

.myTextColor { color: #5D1A1D; }

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

This text font color is #5D1A1D.


Background Color

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

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

This div background color is #5D1A1D.


Border color

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

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

This div border color is #5D1A1D.


Opacity

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

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

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

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

This text has shadow with #5D1A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D1A1D on black background.


Color preview on white background

This text has color #5D1A1D on white background.



Black color preview on #5D1A1D background

This text has black color on #5D1A1D background.


White color preview on #5D1A1D background

This text has white color on #5D1A1D background.