COLOR #5D131F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
19
31

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

Portions of RGB colors in percentages

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

%65.03
%13.29
%21.68

CMYK color model

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

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

CMYK percentages

%0
%79.57
%66.67
%63.53

Codes

Color #5D131F in popluar color models

5D131F
RGB931931
HSL350°66.07%21.96%
HSB/HSV350°79.57%36.47%
CMYK0.00%79.57%66.67%
63.53%

Color #5D131F in popluar number systems.

HEX5D131F
Decimal931931
Binary10111011001111111
Octal1352337

Shades and tints

Shades of #5D131F

#5D131F
(93,19,31)
#55121D
(85,18,29)
#4D111B
(77,17,27)
#451019
(69,16,25)
#3D0F17
(61,15,23)
#350E15
(53,14,21)
#2D0D13
(45,13,19)
#250C11
(37,12,17)
#1D0B0F
(29,11,15)
#150A0D
(21,10,13)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #5D131F

#5D131F
(93,19,31)
#6B2833
(107,40,51)
#793D47
(121,61,71)
#87525B
(135,82,91)
#95676F
(149,103,111)
#A37C83
(163,124,131)
#B19197
(177,145,151)
#BFA6AB
(191,166,171)
#CDBBBF
(205,187,191)
#DBD0D3
(219,208,211)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D131F; }

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

This text font color is #5D131F.


Background Color

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

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

This div background color is #5D131F.


Border color

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

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

This div border color is #5D131F.


Opacity

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

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

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

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

This text has shadow with #5D131F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D131F on black background.


Color preview on white background

This text has color #5D131F on white background.



Black color preview on #5D131F background

This text has black color on #5D131F background.


White color preview on #5D131F background

This text has white color on #5D131F background.