COLOR #3C4D73

HEX: #3C4D73
RGB: (60,77,115)

Color info

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

RGB color model

#3C4D73 color RGB value is (60,77,115).

  • red value is 60;
  • green value is 77;
  • blue value is 115.
RGB:
(60,77,115)
(24%,30%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 77 of 255 = 30%
B 115 of 255 = 45%

60
77
115

R + G + B ~ 33%. #3C4D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 77 + 115 = 252 (100%)
R 60 of 252 ~ 23.81%
G 77 of 252 ~ 30.56%
B 115 of 252 ~ 45.63%

%23.81
%30.56
%45.63

CMYK color model

#3C4D73 color CMYK value is (48,33,0,55).

  • cyan value is 47.83%
  • magenta value is 33.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(48,33,0,55)
C48M33Y0K55 
(48%,33%,0%,55%)
(0.48/0.33/0.00/0.55)	

CMYK percentages

%47.83
%33.04
%0
%54.9

Codes

Color #3C4D73 in popluar color models

3C4D73
RGB6077115
HSL221°31.43%34.31%
HSB/HSV221°47.83%45.10%
CMYK47.83%33.04%0.00%
54.90%

Color #3C4D73 in popluar number systems.

HEX3C4D73
Decimal6077115
Binary11110010011011110011
Octal74115163

Shades and tints

Shades of #3C4D73

#3C4D73
(60,77,115)
#374669
(55,70,105)
#323F5F
(50,63,95)
#2D3855
(45,56,85)
#28314B
(40,49,75)
#232A41
(35,42,65)
#1E2337
(30,35,55)
#191C2D
(25,28,45)
#141523
(20,21,35)
#0F0E19
(15,14,25)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #3C4D73

#3C4D73
(60,77,115)
#4D5D7F
(77,93,127)
#5E6D8B
(94,109,139)
#6F7D97
(111,125,151)
#808DA3
(128,141,163)
#919DAF
(145,157,175)
#A2ADBB
(162,173,187)
#B3BDC7
(179,189,199)
#C4CDD3
(196,205,211)
#D5DDDF
(213,221,223)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4D73 color. Also use rgb(60,77,115) instead hex code.

Text Font Color

.myTextColor { color: #3C4D73; }

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

This text font color is #3C4D73.


Background Color

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

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

This div background color is #3C4D73.


Border color

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

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

This div border color is #3C4D73.


Opacity

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

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

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

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

This text has shadow with #3C4D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4D73 on black background.


Color preview on white background

This text has color #3C4D73 on white background.



Black color preview on #3C4D73 background

This text has black color on #3C4D73 background.


White color preview on #3C4D73 background

This text has white color on #3C4D73 background.