COLOR #3C3C69

HEX: #3C3C69
RGB: (60,60,105)

Color info

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

RGB color model

#3C3C69 color RGB value is (60,60,105).

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

RGB channels and saturation

R 60 of 255 = 24%
G 60 of 255 = 24%
B 105 of 255 = 41%

60
60
105

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

Portions of RGB colors in percentages

R + G + B =
60 + 60 + 105 = 225 (100%)
R 60 of 225 ~ 26.67%
G 60 of 225 ~ 26.67%
B 105 of 225 ~ 46.67%

%26.67
%26.67
%46.67

CMYK color model

#3C3C69 color CMYK value is (43,43,0,59).

  • cyan value is 42.86%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(43,43,0,59)
C43M43Y0K59 
(43%,43%,0%,59%)
(0.43/0.43/0.00/0.59)	

CMYK percentages

%42.86
%42.86
%0
%58.82

Codes

Color #3C3C69 in popluar color models

3C3C69
RGB6060105
HSL240°27.27%32.35%
HSB/HSV240°42.86%41.18%
CMYK42.86%42.86%0.00%
58.82%

Color #3C3C69 in popluar number systems.

HEX3C3C69
Decimal6060105
Binary1111001111001101001
Octal7474151

Shades and tints

Shades of #3C3C69

#3C3C69
(60,60,105)
#373760
(55,55,96)
#323257
(50,50,87)
#2D2D4E
(45,45,78)
#282845
(40,40,69)
#23233C
(35,35,60)
#1E1E33
(30,30,51)
#19192A
(25,25,42)
#141421
(20,20,33)
#0F0F18
(15,15,24)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #3C3C69

#3C3C69
(60,60,105)
#4D4D76
(77,77,118)
#5E5E83
(94,94,131)
#6F6F90
(111,111,144)
#80809D
(128,128,157)
#9191AA
(145,145,170)
#A2A2B7
(162,162,183)
#B3B3C4
(179,179,196)
#C4C4D1
(196,196,209)
#D5D5DE
(213,213,222)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3C69; }

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

This text font color is #3C3C69.


Background Color

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

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

This div background color is #3C3C69.


Border color

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

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

This div border color is #3C3C69.


Opacity

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

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

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

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

This text has shadow with #3C3C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3C69 on black background.


Color preview on white background

This text has color #3C3C69 on white background.



Black color preview on #3C3C69 background

This text has black color on #3C3C69 background.


White color preview on #3C3C69 background

This text has white color on #3C3C69 background.