COLOR #5C4371

HEX: #5C4371 RGB: (92,67,113)

Color info

#5C4371 contains red, green and blue colors in about the same proportion. Web safe color of #5C4371 is #663366 (or #636).

RGB color model

#5C4371 color RGB value is (92,67,113).

RGB: (92,67,113) (36%, 26%, 44%)

RGB channels and saturation

R 92 of 255 = 36%
G 67 of 255 = 26%
B 113 of 255 = 44%

92
67
113

R + G + B ~ 35%. #5C4371 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 67 + 113 = 272 (100%)
R 92 of 272 ~ 33.82%
G 67 of 272 ~ 24.63%
B 113 of 272 ~ 41.54'%

%33.82
%24.63
%41.54

CMYK color model

#5C4371 color CMYK value is (19,41,0,56).

  • cyan value is 18.58%
  • magenta value is 40.71%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK: (19,41,0,56) C19M41Y0K56 (19%,41%,0%,56%) (0.19/0.41/0.00/0.56) 

CMYK percentages

%18.58
%40.71
%0
%55.69

Codes

Color #5C4371 in popluar color models

5C 43 71
RGB 92 67 113
HSL 273° 25.56% 35.29%
HSB/HSV 273° 40.71% 44.31%
CMYK 18.58% 40.71% 0.00%
55.69%

Color #5C4371 in popluar number systems.

HEX 5C 43 71
Decimal 92 67 113
Binary 1011100 1000011 1110001
Octal 134 103 161

Shades and tints

Shades of #5C4371

#5C4371
(92,67,113)
#543D67
(84,61,103)
#4C375D
(76,55,93)
#443153
(68,49,83)
#3C2B49
(60,43,73)
#34253F
(52,37,63)
#2C1F35
(44,31,53)
#24192B
(36,25,43)
#1C1321
(28,19,33)
#140D17
(20,13,23)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #5C4371

#5C4371
(92,67,113)
#6A547D
(106,84,125)
#786589
(120,101,137)
#867695
(134,118,149)
#9487A1
(148,135,161)
#A298AD
(162,152,173)
#B0A9B9
(176,169,185)
#BEBAC5
(190,186,197)
#CCCBD1
(204,203,209)
#DADCDD
(218,220,221)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4371 color. Also use rgb(92,67,113) instead hex code.

Text Font Color

.myTextColor { color: #5C4371; }

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

This text font color is #5C4371.

Background Color

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

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

This div background color is #5C4371.

Border color

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

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

This div border color is #5C4371.

Opacity

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

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

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

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

This text has shadow with #5C4371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4371.

Preview

Color preview on black background

This text has color #5C4371 on black background.


Color preview on white background

This text has color #5C4371 on white background.


Black color preview on #5C4371 background

This text has black color on #5C4371 background.


White color preview on #5C4371 background

This text has white color on #5C4371 background.


Related colors

Complementary color

Complementary color for #hex is #A3BC8E.


I love getcolorcode.com

Triadic colors

1 #715C43 and #43715C with #5C4371 are triadic colors.

2 #71435C and #435C71 with #5C4371 are triadic colors.