COLOR #3E3F57

HEX: #3E3F57
RGB: (62,63,87)

Color info

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

RGB color model

#3E3F57 color RGB value is (62,63,87).

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

RGB channels and saturation

R 62 of 255 = 24%
G 63 of 255 = 25%
B 87 of 255 = 34%

62
63
87

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

Portions of RGB colors in percentages

R + G + B =
62 + 63 + 87 = 212 (100%)
R 62 of 212 ~ 29.25%
G 63 of 212 ~ 29.72%
B 87 of 212 ~ 41.04%

%29.25
%29.72
%41.04

CMYK color model

#3E3F57 color CMYK value is (29,28,0,66).

  • cyan value is 28.74%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(29,28,0,66)
C29M28Y0K66 
(29%,28%,0%,66%)
(0.29/0.28/0.00/0.66)	

CMYK percentages

%28.74
%27.59
%0
%65.88

Codes

Color #3E3F57 in popluar color models

3E3F57
RGB626387
HSL238°16.78%29.22%
HSB/HSV238°28.74%34.12%
CMYK28.74%27.59%0.00%
65.88%

Color #3E3F57 in popluar number systems.

HEX3E3F57
Decimal626387
Binary1111101111111010111
Octal7677127

Shades and tints

Shades of #3E3F57

#3E3F57
(62,63,87)
#393A50
(57,58,80)
#343549
(52,53,73)
#2F3042
(47,48,66)
#2A2B3B
(42,43,59)
#252634
(37,38,52)
#20212D
(32,33,45)
#1B1C26
(27,28,38)
#16171F
(22,23,31)
#111218
(17,18,24)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #3E3F57

#3E3F57
(62,63,87)
#4F5066
(79,80,102)
#606175
(96,97,117)
#717284
(113,114,132)
#828393
(130,131,147)
#9394A2
(147,148,162)
#A4A5B1
(164,165,177)
#B5B6C0
(181,182,192)
#C6C7CF
(198,199,207)
#D7D8DE
(215,216,222)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3F57; }

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

This text font color is #3E3F57.


Background Color

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

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

This div background color is #3E3F57.


Border color

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

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

This div border color is #3E3F57.


Opacity

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

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

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

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

This text has shadow with #3E3F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3F57 on black background.


Color preview on white background

This text has color #3E3F57 on white background.



Black color preview on #3E3F57 background

This text has black color on #3E3F57 background.


White color preview on #3E3F57 background

This text has white color on #3E3F57 background.