COLOR #3C4965

HEX: #3C4965
RGB: (60,73,101)

Color info

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

RGB color model

#3C4965 color RGB value is (60,73,101).

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

RGB channels and saturation

R 60 of 255 = 24%
G 73 of 255 = 29%
B 101 of 255 = 40%

60
73
101

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

Portions of RGB colors in percentages

R + G + B =
60 + 73 + 101 = 234 (100%)
R 60 of 234 ~ 25.64%
G 73 of 234 ~ 31.2%
B 101 of 234 ~ 43.16%

%25.64
%31.2
%43.16

CMYK color model

#3C4965 color CMYK value is (41,28,0,60).

  • cyan value is 40.59%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(41,28,0,60)
C41M28Y0K60 
(41%,28%,0%,60%)
(0.41/0.28/0.00/0.60)	

CMYK percentages

%40.59
%27.72
%0
%60.39

Codes

Color #3C4965 in popluar color models

3C4965
RGB6073101
HSL221°25.47%31.57%
HSB/HSV221°40.59%39.61%
CMYK40.59%27.72%0.00%
60.39%

Color #3C4965 in popluar number systems.

HEX3C4965
Decimal6073101
Binary11110010010011100101
Octal74111145

Shades and tints

Shades of #3C4965

#3C4965
(60,73,101)
#37435C
(55,67,92)
#323D53
(50,61,83)
#2D374A
(45,55,74)
#283141
(40,49,65)
#232B38
(35,43,56)
#1E252F
(30,37,47)
#191F26
(25,31,38)
#14191D
(20,25,29)
#0F1314
(15,19,20)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #3C4965

#3C4965
(60,73,101)
#4D5973
(77,89,115)
#5E6981
(94,105,129)
#6F798F
(111,121,143)
#80899D
(128,137,157)
#9199AB
(145,153,171)
#A2A9B9
(162,169,185)
#B3B9C7
(179,185,199)
#C4C9D5
(196,201,213)
#D5D9E3
(213,217,227)
#E6E9F1
(230,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4965; }

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

This text font color is #3C4965.


Background Color

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

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

This div background color is #3C4965.


Border color

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

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

This div border color is #3C4965.


Opacity

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

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

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

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

This text has shadow with #3C4965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4965 on black background.


Color preview on white background

This text has color #3C4965 on white background.



Black color preview on #3C4965 background

This text has black color on #3C4965 background.


White color preview on #3C4965 background

This text has white color on #3C4965 background.