COLOR #3C3776

HEX: #3C3776
RGB: (60,55,118)

Color info

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

RGB color model

#3C3776 color RGB value is (60,55,118).

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

RGB channels and saturation

R 60 of 255 = 24%
G 55 of 255 = 22%
B 118 of 255 = 46%

60
55
118

R + G + B ~ 31%. #3C3776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 55 + 118 = 233 (100%)
R 60 of 233 ~ 25.75%
G 55 of 233 ~ 23.61%
B 118 of 233 ~ 50.64%

%25.75
%23.61
%50.64

CMYK color model

#3C3776 color CMYK value is (49,53,0,54).

  • cyan value is 49.15%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(49,53,0,54)
C49M53Y0K54 
(49%,53%,0%,54%)
(0.49/0.53/0.00/0.54)	

CMYK percentages

%49.15
%53.39
%0
%53.73

Codes

Color #3C3776 in popluar color models

3C3776
RGB6055118
HSL245°36.42%33.92%
HSB/HSV245°53.39%46.27%
CMYK49.15%53.39%0.00%
53.73%

Color #3C3776 in popluar number systems.

HEX3C3776
Decimal6055118
Binary1111001101111110110
Octal7467166

Shades and tints

Shades of #3C3776

#3C3776
(60,55,118)
#37326C
(55,50,108)
#322D62
(50,45,98)
#2D2858
(45,40,88)
#28234E
(40,35,78)
#231E44
(35,30,68)
#1E193A
(30,25,58)
#191430
(25,20,48)
#140F26
(20,15,38)
#0F0A1C
(15,10,28)
#0A0512
(10,5,18)
#000000
(0,0,0)

Tints of #3C3776

#3C3776
(60,55,118)
#4D4982
(77,73,130)
#5E5B8E
(94,91,142)
#6F6D9A
(111,109,154)
#807FA6
(128,127,166)
#9191B2
(145,145,178)
#A2A3BE
(162,163,190)
#B3B5CA
(179,181,202)
#C4C7D6
(196,199,214)
#D5D9E2
(213,217,226)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3776; }

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

This text font color is #3C3776.


Background Color

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

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

This div background color is #3C3776.


Border color

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

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

This div border color is #3C3776.


Opacity

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

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

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

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

This text has shadow with #3C3776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3776 on black background.


Color preview on white background

This text has color #3C3776 on white background.



Black color preview on #3C3776 background

This text has black color on #3C3776 background.


White color preview on #3C3776 background

This text has white color on #3C3776 background.