COLOR #3C497D

HEX: #3C497D
RGB: (60,73,125)

Color info

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

RGB color model

#3C497D color RGB value is (60,73,125).

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

RGB channels and saturation

R 60 of 255 = 24%
G 73 of 255 = 29%
B 125 of 255 = 49%

60
73
125

R + G + B ~ 34%. #3C497D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 73 + 125 = 258 (100%)
R 60 of 258 ~ 23.26%
G 73 of 258 ~ 28.29%
B 125 of 258 ~ 48.45%

%23.26
%28.29
%48.45

CMYK color model

#3C497D color CMYK value is (52,42,0,51).

  • cyan value is 52.00%
  • magenta value is 41.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(52,42,0,51)
C52M42Y0K51 
(52%,42%,0%,51%)
(0.52/0.42/0.00/0.51)	

CMYK percentages

%52
%41.6
%0
%50.98

Codes

Color #3C497D in popluar color models

3C497D
RGB6073125
HSL228°35.14%36.27%
HSB/HSV228°52.00%49.02%
CMYK52.00%41.60%0.00%
50.98%

Color #3C497D in popluar number systems.

HEX3C497D
Decimal6073125
Binary11110010010011111101
Octal74111175

Shades and tints

Shades of #3C497D

#3C497D
(60,73,125)
#374372
(55,67,114)
#323D67
(50,61,103)
#2D375C
(45,55,92)
#283151
(40,49,81)
#232B46
(35,43,70)
#1E253B
(30,37,59)
#191F30
(25,31,48)
#141925
(20,25,37)
#0F131A
(15,19,26)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #3C497D

#3C497D
(60,73,125)
#4D5988
(77,89,136)
#5E6993
(94,105,147)
#6F799E
(111,121,158)
#8089A9
(128,137,169)
#9199B4
(145,153,180)
#A2A9BF
(162,169,191)
#B3B9CA
(179,185,202)
#C4C9D5
(196,201,213)
#D5D9E0
(213,217,224)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C497D; }

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

This text font color is #3C497D.


Background Color

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

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

This div background color is #3C497D.


Border color

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

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

This div border color is #3C497D.


Opacity

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

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

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

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

This text has shadow with #3C497D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C497D on black background.


Color preview on white background

This text has color #3C497D on white background.



Black color preview on #3C497D background

This text has black color on #3C497D background.


White color preview on #3C497D background

This text has white color on #3C497D background.