COLOR #5C3A74

HEX: #5C3A74
RGB: (92,58,116)

Color info

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

RGB color model

#5C3A74 color RGB value is (92,58,116).

  • red value is 92;
  • green value is 58;
  • blue value is 116.
RGB:
(92,58,116)
(36%,23%,45%)

RGB channels and saturation

R 92 of 255 = 36%
G 58 of 255 = 23%
B 116 of 255 = 45%

92
58
116

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

Portions of RGB colors in percentages

R + G + B =
92 + 58 + 116 = 266 (100%)
R 92 of 266 ~ 34.59%
G 58 of 266 ~ 21.8%
B 116 of 266 ~ 43.61%

%34.59
%21.8
%43.61

CMYK color model

#5C3A74 color CMYK value is (21,50,0,55).

  • cyan value is 20.69%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(21,50,0,55)
C21M50Y0K55 
(21%,50%,0%,55%)
(0.21/0.50/0.00/0.55)	

CMYK percentages

%20.69
%50
%0
%54.51

Codes

Color #5C3A74 in popluar color models

5C3A74
RGB9258116
HSL275°33.33%34.12%
HSB/HSV275°50.00%45.49%
CMYK20.69%50.00%0.00%
54.51%

Color #5C3A74 in popluar number systems.

HEX5C3A74
Decimal9258116
Binary10111001110101110100
Octal13472164

Shades and tints

Shades of #5C3A74

#5C3A74
(92,58,116)
#54356A
(84,53,106)
#4C3060
(76,48,96)
#442B56
(68,43,86)
#3C264C
(60,38,76)
#342142
(52,33,66)
#2C1C38
(44,28,56)
#24172E
(36,23,46)
#1C1224
(28,18,36)
#140D1A
(20,13,26)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #5C3A74

#5C3A74
(92,58,116)
#6A4B80
(106,75,128)
#785C8C
(120,92,140)
#866D98
(134,109,152)
#947EA4
(148,126,164)
#A28FB0
(162,143,176)
#B0A0BC
(176,160,188)
#BEB1C8
(190,177,200)
#CCC2D4
(204,194,212)
#DAD3E0
(218,211,224)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3A74 color. Also use rgb(92,58,116) instead hex code.

Text Font Color

.myTextColor { color: #5C3A74; }

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

This text font color is #5C3A74.


Background Color

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

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

This div background color is #5C3A74.


Border color

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

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

This div border color is #5C3A74.


Opacity

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

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

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

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

This text has shadow with #5C3A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3A74 on black background.


Color preview on white background

This text has color #5C3A74 on white background.



Black color preview on #5C3A74 background

This text has black color on #5C3A74 background.


White color preview on #5C3A74 background

This text has white color on #5C3A74 background.