COLOR #5D2424

HEX: #5D2424
RGB: (93,36,36)

Color info

#5D2424 contains red, green and blue colors in about the same proportion. Web safe color of #5D2424 is #663333 (or #633).

RGB color model

#5D2424 color RGB value is (93,36,36).

  • red value is 93;
  • green value is 36;
  • blue value is 36.
RGB:
(93,36,36)
(36%,14%,14%)

RGB channels and saturation

R 93 of 255 = 36%
G 36 of 255 = 14%
B 36 of 255 = 14%

93
36
36

R + G + B ~ 21%. #5D2424 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 36 + 36 = 165 (100%)
R 93 of 165 ~ 56.36%
G 36 of 165 ~ 21.82%
B 36 of 165 ~ 21.82%

%56.36
%21.82
%21.82

CMYK color model

#5D2424 color CMYK value is (0,61,61,64).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 61.29%
  • key color value is 63.53%
CMYK:
(0,61,61,64)
C0M61Y61K64 
(0%,61%,61%,64%)
(0.00/0.61/0.61/0.64)	

CMYK percentages

%0
%61.29
%61.29
%63.53

Codes

Color #5D2424 in popluar color models

5D2424
RGB933636
HSL44.19%25.29%
HSB/HSV61.29%36.47%
CMYK0.00%61.29%61.29%
63.53%

Color #5D2424 in popluar number systems.

HEX5D2424
Decimal933636
Binary1011101100100100100
Octal1354444

Shades and tints

Shades of #5D2424

#5D2424
(93,36,36)
#552121
(85,33,33)
#4D1E1E
(77,30,30)
#451B1B
(69,27,27)
#3D1818
(61,24,24)
#351515
(53,21,21)
#2D1212
(45,18,18)
#250F0F
(37,15,15)
#1D0C0C
(29,12,12)
#150909
(21,9,9)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #5D2424

#5D2424
(93,36,36)
#6B3737
(107,55,55)
#794A4A
(121,74,74)
#875D5D
(135,93,93)
#957070
(149,112,112)
#A38383
(163,131,131)
#B19696
(177,150,150)
#BFA9A9
(191,169,169)
#CDBCBC
(205,188,188)
#DBCFCF
(219,207,207)
#E9E2E2
(233,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D2424; }

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

This text font color is #5D2424.


Background Color

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

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

This div background color is #5D2424.


Border color

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

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

This div border color is #5D2424.


Opacity

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

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

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

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

This text has shadow with #5D2424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2424 on black background.


Color preview on white background

This text has color #5D2424 on white background.



Black color preview on #5D2424 background

This text has black color on #5D2424 background.


White color preview on #5D2424 background

This text has white color on #5D2424 background.