COLOR #3E4B6E

HEX: #3E4B6E
RGB: (62,75,110)

Color info

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

RGB color model

#3E4B6E color RGB value is (62,75,110).

  • red value is 62;
  • green value is 75;
  • blue value is 110.
RGB:
(62,75,110)
(24%,29%,43%)

RGB channels and saturation

R 62 of 255 = 24%
G 75 of 255 = 29%
B 110 of 255 = 43%

62
75
110

R + G + B ~ 32%. #3E4B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 75 + 110 = 247 (100%)
R 62 of 247 ~ 25.1%
G 75 of 247 ~ 30.36%
B 110 of 247 ~ 44.53%

%25.1
%30.36
%44.53

CMYK color model

#3E4B6E color CMYK value is (44,32,0,57).

  • cyan value is 43.64%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(44,32,0,57)
C44M32Y0K57 
(44%,32%,0%,57%)
(0.44/0.32/0.00/0.57)	

CMYK percentages

%43.64
%31.82
%0
%56.86

Codes

Color #3E4B6E in popluar color models

3E4B6E
RGB6275110
HSL224°27.91%33.73%
HSB/HSV224°43.64%43.14%
CMYK43.64%31.82%0.00%
56.86%

Color #3E4B6E in popluar number systems.

HEX3E4B6E
Decimal6275110
Binary11111010010111101110
Octal76113156

Shades and tints

Shades of #3E4B6E

#3E4B6E
(62,75,110)
#394564
(57,69,100)
#343F5A
(52,63,90)
#2F3950
(47,57,80)
#2A3346
(42,51,70)
#252D3C
(37,45,60)
#202732
(32,39,50)
#1B2128
(27,33,40)
#161B1E
(22,27,30)
#111514
(17,21,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #3E4B6E

#3E4B6E
(62,75,110)
#4F5B7B
(79,91,123)
#606B88
(96,107,136)
#717B95
(113,123,149)
#828BA2
(130,139,162)
#939BAF
(147,155,175)
#A4ABBC
(164,171,188)
#B5BBC9
(181,187,201)
#C6CBD6
(198,203,214)
#D7DBE3
(215,219,227)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4B6E color. Also use rgb(62,75,110) instead hex code.

Text Font Color

.myTextColor { color: #3E4B6E; }

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

This text font color is #3E4B6E.


Background Color

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

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

This div background color is #3E4B6E.


Border color

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

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

This div border color is #3E4B6E.


Opacity

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

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

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

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

This text has shadow with #3E4B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4B6E on black background.


Color preview on white background

This text has color #3E4B6E on white background.



Black color preview on #3E4B6E background

This text has black color on #3E4B6E background.


White color preview on #3E4B6E background

This text has white color on #3E4B6E background.