COLOR #3C3F6C

HEX: #3C3F6C RGB: (60,63,108)

Color info

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

RGB color model

#3C3F6C color RGB value is (60,63,108).

RGB: (60,63,108) (24%, 25%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 63 of 255 = 25%
B 108 of 255 = 42%

60
63
108

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

Portions of RGB colors in percentages

R + G + B = 60 + 63 + 108 = 231 (100%)
R 60 of 231 ~ 25.97%
G 63 of 231 ~ 27.27%
B 108 of 231 ~ 46.75'%

%25.97
%27.27
%46.75

CMYK color model

#3C3F6C color CMYK value is (44,42,0,58).

  • cyan value is 44.44%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (44,42,0,58)
C44M42Y0K58 (44%, 42%, 0%, 58%)
(0.44 / 0.42 / 0.00 / 0.58)

CMYK percentages

%44.44
%41.67
%0
%57.65

Codes

Color #3C3F6C in popluar color models

3C 3F 6C
RGB 60 63 108
HSL 236° 28.57% 32.94%
HSB/HSV 236° 44.44% 42.35%
CMYK 44.44% 41.67% 0.00%
57.65%

Color #3C3F6C in popluar number systems.

HEX 3C 3F 6C
Decimal 60 63 108
Binary 111100 111111 1101100
Octal 74 77 154

Shades and tints

Shades of #3C3F6C

#3C3F6C
(60,63,108)
#373A63
(55,58,99)
#32355A
(50,53,90)
#2D3051
(45,48,81)
#282B48
(40,43,72)
#23263F
(35,38,63)
#1E2136
(30,33,54)
#191C2D
(25,28,45)
#141724
(20,23,36)
#0F121B
(15,18,27)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #3C3F6C

#3C3F6C
(60,63,108)
#4D5079
(77,80,121)
#5E6186
(94,97,134)
#6F7293
(111,114,147)
#8083A0
(128,131,160)
#9194AD
(145,148,173)
#A2A5BA
(162,165,186)
#B3B6C7
(179,182,199)
#C4C7D4
(196,199,212)
#D5D8E1
(213,216,225)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3F6C; }

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

This text font color is #3C3F6C.

Background Color

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

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

This div background color is #3C3F6C.

Border color

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

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

This div border color is #3C3F6C.

Opacity

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

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

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

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

This text has shadow with #3C3F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3F6C.

Preview

Color preview on black background

This text has color #3C3F6C on black background.


Color preview on white background

This text has color #3C3F6C on white background.


Black color preview on #3C3F6C background

This text has black color on #3C3F6C background.


White color preview on #3C3F6C background

This text has white color on #3C3F6C background.


Related colors

Complementary color

Complementary color for #hex is #C3C093.


I love getcolorcode.com

Triadic colors

1 #6C3C3F and #3F6C3C with #3C3F6C are triadic colors.

2 #6C3F3C and #3F3C6C with #3C3F6C are triadic colors.