COLOR #3C3F66

HEX: #3C3F66 RGB: (60,63,102)

Color info

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

RGB color model

#3C3F66 color RGB value is (60,63,102).

RGB: (60,63,102) (24%, 25%, 40%)

RGB channels and saturation

R 60 of 255 = 24%
G 63 of 255 = 25%
B 102 of 255 = 40%

60
63
102

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

Portions of RGB colors in percentages

R + G + B = 60 + 63 + 102 = 225 (100%)
R 60 of 225 ~ 26.67%
G 63 of 225 ~ 28%
B 102 of 225 ~ 45.33'%

%26.67
%28
%45.33

CMYK color model

#3C3F66 color CMYK value is (41,38,0,60).

  • cyan value is 41.18%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (41,38,0,60)
C41M38Y0K60 (41%, 38%, 0%, 60%)
(0.41 / 0.38 / 0.00 / 0.60)

CMYK percentages

%41.18
%38.24
%0
%60

Codes

Color #3C3F66 in popluar color models

3C 3F 66
RGB 60 63 102
HSL 236° 25.93% 31.76%
HSB/HSV 236° 41.18% 40.00%
CMYK 41.18% 38.24% 0.00%
60.00%

Color #3C3F66 in popluar number systems.

HEX 3C 3F 66
Decimal 60 63 102
Binary 111100 111111 1100110
Octal 74 77 146

Shades and tints

Shades of #3C3F66

#3C3F66
(60,63,102)
#373A5D
(55,58,93)
#323554
(50,53,84)
#2D304B
(45,48,75)
#282B42
(40,43,66)
#232639
(35,38,57)
#1E2130
(30,33,48)
#191C27
(25,28,39)
#14171E
(20,23,30)
#0F1215
(15,18,21)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #3C3F66

#3C3F66
(60,63,102)
#4D5073
(77,80,115)
#5E6180
(94,97,128)
#6F728D
(111,114,141)
#80839A
(128,131,154)
#9194A7
(145,148,167)
#A2A5B4
(162,165,180)
#B3B6C1
(179,182,193)
#C4C7CE
(196,199,206)
#D5D8DB
(213,216,219)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3F66; }

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

This text font color is #3C3F66.

Background Color

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

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

This div background color is #3C3F66.

Border color

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

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

This div border color is #3C3F66.

Opacity

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

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

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

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

This text has shadow with #3C3F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3F66.

Preview

Color preview on black background

This text has color #3C3F66 on black background.


Color preview on white background

This text has color #3C3F66 on white background.


Black color preview on #3C3F66 background

This text has black color on #3C3F66 background.


White color preview on #3C3F66 background

This text has white color on #3C3F66 background.


Related colors

Complementary color

Complementary color for #hex is #C3C099.


I love getcolorcode.com

Triadic colors

1 #663C3F and #3F663C with #3C3F66 are triadic colors.

2 #663F3C and #3F3C66 with #3C3F66 are triadic colors.