COLOR #5D1D17

HEX: #5D1D17
RGB: (93,29,23)

Color info

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

RGB color model

#5D1D17 color RGB value is (93,29,23).

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

RGB channels and saturation

R 93 of 255 = 36%
G 29 of 255 = 11%
B 23 of 255 = 9%

93
29
23

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

Portions of RGB colors in percentages

R + G + B =
93 + 29 + 23 = 145 (100%)
R 93 of 145 ~ 64.14%
G 29 of 145 ~ 20%
B 23 of 145 ~ 15.86%

%64.14
%20
%15.86

CMYK color model

#5D1D17 color CMYK value is (0,69,75,64).

  • cyan value is 0.00%
  • magenta value is 68.82%
  • yellow value is 75.27%
  • key color value is 63.53%
CMYK:
(0,69,75,64)
C0M69Y75K64 
(0%,69%,75%,64%)
(0.00/0.69/0.75/0.64)	

CMYK percentages

%0
%68.82
%75.27
%63.53

Codes

Color #5D1D17 in popluar color models

5D1D17
RGB932923
HSL60.34%22.75%
HSB/HSV75.27%36.47%
CMYK0.00%68.82%75.27%
63.53%

Color #5D1D17 in popluar number systems.

HEX5D1D17
Decimal932923
Binary10111011110110111
Octal1353527

Shades and tints

Shades of #5D1D17

#5D1D17
(93,29,23)
#551B15
(85,27,21)
#4D1913
(77,25,19)
#451711
(69,23,17)
#3D150F
(61,21,15)
#35130D
(53,19,13)
#2D110B
(45,17,11)
#250F09
(37,15,9)
#1D0D07
(29,13,7)
#150B05
(21,11,5)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #5D1D17

#5D1D17
(93,29,23)
#6B312C
(107,49,44)
#794541
(121,69,65)
#875956
(135,89,86)
#956D6B
(149,109,107)
#A38180
(163,129,128)
#B19595
(177,149,149)
#BFA9AA
(191,169,170)
#CDBDBF
(205,189,191)
#DBD1D4
(219,209,212)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D1D17; }

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

This text font color is #5D1D17.


Background Color

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

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

This div background color is #5D1D17.


Border color

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

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

This div border color is #5D1D17.


Opacity

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

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

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

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

This text has shadow with #5D1D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D1D17 on black background.


Color preview on white background

This text has color #5D1D17 on white background.



Black color preview on #5D1D17 background

This text has black color on #5D1D17 background.


White color preview on #5D1D17 background

This text has white color on #5D1D17 background.