COLOR #3C13F7

HEX: #3C13F7
RGB: (60,19,247)

Color info

#3C13F7 contains mainly blue color. Web safe color of #3C13F7 is #3300FF (or #30F).

RGB color model

#3C13F7 color RGB value is (60,19,247).

  • red value is 60;
  • green value is 19;
  • blue value is 247.
RGB:
(60,19,247)
(24%,7%,97%)

RGB channels and saturation

R 60 of 255 = 24%
G 19 of 255 = 7%
B 247 of 255 = 97%

60
19
247

R + G + B ~ 43%. #3C13F7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 19 + 247 = 326 (100%)
R 60 of 326 ~ 18.4%
G 19 of 326 ~ 5.83%
B 247 of 326 ~ 75.77%

%18.4
%75.77

CMYK color model

#3C13F7 color CMYK value is (76,92,0,3).

  • cyan value is 75.71%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(76,92,0,3)
C76M92Y0K3 
(76%,92%,0%,3%)
(0.76/0.92/0.00/0.03)	

CMYK percentages

%75.71
%92.31
%0
%3.14

Codes

Color #3C13F7 in popluar color models

3C13F7
RGB6019247
HSL251°93.44%52.16%
HSB/HSV251°92.31%96.86%
CMYK75.71%92.31%0.00%
3.14%

Color #3C13F7 in popluar number systems.

HEX3C13F7
Decimal6019247
Binary1111001001111110111
Octal7423367

Shades and tints

Shades of #3C13F7

#3C13F7
(60,19,247)
#3712E1
(55,18,225)
#3211CB
(50,17,203)
#2D10B5
(45,16,181)
#280F9F
(40,15,159)
#230E89
(35,14,137)
#1E0D73
(30,13,115)
#190C5D
(25,12,93)
#140B47
(20,11,71)
#0F0A31
(15,10,49)
#0A091B
(10,9,27)
#000000
(0,0,0)

Tints of #3C13F7

#3C13F7
(60,19,247)
#4D28F7
(77,40,247)
#5E3DF7
(94,61,247)
#6F52F7
(111,82,247)
#8067F7
(128,103,247)
#917CF7
(145,124,247)
#A291F7
(162,145,247)
#B3A6F7
(179,166,247)
#C4BBF7
(196,187,247)
#D5D0F7
(213,208,247)
#E6E5F7
(230,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C13F7 color. Also use rgb(60,19,247) instead hex code.

Text Font Color

.myTextColor { color: #3C13F7; }

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

This text font color is #3C13F7.


Background Color

.myBgColor { background-color: #3C13F7; }

<div style="background-color:#3C13F7">Inner text</div>

This div background color is #3C13F7.


Border color

.myBorderColor { border: 1px solid #3C13F7; }

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

This div border color is #3C13F7.


Opacity

.myOpacity80 { color: #3C13F7; opacity: 0.8; }

<p style="color:#3C13F7;opacity:0.8;">80%</p>

Text with #3C13F7 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 #3C13F7;}

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

This text has shadow with #3C13F7 color.

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

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

This text has shadow with #3C13F7 primary color and red secondary color.


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

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

This text has shadow with #3C13F7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C13F7 on black background.


Color preview on white background

This text has color #3C13F7 on white background.



Black color preview on #3C13F7 background

This text has black color on #3C13F7 background.


White color preview on #3C13F7 background

This text has white color on #3C13F7 background.