COLOR #3C3276

HEX: #3C3276
RGB: (60,50,118)

Color info

#3C3276 contains mainly red and blue colors. Web safe color of #3C3276 is #333366 (or #336).

RGB color model

#3C3276 color RGB value is (60,50,118).

  • red value is 60;
  • green value is 50;
  • blue value is 118.
RGB:
(60,50,118)
(24%,20%,46%)

RGB channels and saturation

R 60 of 255 = 24%
G 50 of 255 = 20%
B 118 of 255 = 46%

60
50
118

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

Portions of RGB colors in percentages

R + G + B =
60 + 50 + 118 = 228 (100%)
R 60 of 228 ~ 26.32%
G 50 of 228 ~ 21.93%
B 118 of 228 ~ 51.75%

%26.32
%21.93
%51.75

CMYK color model

#3C3276 color CMYK value is (49,58,0,54).

  • cyan value is 49.15%
  • magenta value is 57.63%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(49,58,0,54)
C49M58Y0K54 
(49%,58%,0%,54%)
(0.49/0.58/0.00/0.54)	

CMYK percentages

%49.15
%57.63
%0
%53.73

Codes

Color #3C3276 in popluar color models

3C3276
RGB6050118
HSL249°40.48%32.94%
HSB/HSV249°57.63%46.27%
CMYK49.15%57.63%0.00%
53.73%

Color #3C3276 in popluar number systems.

HEX3C3276
Decimal6050118
Binary1111001100101110110
Octal7462166

Shades and tints

Shades of #3C3276

#3C3276
(60,50,118)
#372E6C
(55,46,108)
#322A62
(50,42,98)
#2D2658
(45,38,88)
#28224E
(40,34,78)
#231E44
(35,30,68)
#1E1A3A
(30,26,58)
#191630
(25,22,48)
#141226
(20,18,38)
#0F0E1C
(15,14,28)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #3C3276

#3C3276
(60,50,118)
#4D4482
(77,68,130)
#5E568E
(94,86,142)
#6F689A
(111,104,154)
#807AA6
(128,122,166)
#918CB2
(145,140,178)
#A29EBE
(162,158,190)
#B3B0CA
(179,176,202)
#C4C2D6
(196,194,214)
#D5D4E2
(213,212,226)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3276; }

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

This text font color is #3C3276.


Background Color

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

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

This div background color is #3C3276.


Border color

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

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

This div border color is #3C3276.


Opacity

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

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

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

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

This text has shadow with #3C3276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3276 on black background.


Color preview on white background

This text has color #3C3276 on white background.



Black color preview on #3C3276 background

This text has black color on #3C3276 background.


White color preview on #3C3276 background

This text has white color on #3C3276 background.