COLOR #3C3C7F

HEX: #3C3C7F
RGB: (60,60,127)

Color info

#3C3C7F contains mainly blue color. Web safe color of #3C3C7F is #333366 (or #336).

RGB color model

#3C3C7F color RGB value is (60,60,127).

  • red value is 60;
  • green value is 60;
  • blue value is 127.
RGB:
(60,60,127)
(24%,24%,50%)

RGB channels and saturation

R 60 of 255 = 24%
G 60 of 255 = 24%
B 127 of 255 = 50%

60
60
127

R + G + B ~ 33%. #3C3C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 60 + 127 = 247 (100%)
R 60 of 247 ~ 24.29%
G 60 of 247 ~ 24.29%
B 127 of 247 ~ 51.42%

%24.29
%24.29
%51.42

CMYK color model

#3C3C7F color CMYK value is (53,53,0,50).

  • cyan value is 52.76%
  • magenta value is 52.76%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(53,53,0,50)
C53M53Y0K50 
(53%,53%,0%,50%)
(0.53/0.53/0.00/0.50)	

CMYK percentages

%52.76
%52.76
%0
%50.2

Codes

Color #3C3C7F in popluar color models

3C3C7F
RGB6060127
HSL240°35.83%36.67%
HSB/HSV240°52.76%49.80%
CMYK52.76%52.76%0.00%
50.20%

Color #3C3C7F in popluar number systems.

HEX3C3C7F
Decimal6060127
Binary1111001111001111111
Octal7474177

Shades and tints

Shades of #3C3C7F

#3C3C7F
(60,60,127)
#373774
(55,55,116)
#323269
(50,50,105)
#2D2D5E
(45,45,94)
#282853
(40,40,83)
#232348
(35,35,72)
#1E1E3D
(30,30,61)
#191932
(25,25,50)
#141427
(20,20,39)
#0F0F1C
(15,15,28)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #3C3C7F

#3C3C7F
(60,60,127)
#4D4D8A
(77,77,138)
#5E5E95
(94,94,149)
#6F6FA0
(111,111,160)
#8080AB
(128,128,171)
#9191B6
(145,145,182)
#A2A2C1
(162,162,193)
#B3B3CC
(179,179,204)
#C4C4D7
(196,196,215)
#D5D5E2
(213,213,226)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3C7F; }

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

This text font color is #3C3C7F.


Background Color

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

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

This div background color is #3C3C7F.


Border color

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

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

This div border color is #3C3C7F.


Opacity

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

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

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

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

This text has shadow with #3C3C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3C7F on black background.


Color preview on white background

This text has color #3C3C7F on white background.



Black color preview on #3C3C7F background

This text has black color on #3C3C7F background.


White color preview on #3C3C7F background

This text has white color on #3C3C7F background.