COLOR #5D1F13

HEX: #5D1F13
RGB: (93,31,19)

Color info

#5D1F13 contains mainly red color. Web safe color of #5D1F13 is #663300 (or #630).

RGB color model

#5D1F13 color RGB value is (93,31,19).

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

RGB channels and saturation

R 93 of 255 = 36%
G 31 of 255 = 12%
B 19 of 255 = 7%

93
31
19

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

Portions of RGB colors in percentages

R + G + B =
93 + 31 + 19 = 143 (100%)
R 93 of 143 ~ 65.03%
G 31 of 143 ~ 21.68%
B 19 of 143 ~ 13.29%

%65.03
%21.68
%13.29

CMYK color model

#5D1F13 color CMYK value is (0,67,80,64).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 79.57%
  • key color value is 63.53%
CMYK:
(0,67,80,64)
C0M67Y80K64 
(0%,67%,80%,64%)
(0.00/0.67/0.80/0.64)	

CMYK percentages

%0
%66.67
%79.57
%63.53

Codes

Color #5D1F13 in popluar color models

5D1F13
RGB933119
HSL10°66.07%21.96%
HSB/HSV10°79.57%36.47%
CMYK0.00%66.67%79.57%
63.53%

Color #5D1F13 in popluar number systems.

HEX5D1F13
Decimal933119
Binary10111011111110011
Octal1353723

Shades and tints

Shades of #5D1F13

#5D1F13
(93,31,19)
#551D12
(85,29,18)
#4D1B11
(77,27,17)
#451910
(69,25,16)
#3D170F
(61,23,15)
#35150E
(53,21,14)
#2D130D
(45,19,13)
#25110C
(37,17,12)
#1D0F0B
(29,15,11)
#150D0A
(21,13,10)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D1F13

#5D1F13
(93,31,19)
#6B3328
(107,51,40)
#79473D
(121,71,61)
#875B52
(135,91,82)
#956F67
(149,111,103)
#A3837C
(163,131,124)
#B19791
(177,151,145)
#BFABA6
(191,171,166)
#CDBFBB
(205,191,187)
#DBD3D0
(219,211,208)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D1F13; }

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

This text font color is #5D1F13.


Background Color

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

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

This div background color is #5D1F13.


Border color

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

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

This div border color is #5D1F13.


Opacity

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

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

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

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

This text has shadow with #5D1F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D1F13 on black background.


Color preview on white background

This text has color #5D1F13 on white background.



Black color preview on #5D1F13 background

This text has black color on #5D1F13 background.


White color preview on #5D1F13 background

This text has white color on #5D1F13 background.