COLOR #3E3F64

HEX: #3E3F64
RGB: (62,63,100)

Color info

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

RGB color model

#3E3F64 color RGB value is (62,63,100).

  • red value is 62;
  • green value is 63;
  • blue value is 100.
RGB:
(62,63,100)
(24%,25%,39%)

RGB channels and saturation

R 62 of 255 = 24%
G 63 of 255 = 25%
B 100 of 255 = 39%

62
63
100

R + G + B ~ 29%. #3E3F64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 63 + 100 = 225 (100%)
R 62 of 225 ~ 27.56%
G 63 of 225 ~ 28%
B 100 of 225 ~ 44.44%

%27.56
%28
%44.44

CMYK color model

#3E3F64 color CMYK value is (38,37,0,61).

  • cyan value is 38.00%
  • magenta value is 37.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(38,37,0,61)
C38M37Y0K61 
(38%,37%,0%,61%)
(0.38/0.37/0.00/0.61)	

CMYK percentages

%38
%37
%0
%60.78

Codes

Color #3E3F64 in popluar color models

3E3F64
RGB6263100
HSL238°23.46%31.76%
HSB/HSV238°38.00%39.22%
CMYK38.00%37.00%0.00%
60.78%

Color #3E3F64 in popluar number systems.

HEX3E3F64
Decimal6263100
Binary1111101111111100100
Octal7677144

Shades and tints

Shades of #3E3F64

#3E3F64
(62,63,100)
#393A5B
(57,58,91)
#343552
(52,53,82)
#2F3049
(47,48,73)
#2A2B40
(42,43,64)
#252637
(37,38,55)
#20212E
(32,33,46)
#1B1C25
(27,28,37)
#16171C
(22,23,28)
#111213
(17,18,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #3E3F64

#3E3F64
(62,63,100)
#4F5072
(79,80,114)
#606180
(96,97,128)
#71728E
(113,114,142)
#82839C
(130,131,156)
#9394AA
(147,148,170)
#A4A5B8
(164,165,184)
#B5B6C6
(181,182,198)
#C6C7D4
(198,199,212)
#D7D8E2
(215,216,226)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3F64 color. Also use rgb(62,63,100) instead hex code.

Text Font Color

.myTextColor { color: #3E3F64; }

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

This text font color is #3E3F64.


Background Color

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

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

This div background color is #3E3F64.


Border color

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

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

This div border color is #3E3F64.


Opacity

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

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

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

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

This text has shadow with #3E3F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3F64 on black background.


Color preview on white background

This text has color #3E3F64 on white background.



Black color preview on #3E3F64 background

This text has black color on #3E3F64 background.


White color preview on #3E3F64 background

This text has white color on #3E3F64 background.