COLOR #5D2121

HEX: #5D2121
RGB: (93,33,33)

Color info

#5D2121 contains mainly red color. Web safe color of #5D2121 is #663333 (or #633).

RGB color model

#5D2121 color RGB value is (93,33,33).

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

RGB channels and saturation

R 93 of 255 = 36%
G 33 of 255 = 13%
B 33 of 255 = 13%

93
33
33

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

Portions of RGB colors in percentages

R + G + B =
93 + 33 + 33 = 159 (100%)
R 93 of 159 ~ 58.49%
G 33 of 159 ~ 20.75%
B 33 of 159 ~ 20.75%

%58.49
%20.75
%20.75

CMYK color model

#5D2121 color CMYK value is (0,65,65,64).

  • cyan value is 0.00%
  • magenta value is 64.52%
  • yellow value is 64.52%
  • key color value is 63.53%
CMYK:
(0,65,65,64)
C0M65Y65K64 
(0%,65%,65%,64%)
(0.00/0.65/0.65/0.64)	

CMYK percentages

%0
%64.52
%64.52
%63.53

Codes

Color #5D2121 in popluar color models

5D2121
RGB933333
HSL47.62%24.71%
HSB/HSV64.52%36.47%
CMYK0.00%64.52%64.52%
63.53%

Color #5D2121 in popluar number systems.

HEX5D2121
Decimal933333
Binary1011101100001100001
Octal1354141

Shades and tints

Shades of #5D2121

#5D2121
(93,33,33)
#551E1E
(85,30,30)
#4D1B1B
(77,27,27)
#451818
(69,24,24)
#3D1515
(61,21,21)
#351212
(53,18,18)
#2D0F0F
(45,15,15)
#250C0C
(37,12,12)
#1D0909
(29,9,9)
#150606
(21,6,6)
#0D0303
(13,3,3)
#000000
(0,0,0)

Tints of #5D2121

#5D2121
(93,33,33)
#6B3535
(107,53,53)
#794949
(121,73,73)
#875D5D
(135,93,93)
#957171
(149,113,113)
#A38585
(163,133,133)
#B19999
(177,153,153)
#BFADAD
(191,173,173)
#CDC1C1
(205,193,193)
#DBD5D5
(219,213,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D2121; }

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

This text font color is #5D2121.


Background Color

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

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

This div background color is #5D2121.


Border color

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

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

This div border color is #5D2121.


Opacity

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

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

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

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

This text has shadow with #5D2121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2121 on black background.


Color preview on white background

This text has color #5D2121 on white background.



Black color preview on #5D2121 background

This text has black color on #5D2121 background.


White color preview on #5D2121 background

This text has white color on #5D2121 background.