COLOR #5C49F7

HEX: #5C49F7
RGB: (92,73,247)

Color info

#5C49F7 contains mainly blue color. Web safe color of #5C49F7 is #6633FF (or #63F).

RGB color model

#5C49F7 color RGB value is (92,73,247).

  • red value is 92;
  • green value is 73;
  • blue value is 247.
RGB:
(92,73,247)
(36%,29%,97%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 247 of 255 = 97%

92
73
247

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

Portions of RGB colors in percentages

R + G + B =
92 + 73 + 247 = 412 (100%)
R 92 of 412 ~ 22.33%
G 73 of 412 ~ 17.72%
B 247 of 412 ~ 59.95%

%22.33
%17.72
%59.95

CMYK color model

#5C49F7 color CMYK value is (63,70,0,3).

  • cyan value is 62.75%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(63,70,0,3)
C63M70Y0K3 
(63%,70%,0%,3%)
(0.63/0.70/0.00/0.03)	

CMYK percentages

%62.75
%70.45
%0
%3.14

Codes

Color #5C49F7 in popluar color models

5C49F7
RGB9273247
HSL247°91.58%62.75%
HSB/HSV247°70.45%96.86%
CMYK62.75%70.45%0.00%
3.14%

Color #5C49F7 in popluar number systems.

HEX5C49F7
Decimal9273247
Binary1011100100100111110111
Octal134111367

Shades and tints

Shades of #5C49F7

#5C49F7
(92,73,247)
#5443E1
(84,67,225)
#4C3DCB
(76,61,203)
#4437B5
(68,55,181)
#3C319F
(60,49,159)
#342B89
(52,43,137)
#2C2573
(44,37,115)
#241F5D
(36,31,93)
#1C1947
(28,25,71)
#141331
(20,19,49)
#0C0D1B
(12,13,27)
#000000
(0,0,0)

Tints of #5C49F7

#5C49F7
(92,73,247)
#6A59F7
(106,89,247)
#7869F7
(120,105,247)
#8679F7
(134,121,247)
#9489F7
(148,137,247)
#A299F7
(162,153,247)
#B0A9F7
(176,169,247)
#BEB9F7
(190,185,247)
#CCC9F7
(204,201,247)
#DAD9F7
(218,217,247)
#E8E9F7
(232,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C49F7 color. Also use rgb(92,73,247) instead hex code.

Text Font Color

.myTextColor { color: #5C49F7; }

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

This text font color is #5C49F7.


Background Color

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

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

This div background color is #5C49F7.


Border color

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

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

This div border color is #5C49F7.


Opacity

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

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

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

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

This text has shadow with #5C49F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C49F7 on black background.


Color preview on white background

This text has color #5C49F7 on white background.



Black color preview on #5C49F7 background

This text has black color on #5C49F7 background.


White color preview on #5C49F7 background

This text has white color on #5C49F7 background.