COLOR #3E406A

HEX: #3E406A RGB: (62,64,106)

Color info

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

RGB color model

#3E406A color RGB value is (62,64,106).

RGB: (62,64,106) (24%, 25%, 42%)

RGB channels and saturation

R 62 of 255 = 24%
G 64 of 255 = 25%
B 106 of 255 = 42%

62
64
106

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

Portions of RGB colors in percentages

R + G + B = 62 + 64 + 106 = 232 (100%)
R 62 of 232 ~ 26.72%
G 64 of 232 ~ 27.59%
B 106 of 232 ~ 45.69'%

%26.72
%27.59
%45.69

CMYK color model

#3E406A color CMYK value is (42,40,0,58).

  • cyan value is 41.51%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (42,40,0,58)
C42M40Y0K58 (42%, 40%, 0%, 58%)
(0.42 / 0.40 / 0.00 / 0.58)

CMYK percentages

%41.51
%39.62
%0
%58.43

Codes

Color #3E406A in popluar color models

3E 40 6A
RGB 62 64 106
HSL 237° 26.19% 32.94%
HSB/HSV 237° 41.51% 41.57%
CMYK 41.51% 39.62% 0.00%
58.43%

Color #3E406A in popluar number systems.

HEX 3E 40 6A
Decimal 62 64 106
Binary 111110 1000000 1101010
Octal 76 100 152

Shades and tints

Shades of #3E406A

#3E406A
(62,64,106)
#393B61
(57,59,97)
#343658
(52,54,88)
#2F314F
(47,49,79)
#2A2C46
(42,44,70)
#25273D
(37,39,61)
#202234
(32,34,52)
#1B1D2B
(27,29,43)
#161822
(22,24,34)
#111319
(17,19,25)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #3E406A

#3E406A
(62,64,106)
#4F5177
(79,81,119)
#606284
(96,98,132)
#717391
(113,115,145)
#82849E
(130,132,158)
#9395AB
(147,149,171)
#A4A6B8
(164,166,184)
#B5B7C5
(181,183,197)
#C6C8D2
(198,200,210)
#D7D9DF
(215,217,223)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E406A color. Also use rgb(62,64,106) instead hex code.

Text Font Color

.myTextColor { color: #3E406A; }

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

This text font color is #3E406A.

Background Color

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

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

This div background color is #3E406A.

Border color

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

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

This div border color is #3E406A.

Opacity

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

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

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

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

This text has shadow with #3E406A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E406A.

Preview

Color preview on black background

This text has color #3E406A on black background.


Color preview on white background

This text has color #3E406A on white background.


Black color preview on #3E406A background

This text has black color on #3E406A background.


White color preview on #3E406A background

This text has white color on #3E406A background.


Related colors

Complementary color

Complementary color for #hex is #C1BF95.


I love getcolorcode.com

Triadic colors

1 #6A3E40 and #406A3E with #3E406A are triadic colors.

2 #6A403E and #403E6A with #3E406A are triadic colors.