COLOR #3E3F55

HEX: #3E3F55 RGB: (62,63,85)

Color info

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

RGB color model

#3E3F55 color RGB value is (62,63,85).

RGB: (62,63,85) (24%, 25%, 33%)

RGB channels and saturation

R 62 of 255 = 24%
G 63 of 255 = 25%
B 85 of 255 = 33%

62
63
85

R + G + B ~ 27%. #3E3F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 63 + 85 = 210 (100%)
R 62 of 210 ~ 29.52%
G 63 of 210 ~ 30%
B 85 of 210 ~ 40.48'%

%29.52
%30
%40.48

CMYK color model

#3E3F55 color CMYK value is (27,26,0,67).

  • cyan value is 27.06%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (27,26,0,67)
C27M26Y0K67 (27%, 26%, 0%, 67%)
(0.27 / 0.26 / 0.00 / 0.67)

CMYK percentages

%27.06
%25.88
%0
%66.67

Codes

Color #3E3F55 in popluar color models

3E 3F 55
RGB 62 63 85
HSL 237° 15.65% 28.82%
HSB/HSV 237° 27.06% 33.33%
CMYK 27.06% 25.88% 0.00%
66.67%

Color #3E3F55 in popluar number systems.

HEX 3E 3F 55
Decimal 62 63 85
Binary 111110 111111 1010101
Octal 76 77 125

Shades and tints

Shades of #3E3F55

#3E3F55
(62,63,85)
#393A4E
(57,58,78)
#343547
(52,53,71)
#2F3040
(47,48,64)
#2A2B39
(42,43,57)
#252632
(37,38,50)
#20212B
(32,33,43)
#1B1C24
(27,28,36)
#16171D
(22,23,29)
#111216
(17,18,22)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #3E3F55

#3E3F55
(62,63,85)
#4F5064
(79,80,100)
#606173
(96,97,115)
#717282
(113,114,130)
#828391
(130,131,145)
#9394A0
(147,148,160)
#A4A5AF
(164,165,175)
#B5B6BE
(181,182,190)
#C6C7CD
(198,199,205)
#D7D8DC
(215,216,220)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3F55; }

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

This text font color is #3E3F55.

Background Color

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

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

This div background color is #3E3F55.

Border color

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

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

This div border color is #3E3F55.

Opacity

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

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

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

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

This text has shadow with #3E3F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3F55.

Preview

Color preview on black background

This text has color #3E3F55 on black background.


Color preview on white background

This text has color #3E3F55 on white background.


Black color preview on #3E3F55 background

This text has black color on #3E3F55 background.


White color preview on #3E3F55 background

This text has white color on #3E3F55 background.


Related colors

Complementary color

Complementary color for #hex is #C1C0AA.


I love getcolorcode.com

Triadic colors

1 #553E3F and #3F553E with #3E3F55 are triadic colors.

2 #553F3E and #3F3E55 with #3E3F55 are triadic colors.