COLOR #5C1337

HEX: #5C1337 RGB: (92,19,55)

Color info

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

RGB color model

#5C1337 color RGB value is (92,19,55).

RGB: (92,19,55) (36%, 7%, 22%)

RGB channels and saturation

R 92 of 255 = 36%
G 19 of 255 = 7%
B 55 of 255 = 22%

92
19
55

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

Portions of RGB colors in percentages

R + G + B = 92 + 19 + 55 = 166 (100%)
R 92 of 166 ~ 55.42%
G 19 of 166 ~ 11.45%
B 55 of 166 ~ 33.13'%

%55.42
%11.45
%33.13

CMYK color model

#5C1337 color CMYK value is (0,79,40,64).

  • cyan value is 0.00%
  • magenta value is 79.35%
  • yellow value is 40.22%
  • key color value is 63.92%

CMYK: (0,79,40,64)
C0M79Y40K64 (0%, 79%, 40%, 64%)
(0.00 / 0.79 / 0.40 / 0.64)

CMYK percentages

%0
%79.35
%40.22
%63.92

Codes

Color #5C1337 in popluar color models

5C 13 37
RGB 92 19 55
HSL 330° 65.77% 21.76%
HSB/HSV 330° 79.35% 36.08%
CMYK 0.00% 79.35% 40.22%
63.92%

Color #5C1337 in popluar number systems.

HEX 5C 13 37
Decimal 92 19 55
Binary 1011100 10011 110111
Octal 134 23 67

Shades and tints

Shades of #5C1337

#5C1337
(92,19,55)
#541232
(84,18,50)
#4C112D
(76,17,45)
#441028
(68,16,40)
#3C0F23
(60,15,35)
#340E1E
(52,14,30)
#2C0D19
(44,13,25)
#240C14
(36,12,20)
#1C0B0F
(28,11,15)
#140A0A
(20,10,10)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #5C1337

#5C1337
(92,19,55)
#6A2849
(106,40,73)
#783D5B
(120,61,91)
#86526D
(134,82,109)
#94677F
(148,103,127)
#A27C91
(162,124,145)
#B091A3
(176,145,163)
#BEA6B5
(190,166,181)
#CCBBC7
(204,187,199)
#DAD0D9
(218,208,217)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C1337 color. Also use rgb(92,19,55) instead hex code.

Text Font Color

.myTextColor { color: #5C1337; }

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

This text font color is #5C1337.

Background Color

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

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

This div background color is #5C1337.

Border color

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

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

This div border color is #5C1337.

Opacity

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

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

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

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

This text has shadow with #5C1337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C1337.

Preview

Color preview on black background

This text has color #5C1337 on black background.


Color preview on white background

This text has color #5C1337 on white background.


Black color preview on #5C1337 background

This text has black color on #5C1337 background.


White color preview on #5C1337 background

This text has white color on #5C1337 background.


Related colors

Complementary color

Complementary color for #hex is #A3ECC8.


I love getcolorcode.com

Triadic colors

1 #375C13 and #13375C with #5C1337 are triadic colors.

2 #37135C and #135C37 with #5C1337 are triadic colors.