COLOR #5C3C77

HEX: #5C3C77
RGB: (92,60,119)

Color info

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

RGB color model

#5C3C77 color RGB value is (92,60,119).

  • red value is 92;
  • green value is 60;
  • blue value is 119.
RGB:
(92,60,119)
(36%,24%,47%)

RGB channels and saturation

R 92 of 255 = 36%
G 60 of 255 = 24%
B 119 of 255 = 47%

92
60
119

R + G + B ~ 36%. #5C3C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 60 + 119 = 271 (100%)
R 92 of 271 ~ 33.95%
G 60 of 271 ~ 22.14%
B 119 of 271 ~ 43.91%

%33.95
%22.14
%43.91

CMYK color model

#5C3C77 color CMYK value is (23,50,0,53).

  • cyan value is 22.69%
  • magenta value is 49.58%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(23,50,0,53)
C23M50Y0K53 
(23%,50%,0%,53%)
(0.23/0.50/0.00/0.53)	

CMYK percentages

%22.69
%49.58
%0
%53.33

Codes

Color #5C3C77 in popluar color models

5C3C77
RGB9260119
HSL273°32.96%35.10%
HSB/HSV273°49.58%46.67%
CMYK22.69%49.58%0.00%
53.33%

Color #5C3C77 in popluar number systems.

HEX5C3C77
Decimal9260119
Binary10111001111001110111
Octal13474167

Shades and tints

Shades of #5C3C77

#5C3C77
(92,60,119)
#54376D
(84,55,109)
#4C3263
(76,50,99)
#442D59
(68,45,89)
#3C284F
(60,40,79)
#342345
(52,35,69)
#2C1E3B
(44,30,59)
#241931
(36,25,49)
#1C1427
(28,20,39)
#140F1D
(20,15,29)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #5C3C77

#5C3C77
(92,60,119)
#6A4D83
(106,77,131)
#785E8F
(120,94,143)
#866F9B
(134,111,155)
#9480A7
(148,128,167)
#A291B3
(162,145,179)
#B0A2BF
(176,162,191)
#BEB3CB
(190,179,203)
#CCC4D7
(204,196,215)
#DAD5E3
(218,213,227)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3C77 color. Also use rgb(92,60,119) instead hex code.

Text Font Color

.myTextColor { color: #5C3C77; }

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

This text font color is #5C3C77.


Background Color

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

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

This div background color is #5C3C77.


Border color

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

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

This div border color is #5C3C77.


Opacity

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

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

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

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

This text has shadow with #5C3C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3C77 on black background.


Color preview on white background

This text has color #5C3C77 on white background.



Black color preview on #5C3C77 background

This text has black color on #5C3C77 background.


White color preview on #5C3C77 background

This text has white color on #5C3C77 background.