COLOR #5C4395

HEX: #5C4395
RGB: (92,67,149)

Color info

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

RGB color model

#5C4395 color RGB value is (92,67,149).

  • red value is 92;
  • green value is 67;
  • blue value is 149.
RGB:
(92,67,149)
(36%,26%,58%)

RGB channels and saturation

R 92 of 255 = 36%
G 67 of 255 = 26%
B 149 of 255 = 58%

92
67
149

R + G + B ~ 40%. #5C4395 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 67 + 149 = 308 (100%)
R 92 of 308 ~ 29.87%
G 67 of 308 ~ 21.75%
B 149 of 308 ~ 48.38%

%29.87
%21.75
%48.38

CMYK color model

#5C4395 color CMYK value is (38,55,0,42).

  • cyan value is 38.26%
  • magenta value is 55.03%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(38,55,0,42)
C38M55Y0K42 
(38%,55%,0%,42%)
(0.38/0.55/0.00/0.42)	

CMYK percentages

%38.26
%55.03
%0
%41.57

Codes

Color #5C4395 in popluar color models

5C4395
RGB9267149
HSL258°37.96%42.35%
HSB/HSV258°55.03%58.43%
CMYK38.26%55.03%0.00%
41.57%

Color #5C4395 in popluar number systems.

HEX5C4395
Decimal9267149
Binary1011100100001110010101
Octal134103225

Shades and tints

Shades of #5C4395

#5C4395
(92,67,149)
#543D88
(84,61,136)
#4C377B
(76,55,123)
#44316E
(68,49,110)
#3C2B61
(60,43,97)
#342554
(52,37,84)
#2C1F47
(44,31,71)
#24193A
(36,25,58)
#1C132D
(28,19,45)
#140D20
(20,13,32)
#0C0713
(12,7,19)
#000000
(0,0,0)

Tints of #5C4395

#5C4395
(92,67,149)
#6A549E
(106,84,158)
#7865A7
(120,101,167)
#8676B0
(134,118,176)
#9487B9
(148,135,185)
#A298C2
(162,152,194)
#B0A9CB
(176,169,203)
#BEBAD4
(190,186,212)
#CCCBDD
(204,203,221)
#DADCE6
(218,220,230)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4395; }

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

This text font color is #5C4395.


Background Color

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

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

This div background color is #5C4395.


Border color

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

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

This div border color is #5C4395.


Opacity

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

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

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

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

This text has shadow with #5C4395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4395 on black background.


Color preview on white background

This text has color #5C4395 on white background.



Black color preview on #5C4395 background

This text has black color on #5C4395 background.


White color preview on #5C4395 background

This text has white color on #5C4395 background.