COLOR #5C1521

HEX: #5C1521
RGB: (92,21,33)

Color info

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

RGB color model

#5C1521 color RGB value is (92,21,33).

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

RGB channels and saturation

R 92 of 255 = 36%
G 21 of 255 = 8%
B 33 of 255 = 13%

92
21
33

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

Portions of RGB colors in percentages

R + G + B =
92 + 21 + 33 = 146 (100%)
R 92 of 146 ~ 63.01%
G 21 of 146 ~ 14.38%
B 33 of 146 ~ 22.6%

%63.01
%14.38
%22.6

CMYK color model

#5C1521 color CMYK value is (0,77,64,64).

  • cyan value is 0.00%
  • magenta value is 77.17%
  • yellow value is 64.13%
  • key color value is 63.92%
CMYK:
(0,77,64,64)
C0M77Y64K64 
(0%,77%,64%,64%)
(0.00/0.77/0.64/0.64)	

CMYK percentages

%0
%77.17
%64.13
%63.92

Codes

Color #5C1521 in popluar color models

5C1521
RGB922133
HSL350°62.83%22.16%
HSB/HSV350°77.17%36.08%
CMYK0.00%77.17%64.13%
63.92%

Color #5C1521 in popluar number systems.

HEX5C1521
Decimal922133
Binary101110010101100001
Octal1342541

Shades and tints

Shades of #5C1521

#5C1521
(92,21,33)
#54141E
(84,20,30)
#4C131B
(76,19,27)
#441218
(68,18,24)
#3C1115
(60,17,21)
#341012
(52,16,18)
#2C0F0F
(44,15,15)
#240E0C
(36,14,12)
#1C0D09
(28,13,9)
#140C06
(20,12,6)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #5C1521

#5C1521
(92,21,33)
#6A2A35
(106,42,53)
#783F49
(120,63,73)
#86545D
(134,84,93)
#946971
(148,105,113)
#A27E85
(162,126,133)
#B09399
(176,147,153)
#BEA8AD
(190,168,173)
#CCBDC1
(204,189,193)
#DAD2D5
(218,210,213)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C1521; }

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

This text font color is #5C1521.


Background Color

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

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

This div background color is #5C1521.


Border color

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

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

This div border color is #5C1521.


Opacity

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

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

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

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

This text has shadow with #5C1521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C1521 on black background.


Color preview on white background

This text has color #5C1521 on white background.



Black color preview on #5C1521 background

This text has black color on #5C1521 background.


White color preview on #5C1521 background

This text has white color on #5C1521 background.