COLOR #3E4667

HEX: #3E4667 RGB: (62,70,103)

Color info

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

RGB color model

#3E4667 color RGB value is (62,70,103).

RGB: (62,70,103) (24%, 27%, 40%)

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 103 of 255 = 40%

62
70
103

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

Portions of RGB colors in percentages

R + G + B = 62 + 70 + 103 = 235 (100%)
R 62 of 235 ~ 26.38%
G 70 of 235 ~ 29.79%
B 103 of 235 ~ 43.83'%

%26.38
%29.79
%43.83

CMYK color model

#3E4667 color CMYK value is (40,32,0,60).

  • cyan value is 39.81%
  • magenta value is 32.04%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (40,32,0,60)
C40M32Y0K60 (40%, 32%, 0%, 60%)
(0.40 / 0.32 / 0.00 / 0.60)

CMYK percentages

%39.81
%32.04
%0
%59.61

Codes

Color #3E4667 in popluar color models

3E 46 67
RGB 62 70 103
HSL 228° 24.85% 32.35%
HSB/HSV 228° 39.81% 40.39%
CMYK 39.81% 32.04% 0.00%
59.61%

Color #3E4667 in popluar number systems.

HEX 3E 46 67
Decimal 62 70 103
Binary 111110 1000110 1100111
Octal 76 106 147

Shades and tints

Shades of #3E4667

#3E4667
(62,70,103)
#39405E
(57,64,94)
#343A55
(52,58,85)
#2F344C
(47,52,76)
#2A2E43
(42,46,67)
#25283A
(37,40,58)
#202231
(32,34,49)
#1B1C28
(27,28,40)
#16161F
(22,22,31)
#111016
(17,16,22)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #3E4667

#3E4667
(62,70,103)
#4F5674
(79,86,116)
#606681
(96,102,129)
#71768E
(113,118,142)
#82869B
(130,134,155)
#9396A8
(147,150,168)
#A4A6B5
(164,166,181)
#B5B6C2
(181,182,194)
#C6C6CF
(198,198,207)
#D7D6DC
(215,214,220)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4667 color. Also use rgb(62,70,103) instead hex code.

Text Font Color

.myTextColor { color: #3E4667; }

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

This text font color is #3E4667.

Background Color

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

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

This div background color is #3E4667.

Border color

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

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

This div border color is #3E4667.

Opacity

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

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

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

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

This text has shadow with #3E4667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4667.

Preview

Color preview on black background

This text has color #3E4667 on black background.


Color preview on white background

This text has color #3E4667 on white background.


Black color preview on #3E4667 background

This text has black color on #3E4667 background.


White color preview on #3E4667 background

This text has white color on #3E4667 background.


Related colors

Complementary color

Complementary color for #hex is #C1B998.


I love getcolorcode.com

Triadic colors

1 #673E46 and #46673E with #3E4667 are triadic colors.

2 #67463E and #463E67 with #3E4667 are triadic colors.