COLOR #5D1519

HEX: #5D1519
RGB: (93,21,25)

Color info

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

RGB color model

#5D1519 color RGB value is (93,21,25).

  • red value is 93;
  • green value is 21;
  • blue value is 25.
RGB:
(93,21,25)
(36%,8%,10%)

RGB channels and saturation

R 93 of 255 = 36%
G 21 of 255 = 8%
B 25 of 255 = 10%

93
21
25

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

Portions of RGB colors in percentages

R + G + B =
93 + 21 + 25 = 139 (100%)
R 93 of 139 ~ 66.91%
G 21 of 139 ~ 15.11%
B 25 of 139 ~ 17.99%

%66.91
%15.11
%17.99

CMYK color model

#5D1519 color CMYK value is (0,77,73,64).

  • cyan value is 0.00%
  • magenta value is 77.42%
  • yellow value is 73.12%
  • key color value is 63.53%
CMYK:
(0,77,73,64)
C0M77Y73K64 
(0%,77%,73%,64%)
(0.00/0.77/0.73/0.64)	

CMYK percentages

%0
%77.42
%73.12
%63.53

Codes

Color #5D1519 in popluar color models

5D1519
RGB932125
HSL357°63.16%22.35%
HSB/HSV357°77.42%36.47%
CMYK0.00%77.42%73.12%
63.53%

Color #5D1519 in popluar number systems.

HEX5D1519
Decimal932125
Binary10111011010111001
Octal1352531

Shades and tints

Shades of #5D1519

#5D1519
(93,21,25)
#551417
(85,20,23)
#4D1315
(77,19,21)
#451213
(69,18,19)
#3D1111
(61,17,17)
#35100F
(53,16,15)
#2D0F0D
(45,15,13)
#250E0B
(37,14,11)
#1D0D09
(29,13,9)
#150C07
(21,12,7)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #5D1519

#5D1519
(93,21,25)
#6B2A2D
(107,42,45)
#793F41
(121,63,65)
#875455
(135,84,85)
#956969
(149,105,105)
#A37E7D
(163,126,125)
#B19391
(177,147,145)
#BFA8A5
(191,168,165)
#CDBDB9
(205,189,185)
#DBD2CD
(219,210,205)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D1519 color. Also use rgb(93,21,25) instead hex code.

Text Font Color

.myTextColor { color: #5D1519; }

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

This text font color is #5D1519.


Background Color

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

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

This div background color is #5D1519.


Border color

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

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

This div border color is #5D1519.


Opacity

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

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

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

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

This text has shadow with #5D1519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D1519 on black background.


Color preview on white background

This text has color #5D1519 on white background.



Black color preview on #5D1519 background

This text has black color on #5D1519 background.


White color preview on #5D1519 background

This text has white color on #5D1519 background.