COLOR #3C3C62

HEX: #3C3C62
RGB: (60,60,98)

Color info

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

RGB color model

#3C3C62 color RGB value is (60,60,98).

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

RGB channels and saturation

R 60 of 255 = 24%
G 60 of 255 = 24%
B 98 of 255 = 38%

60
60
98

R + G + B ~ 29%. #3C3C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 60 + 98 = 218 (100%)
R 60 of 218 ~ 27.52%
G 60 of 218 ~ 27.52%
B 98 of 218 ~ 44.95%

%27.52
%27.52
%44.95

CMYK color model

#3C3C62 color CMYK value is (39,39,0,62).

  • cyan value is 38.78%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(39,39,0,62)
C39M39Y0K62 
(39%,39%,0%,62%)
(0.39/0.39/0.00/0.62)	

CMYK percentages

%38.78
%38.78
%0
%61.57

Codes

Color #3C3C62 in popluar color models

3C3C62
RGB606098
HSL240°24.05%30.98%
HSB/HSV240°38.78%38.43%
CMYK38.78%38.78%0.00%
61.57%

Color #3C3C62 in popluar number systems.

HEX3C3C62
Decimal606098
Binary1111001111001100010
Octal7474142

Shades and tints

Shades of #3C3C62

#3C3C62
(60,60,98)
#37375A
(55,55,90)
#323252
(50,50,82)
#2D2D4A
(45,45,74)
#282842
(40,40,66)
#23233A
(35,35,58)
#1E1E32
(30,30,50)
#19192A
(25,25,42)
#141422
(20,20,34)
#0F0F1A
(15,15,26)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #3C3C62

#3C3C62
(60,60,98)
#4D4D70
(77,77,112)
#5E5E7E
(94,94,126)
#6F6F8C
(111,111,140)
#80809A
(128,128,154)
#9191A8
(145,145,168)
#A2A2B6
(162,162,182)
#B3B3C4
(179,179,196)
#C4C4D2
(196,196,210)
#D5D5E0
(213,213,224)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3C62; }

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

This text font color is #3C3C62.


Background Color

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

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

This div background color is #3C3C62.


Border color

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

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

This div border color is #3C3C62.


Opacity

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

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

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

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

This text has shadow with #3C3C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3C62 on black background.


Color preview on white background

This text has color #3C3C62 on white background.



Black color preview on #3C3C62 background

This text has black color on #3C3C62 background.


White color preview on #3C3C62 background

This text has white color on #3C3C62 background.