COLOR #5D1739

HEX: #5D1739
RGB: (93,23,57)

Color info

#5D1739 contains mainly red and blue colors. Web safe color of #5D1739 is #660033 (or #603).

RGB color model

#5D1739 color RGB value is (93,23,57).

  • red value is 93;
  • green value is 23;
  • blue value is 57.
RGB:
(93,23,57)
(36%,9%,22%)

RGB channels and saturation

R 93 of 255 = 36%
G 23 of 255 = 9%
B 57 of 255 = 22%

93
23
57

R + G + B ~ 22%. #5D1739 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 23 + 57 = 173 (100%)
R 93 of 173 ~ 53.76%
G 23 of 173 ~ 13.29%
B 57 of 173 ~ 32.95%

%53.76
%13.29
%32.95

CMYK color model

#5D1739 color CMYK value is (0,75,39,64).

  • cyan value is 0.00%
  • magenta value is 75.27%
  • yellow value is 38.71%
  • key color value is 63.53%
CMYK:
(0,75,39,64)
C0M75Y39K64 
(0%,75%,39%,64%)
(0.00/0.75/0.39/0.64)	

CMYK percentages

%0
%75.27
%38.71
%63.53

Codes

Color #5D1739 in popluar color models

5D1739
RGB932357
HSL331°60.34%22.75%
HSB/HSV331°75.27%36.47%
CMYK0.00%75.27%38.71%
63.53%

Color #5D1739 in popluar number systems.

HEX5D1739
Decimal932357
Binary101110110111111001
Octal1352771

Shades and tints

Shades of #5D1739

#5D1739
(93,23,57)
#551534
(85,21,52)
#4D132F
(77,19,47)
#45112A
(69,17,42)
#3D0F25
(61,15,37)
#350D20
(53,13,32)
#2D0B1B
(45,11,27)
#250916
(37,9,22)
#1D0711
(29,7,17)
#15050C
(21,5,12)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #5D1739

#5D1739
(93,23,57)
#6B2C4B
(107,44,75)
#79415D
(121,65,93)
#87566F
(135,86,111)
#956B81
(149,107,129)
#A38093
(163,128,147)
#B195A5
(177,149,165)
#BFAAB7
(191,170,183)
#CDBFC9
(205,191,201)
#DBD4DB
(219,212,219)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D1739 color. Also use rgb(93,23,57) instead hex code.

Text Font Color

.myTextColor { color: #5D1739; }

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

This text font color is #5D1739.


Background Color

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

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

This div background color is #5D1739.


Border color

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

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

This div border color is #5D1739.


Opacity

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

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

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

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

This text has shadow with #5D1739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D1739 on black background.


Color preview on white background

This text has color #5D1739 on white background.



Black color preview on #5D1739 background

This text has black color on #5D1739 background.


White color preview on #5D1739 background

This text has white color on #5D1739 background.