COLOR #3E4771

HEX: #3E4771
RGB: (62,71,113)

Color info

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

RGB color model

#3E4771 color RGB value is (62,71,113).

  • red value is 62;
  • green value is 71;
  • blue value is 113.
RGB:
(62,71,113)
(24%,28%,44%)

RGB channels and saturation

R 62 of 255 = 24%
G 71 of 255 = 28%
B 113 of 255 = 44%

62
71
113

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

Portions of RGB colors in percentages

R + G + B =
62 + 71 + 113 = 246 (100%)
R 62 of 246 ~ 25.2%
G 71 of 246 ~ 28.86%
B 113 of 246 ~ 45.93%

%25.2
%28.86
%45.93

CMYK color model

#3E4771 color CMYK value is (45,37,0,56).

  • cyan value is 45.13%
  • magenta value is 37.17%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(45,37,0,56)
C45M37Y0K56 
(45%,37%,0%,56%)
(0.45/0.37/0.00/0.56)	

CMYK percentages

%45.13
%37.17
%0
%55.69

Codes

Color #3E4771 in popluar color models

3E4771
RGB6271113
HSL229°29.14%34.31%
HSB/HSV229°45.13%44.31%
CMYK45.13%37.17%0.00%
55.69%

Color #3E4771 in popluar number systems.

HEX3E4771
Decimal6271113
Binary11111010001111110001
Octal76107161

Shades and tints

Shades of #3E4771

#3E4771
(62,71,113)
#394167
(57,65,103)
#343B5D
(52,59,93)
#2F3553
(47,53,83)
#2A2F49
(42,47,73)
#25293F
(37,41,63)
#202335
(32,35,53)
#1B1D2B
(27,29,43)
#161721
(22,23,33)
#111117
(17,17,23)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #3E4771

#3E4771
(62,71,113)
#4F577D
(79,87,125)
#606789
(96,103,137)
#717795
(113,119,149)
#8287A1
(130,135,161)
#9397AD
(147,151,173)
#A4A7B9
(164,167,185)
#B5B7C5
(181,183,197)
#C6C7D1
(198,199,209)
#D7D7DD
(215,215,221)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4771 color. Also use rgb(62,71,113) instead hex code.

Text Font Color

.myTextColor { color: #3E4771; }

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

This text font color is #3E4771.


Background Color

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

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

This div background color is #3E4771.


Border color

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

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

This div border color is #3E4771.


Opacity

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

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

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

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

This text has shadow with #3E4771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4771 on black background.


Color preview on white background

This text has color #3E4771 on white background.



Black color preview on #3E4771 background

This text has black color on #3E4771 background.


White color preview on #3E4771 background

This text has white color on #3E4771 background.