COLOR #5C3090

HEX: #5C3090
RGB: (92,48,144)

Color info

#5C3090 contains mainly red and blue colors. Web safe color of #5C3090 is #663399 (or #639).

RGB color model

#5C3090 color RGB value is (92,48,144).

  • red value is 92;
  • green value is 48;
  • blue value is 144.
RGB:
(92,48,144)
(36%,19%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 48 of 255 = 19%
B 144 of 255 = 56%

92
48
144

R + G + B ~ 37%. #5C3090 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 48 + 144 = 284 (100%)
R 92 of 284 ~ 32.39%
G 48 of 284 ~ 16.9%
B 144 of 284 ~ 50.7%

%32.39
%16.9
%50.7

CMYK color model

#5C3090 color CMYK value is (36,67,0,44).

  • cyan value is 36.11%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(36,67,0,44)
C36M67Y0K44 
(36%,67%,0%,44%)
(0.36/0.67/0.00/0.44)	

CMYK percentages

%36.11
%66.67
%0
%43.53

Codes

Color #5C3090 in popluar color models

5C3090
RGB9248144
HSL268°50.00%37.65%
HSB/HSV268°66.67%56.47%
CMYK36.11%66.67%0.00%
43.53%

Color #5C3090 in popluar number systems.

HEX5C3090
Decimal9248144
Binary101110011000010010000
Octal13460220

Shades and tints

Shades of #5C3090

#5C3090
(92,48,144)
#542C83
(84,44,131)
#4C2876
(76,40,118)
#442469
(68,36,105)
#3C205C
(60,32,92)
#341C4F
(52,28,79)
#2C1842
(44,24,66)
#241435
(36,20,53)
#1C1028
(28,16,40)
#140C1B
(20,12,27)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #5C3090

#5C3090
(92,48,144)
#6A429A
(106,66,154)
#7854A4
(120,84,164)
#8666AE
(134,102,174)
#9478B8
(148,120,184)
#A28AC2
(162,138,194)
#B09CCC
(176,156,204)
#BEAED6
(190,174,214)
#CCC0E0
(204,192,224)
#DAD2EA
(218,210,234)
#E8E4F4
(232,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3090 color. Also use rgb(92,48,144) instead hex code.

Text Font Color

.myTextColor { color: #5C3090; }

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

This text font color is #5C3090.


Background Color

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

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

This div background color is #5C3090.


Border color

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

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

This div border color is #5C3090.


Opacity

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

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

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

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

This text has shadow with #5C3090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3090 on black background.


Color preview on white background

This text has color #5C3090 on white background.



Black color preview on #5C3090 background

This text has black color on #5C3090 background.


White color preview on #5C3090 background

This text has white color on #5C3090 background.