COLOR #3C3C6D

HEX: #3C3C6D
RGB: (60,60,109)

Color info

#3C3C6D contains red, green and blue colors in about the same proportion. Web safe color of #3C3C6D is #333366 (or #336).

RGB color model

#3C3C6D color RGB value is (60,60,109).

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

RGB channels and saturation

R 60 of 255 = 24%
G 60 of 255 = 24%
B 109 of 255 = 43%

60
60
109

R + G + B ~ 30%. #3C3C6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 60 + 109 = 229 (100%)
R 60 of 229 ~ 26.2%
G 60 of 229 ~ 26.2%
B 109 of 229 ~ 47.6%

%26.2
%26.2
%47.6

CMYK color model

#3C3C6D color CMYK value is (45,45,0,57).

  • cyan value is 44.95%
  • magenta value is 44.95%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(45,45,0,57)
C45M45Y0K57 
(45%,45%,0%,57%)
(0.45/0.45/0.00/0.57)	

CMYK percentages

%44.95
%44.95
%0
%57.25

Codes

Color #3C3C6D in popluar color models

3C3C6D
RGB6060109
HSL240°28.99%33.14%
HSB/HSV240°44.95%42.75%
CMYK44.95%44.95%0.00%
57.25%

Color #3C3C6D in popluar number systems.

HEX3C3C6D
Decimal6060109
Binary1111001111001101101
Octal7474155

Shades and tints

Shades of #3C3C6D

#3C3C6D
(60,60,109)
#373764
(55,55,100)
#32325B
(50,50,91)
#2D2D52
(45,45,82)
#282849
(40,40,73)
#232340
(35,35,64)
#1E1E37
(30,30,55)
#19192E
(25,25,46)
#141425
(20,20,37)
#0F0F1C
(15,15,28)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #3C3C6D

#3C3C6D
(60,60,109)
#4D4D7A
(77,77,122)
#5E5E87
(94,94,135)
#6F6F94
(111,111,148)
#8080A1
(128,128,161)
#9191AE
(145,145,174)
#A2A2BB
(162,162,187)
#B3B3C8
(179,179,200)
#C4C4D5
(196,196,213)
#D5D5E2
(213,213,226)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3C6D; }

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

This text font color is #3C3C6D.


Background Color

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

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

This div background color is #3C3C6D.


Border color

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

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

This div border color is #3C3C6D.


Opacity

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

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

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

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

This text has shadow with #3C3C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3C6D on black background.


Color preview on white background

This text has color #3C3C6D on white background.



Black color preview on #3C3C6D background

This text has black color on #3C3C6D background.


White color preview on #3C3C6D background

This text has white color on #3C3C6D background.