COLOR #3C4272

HEX: #3C4272
RGB: (60,66,114)

Color info

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

RGB color model

#3C4272 color RGB value is (60,66,114).

  • red value is 60;
  • green value is 66;
  • blue value is 114.
RGB:
(60,66,114)
(24%,26%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 66 of 255 = 26%
B 114 of 255 = 45%

60
66
114

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

Portions of RGB colors in percentages

R + G + B =
60 + 66 + 114 = 240 (100%)
R 60 of 240 ~ 25%
G 66 of 240 ~ 27.5%
B 114 of 240 ~ 47.5%

%25
%27.5
%47.5

CMYK color model

#3C4272 color CMYK value is (47,42,0,55).

  • cyan value is 47.37%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(47,42,0,55)
C47M42Y0K55 
(47%,42%,0%,55%)
(0.47/0.42/0.00/0.55)	

CMYK percentages

%47.37
%42.11
%0
%55.29

Codes

Color #3C4272 in popluar color models

3C4272
RGB6066114
HSL233°31.03%34.12%
HSB/HSV233°47.37%44.71%
CMYK47.37%42.11%0.00%
55.29%

Color #3C4272 in popluar number systems.

HEX3C4272
Decimal6066114
Binary11110010000101110010
Octal74102162

Shades and tints

Shades of #3C4272

#3C4272
(60,66,114)
#373C68
(55,60,104)
#32365E
(50,54,94)
#2D3054
(45,48,84)
#282A4A
(40,42,74)
#232440
(35,36,64)
#1E1E36
(30,30,54)
#19182C
(25,24,44)
#141222
(20,18,34)
#0F0C18
(15,12,24)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #3C4272

#3C4272
(60,66,114)
#4D537E
(77,83,126)
#5E648A
(94,100,138)
#6F7596
(111,117,150)
#8086A2
(128,134,162)
#9197AE
(145,151,174)
#A2A8BA
(162,168,186)
#B3B9C6
(179,185,198)
#C4CAD2
(196,202,210)
#D5DBDE
(213,219,222)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4272 color. Also use rgb(60,66,114) instead hex code.

Text Font Color

.myTextColor { color: #3C4272; }

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

This text font color is #3C4272.


Background Color

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

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

This div background color is #3C4272.


Border color

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

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

This div border color is #3C4272.


Opacity

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

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

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

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

This text has shadow with #3C4272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4272 on black background.


Color preview on white background

This text has color #3C4272 on white background.



Black color preview on #3C4272 background

This text has black color on #3C4272 background.


White color preview on #3C4272 background

This text has white color on #3C4272 background.