COLOR #3C3D72

HEX: #3C3D72
RGB: (60,61,114)

Color info

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

RGB color model

#3C3D72 color RGB value is (60,61,114).

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

RGB channels and saturation

R 60 of 255 = 24%
G 61 of 255 = 24%
B 114 of 255 = 45%

60
61
114

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

Portions of RGB colors in percentages

R + G + B =
60 + 61 + 114 = 235 (100%)
R 60 of 235 ~ 25.53%
G 61 of 235 ~ 25.96%
B 114 of 235 ~ 48.51%

%25.53
%25.96
%48.51

CMYK color model

#3C3D72 color CMYK value is (47,46,0,55).

  • cyan value is 47.37%
  • magenta value is 46.49%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(47,46,0,55)
C47M46Y0K55 
(47%,46%,0%,55%)
(0.47/0.46/0.00/0.55)	

CMYK percentages

%47.37
%46.49
%0
%55.29

Codes

Color #3C3D72 in popluar color models

3C3D72
RGB6061114
HSL239°31.03%34.12%
HSB/HSV239°47.37%44.71%
CMYK47.37%46.49%0.00%
55.29%

Color #3C3D72 in popluar number systems.

HEX3C3D72
Decimal6061114
Binary1111001111011110010
Octal7475162

Shades and tints

Shades of #3C3D72

#3C3D72
(60,61,114)
#373868
(55,56,104)
#32335E
(50,51,94)
#2D2E54
(45,46,84)
#28294A
(40,41,74)
#232440
(35,36,64)
#1E1F36
(30,31,54)
#191A2C
(25,26,44)
#141522
(20,21,34)
#0F1018
(15,16,24)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #3C3D72

#3C3D72
(60,61,114)
#4D4E7E
(77,78,126)
#5E5F8A
(94,95,138)
#6F7096
(111,112,150)
#8081A2
(128,129,162)
#9192AE
(145,146,174)
#A2A3BA
(162,163,186)
#B3B4C6
(179,180,198)
#C4C5D2
(196,197,210)
#D5D6DE
(213,214,222)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3D72; }

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

This text font color is #3C3D72.


Background Color

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

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

This div background color is #3C3D72.


Border color

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

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

This div border color is #3C3D72.


Opacity

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

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

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

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

This text has shadow with #3C3D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3D72 on black background.


Color preview on white background

This text has color #3C3D72 on white background.



Black color preview on #3C3D72 background

This text has black color on #3C3D72 background.


White color preview on #3C3D72 background

This text has white color on #3C3D72 background.