COLOR #3C3D5E

HEX: #3C3D5E
RGB: (60,61,94)

Color info

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

RGB color model

#3C3D5E color RGB value is (60,61,94).

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

RGB channels and saturation

R 60 of 255 = 24%
G 61 of 255 = 24%
B 94 of 255 = 37%

60
61
94

R + G + B ~ 28%. #3C3D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 61 + 94 = 215 (100%)
R 60 of 215 ~ 27.91%
G 61 of 215 ~ 28.37%
B 94 of 215 ~ 43.72%

%27.91
%28.37
%43.72

CMYK color model

#3C3D5E color CMYK value is (36,35,0,63).

  • cyan value is 36.17%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(36,35,0,63)
C36M35Y0K63 
(36%,35%,0%,63%)
(0.36/0.35/0.00/0.63)	

CMYK percentages

%36.17
%35.11
%0
%63.14

Codes

Color #3C3D5E in popluar color models

3C3D5E
RGB606194
HSL238°22.08%30.20%
HSB/HSV238°36.17%36.86%
CMYK36.17%35.11%0.00%
63.14%

Color #3C3D5E in popluar number systems.

HEX3C3D5E
Decimal606194
Binary1111001111011011110
Octal7475136

Shades and tints

Shades of #3C3D5E

#3C3D5E
(60,61,94)
#373856
(55,56,86)
#32334E
(50,51,78)
#2D2E46
(45,46,70)
#28293E
(40,41,62)
#232436
(35,36,54)
#1E1F2E
(30,31,46)
#191A26
(25,26,38)
#14151E
(20,21,30)
#0F1016
(15,16,22)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #3C3D5E

#3C3D5E
(60,61,94)
#4D4E6C
(77,78,108)
#5E5F7A
(94,95,122)
#6F7088
(111,112,136)
#808196
(128,129,150)
#9192A4
(145,146,164)
#A2A3B2
(162,163,178)
#B3B4C0
(179,180,192)
#C4C5CE
(196,197,206)
#D5D6DC
(213,214,220)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3D5E; }

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

This text font color is #3C3D5E.


Background Color

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

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

This div background color is #3C3D5E.


Border color

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

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

This div border color is #3C3D5E.


Opacity

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

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

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

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

This text has shadow with #3C3D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3D5E on black background.


Color preview on white background

This text has color #3C3D5E on white background.



Black color preview on #3C3D5E background

This text has black color on #3C3D5E background.


White color preview on #3C3D5E background

This text has white color on #3C3D5E background.