COLOR #3C496E

HEX: #3C496E
RGB: (60,73,110)

Color info

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

RGB color model

#3C496E color RGB value is (60,73,110).

  • red value is 60;
  • green value is 73;
  • blue value is 110.
RGB:
(60,73,110)
(24%,29%,43%)

RGB channels and saturation

R 60 of 255 = 24%
G 73 of 255 = 29%
B 110 of 255 = 43%

60
73
110

R + G + B ~ 32%. #3C496E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 73 + 110 = 243 (100%)
R 60 of 243 ~ 24.69%
G 73 of 243 ~ 30.04%
B 110 of 243 ~ 45.27%

%24.69
%30.04
%45.27

CMYK color model

#3C496E color CMYK value is (45,34,0,57).

  • cyan value is 45.45%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(45,34,0,57)
C45M34Y0K57 
(45%,34%,0%,57%)
(0.45/0.34/0.00/0.57)	

CMYK percentages

%45.45
%33.64
%0
%56.86

Codes

Color #3C496E in popluar color models

3C496E
RGB6073110
HSL224°29.41%33.33%
HSB/HSV224°45.45%43.14%
CMYK45.45%33.64%0.00%
56.86%

Color #3C496E in popluar number systems.

HEX3C496E
Decimal6073110
Binary11110010010011101110
Octal74111156

Shades and tints

Shades of #3C496E

#3C496E
(60,73,110)
#374364
(55,67,100)
#323D5A
(50,61,90)
#2D3750
(45,55,80)
#283146
(40,49,70)
#232B3C
(35,43,60)
#1E2532
(30,37,50)
#191F28
(25,31,40)
#14191E
(20,25,30)
#0F1314
(15,19,20)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #3C496E

#3C496E
(60,73,110)
#4D597B
(77,89,123)
#5E6988
(94,105,136)
#6F7995
(111,121,149)
#8089A2
(128,137,162)
#9199AF
(145,153,175)
#A2A9BC
(162,169,188)
#B3B9C9
(179,185,201)
#C4C9D6
(196,201,214)
#D5D9E3
(213,217,227)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C496E; }

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

This text font color is #3C496E.


Background Color

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

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

This div background color is #3C496E.


Border color

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

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

This div border color is #3C496E.


Opacity

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

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

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

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

This text has shadow with #3C496E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C496E on black background.


Color preview on white background

This text has color #3C496E on white background.



Black color preview on #3C496E background

This text has black color on #3C496E background.


White color preview on #3C496E background

This text has white color on #3C496E background.