COLOR #3E3C68

HEX: #3E3C68
RGB: (62,60,104)

Color info

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

RGB color model

#3E3C68 color RGB value is (62,60,104).

  • red value is 62;
  • green value is 60;
  • blue value is 104.
RGB:
(62,60,104)
(24%,24%,41%)

RGB channels and saturation

R 62 of 255 = 24%
G 60 of 255 = 24%
B 104 of 255 = 41%

62
60
104

R + G + B ~ 30%. #3E3C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 60 + 104 = 226 (100%)
R 62 of 226 ~ 27.43%
G 60 of 226 ~ 26.55%
B 104 of 226 ~ 46.02%

%27.43
%26.55
%46.02

CMYK color model

#3E3C68 color CMYK value is (40,42,0,59).

  • cyan value is 40.38%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(40,42,0,59)
C40M42Y0K59 
(40%,42%,0%,59%)
(0.40/0.42/0.00/0.59)	

CMYK percentages

%40.38
%42.31
%0
%59.22

Codes

Color #3E3C68 in popluar color models

3E3C68
RGB6260104
HSL243°26.83%32.16%
HSB/HSV243°42.31%40.78%
CMYK40.38%42.31%0.00%
59.22%

Color #3E3C68 in popluar number systems.

HEX3E3C68
Decimal6260104
Binary1111101111001101000
Octal7674150

Shades and tints

Shades of #3E3C68

#3E3C68
(62,60,104)
#39375F
(57,55,95)
#343256
(52,50,86)
#2F2D4D
(47,45,77)
#2A2844
(42,40,68)
#25233B
(37,35,59)
#201E32
(32,30,50)
#1B1929
(27,25,41)
#161420
(22,20,32)
#110F17
(17,15,23)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #3E3C68

#3E3C68
(62,60,104)
#4F4D75
(79,77,117)
#605E82
(96,94,130)
#716F8F
(113,111,143)
#82809C
(130,128,156)
#9391A9
(147,145,169)
#A4A2B6
(164,162,182)
#B5B3C3
(181,179,195)
#C6C4D0
(198,196,208)
#D7D5DD
(215,213,221)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3C68 color. Also use rgb(62,60,104) instead hex code.

Text Font Color

.myTextColor { color: #3E3C68; }

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

This text font color is #3E3C68.


Background Color

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

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

This div background color is #3E3C68.


Border color

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

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

This div border color is #3E3C68.


Opacity

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

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

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

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

This text has shadow with #3E3C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3C68 on black background.


Color preview on white background

This text has color #3E3C68 on white background.



Black color preview on #3E3C68 background

This text has black color on #3E3C68 background.


White color preview on #3E3C68 background

This text has white color on #3E3C68 background.