COLOR #3C4574

HEX: #3C4574
RGB: (60,69,116)

Color info

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

RGB color model

#3C4574 color RGB value is (60,69,116).

  • red value is 60;
  • green value is 69;
  • blue value is 116.
RGB:
(60,69,116)
(24%,27%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 69 of 255 = 27%
B 116 of 255 = 45%

60
69
116

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

Portions of RGB colors in percentages

R + G + B =
60 + 69 + 116 = 245 (100%)
R 60 of 245 ~ 24.49%
G 69 of 245 ~ 28.16%
B 116 of 245 ~ 47.35%

%24.49
%28.16
%47.35

CMYK color model

#3C4574 color CMYK value is (48,41,0,55).

  • cyan value is 48.28%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(48,41,0,55)
C48M41Y0K55 
(48%,41%,0%,55%)
(0.48/0.41/0.00/0.55)	

CMYK percentages

%48.28
%40.52
%0
%54.51

Codes

Color #3C4574 in popluar color models

3C4574
RGB6069116
HSL230°31.82%34.51%
HSB/HSV230°48.28%45.49%
CMYK48.28%40.52%0.00%
54.51%

Color #3C4574 in popluar number systems.

HEX3C4574
Decimal6069116
Binary11110010001011110100
Octal74105164

Shades and tints

Shades of #3C4574

#3C4574
(60,69,116)
#373F6A
(55,63,106)
#323960
(50,57,96)
#2D3356
(45,51,86)
#282D4C
(40,45,76)
#232742
(35,39,66)
#1E2138
(30,33,56)
#191B2E
(25,27,46)
#141524
(20,21,36)
#0F0F1A
(15,15,26)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #3C4574

#3C4574
(60,69,116)
#4D5580
(77,85,128)
#5E658C
(94,101,140)
#6F7598
(111,117,152)
#8085A4
(128,133,164)
#9195B0
(145,149,176)
#A2A5BC
(162,165,188)
#B3B5C8
(179,181,200)
#C4C5D4
(196,197,212)
#D5D5E0
(213,213,224)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4574 color. Also use rgb(60,69,116) instead hex code.

Text Font Color

.myTextColor { color: #3C4574; }

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

This text font color is #3C4574.


Background Color

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

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

This div background color is #3C4574.


Border color

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

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

This div border color is #3C4574.


Opacity

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

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

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

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

This text has shadow with #3C4574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4574 on black background.


Color preview on white background

This text has color #3C4574 on white background.



Black color preview on #3C4574 background

This text has black color on #3C4574 background.


White color preview on #3C4574 background

This text has white color on #3C4574 background.