COLOR #5C3772

HEX: #5C3772
RGB: (92,55,114)

Color info

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

RGB color model

#5C3772 color RGB value is (92,55,114).

  • red value is 92;
  • green value is 55;
  • blue value is 114.
RGB:
(92,55,114)
(36%,22%,45%)

RGB channels and saturation

R 92 of 255 = 36%
G 55 of 255 = 22%
B 114 of 255 = 45%

92
55
114

R + G + B ~ 34%. #5C3772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 55 + 114 = 261 (100%)
R 92 of 261 ~ 35.25%
G 55 of 261 ~ 21.07%
B 114 of 261 ~ 43.68%

%35.25
%21.07
%43.68

CMYK color model

#5C3772 color CMYK value is (19,52,0,55).

  • cyan value is 19.30%
  • magenta value is 51.75%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(19,52,0,55)
C19M52Y0K55 
(19%,52%,0%,55%)
(0.19/0.52/0.00/0.55)	

CMYK percentages

%19.3
%51.75
%0
%55.29

Codes

Color #5C3772 in popluar color models

5C3772
RGB9255114
HSL278°34.91%33.14%
HSB/HSV278°51.75%44.71%
CMYK19.30%51.75%0.00%
55.29%

Color #5C3772 in popluar number systems.

HEX5C3772
Decimal9255114
Binary10111001101111110010
Octal13467162

Shades and tints

Shades of #5C3772

#5C3772
(92,55,114)
#543268
(84,50,104)
#4C2D5E
(76,45,94)
#442854
(68,40,84)
#3C234A
(60,35,74)
#341E40
(52,30,64)
#2C1936
(44,25,54)
#24142C
(36,20,44)
#1C0F22
(28,15,34)
#140A18
(20,10,24)
#0C050E
(12,5,14)
#000000
(0,0,0)

Tints of #5C3772

#5C3772
(92,55,114)
#6A497E
(106,73,126)
#785B8A
(120,91,138)
#866D96
(134,109,150)
#947FA2
(148,127,162)
#A291AE
(162,145,174)
#B0A3BA
(176,163,186)
#BEB5C6
(190,181,198)
#CCC7D2
(204,199,210)
#DAD9DE
(218,217,222)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3772; }

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

This text font color is #5C3772.


Background Color

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

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

This div background color is #5C3772.


Border color

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

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

This div border color is #5C3772.


Opacity

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

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

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

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

This text has shadow with #5C3772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3772 on black background.


Color preview on white background

This text has color #5C3772 on white background.



Black color preview on #5C3772 background

This text has black color on #5C3772 background.


White color preview on #5C3772 background

This text has white color on #5C3772 background.