COLOR #3C3D4E

HEX: #3C3D4E
RGB: (60,61,78)

Color info

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

RGB color model

#3C3D4E color RGB value is (60,61,78).

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

RGB channels and saturation

R 60 of 255 = 24%
G 61 of 255 = 24%
B 78 of 255 = 31%

60
61
78

R + G + B ~ 26%. #3C3D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 61 + 78 = 199 (100%)
R 60 of 199 ~ 30.15%
G 61 of 199 ~ 30.65%
B 78 of 199 ~ 39.2%

%30.15
%30.65
%39.2

CMYK color model

#3C3D4E color CMYK value is (23,22,0,69).

  • cyan value is 23.08%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(23,22,0,69)
C23M22Y0K69 
(23%,22%,0%,69%)
(0.23/0.22/0.00/0.69)	

CMYK percentages

%23.08
%21.79
%0
%69.41

Codes

Color #3C3D4E in popluar color models

3C3D4E
RGB606178
HSL237°13.04%27.06%
HSB/HSV237°23.08%30.59%
CMYK23.08%21.79%0.00%
69.41%

Color #3C3D4E in popluar number systems.

HEX3C3D4E
Decimal606178
Binary1111001111011001110
Octal7475116

Shades and tints

Shades of #3C3D4E

#3C3D4E
(60,61,78)
#373847
(55,56,71)
#323340
(50,51,64)
#2D2E39
(45,46,57)
#282932
(40,41,50)
#23242B
(35,36,43)
#1E1F24
(30,31,36)
#191A1D
(25,26,29)
#141516
(20,21,22)
#0F100F
(15,16,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #3C3D4E

#3C3D4E
(60,61,78)
#4D4E5E
(77,78,94)
#5E5F6E
(94,95,110)
#6F707E
(111,112,126)
#80818E
(128,129,142)
#91929E
(145,146,158)
#A2A3AE
(162,163,174)
#B3B4BE
(179,180,190)
#C4C5CE
(196,197,206)
#D5D6DE
(213,214,222)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3D4E; }

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

This text font color is #3C3D4E.


Background Color

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

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

This div background color is #3C3D4E.


Border color

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

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

This div border color is #3C3D4E.


Opacity

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

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

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

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

This text has shadow with #3C3D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3D4E on black background.


Color preview on white background

This text has color #3C3D4E on white background.



Black color preview on #3C3D4E background

This text has black color on #3C3D4E background.


White color preview on #3C3D4E background

This text has white color on #3C3D4E background.