COLOR #3E4571

HEX: #3E4571
RGB: (62,69,113)

Color info

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

RGB color model

#3E4571 color RGB value is (62,69,113).

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

RGB channels and saturation

R 62 of 255 = 24%
G 69 of 255 = 27%
B 113 of 255 = 44%

62
69
113

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

Portions of RGB colors in percentages

R + G + B =
62 + 69 + 113 = 244 (100%)
R 62 of 244 ~ 25.41%
G 69 of 244 ~ 28.28%
B 113 of 244 ~ 46.31%

%25.41
%28.28
%46.31

CMYK color model

#3E4571 color CMYK value is (45,39,0,56).

  • cyan value is 45.13%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(45,39,0,56)
C45M39Y0K56 
(45%,39%,0%,56%)
(0.45/0.39/0.00/0.56)	

CMYK percentages

%45.13
%38.94
%0
%55.69

Codes

Color #3E4571 in popluar color models

3E4571
RGB6269113
HSL232°29.14%34.31%
HSB/HSV232°45.13%44.31%
CMYK45.13%38.94%0.00%
55.69%

Color #3E4571 in popluar number systems.

HEX3E4571
Decimal6269113
Binary11111010001011110001
Octal76105161

Shades and tints

Shades of #3E4571

#3E4571
(62,69,113)
#393F67
(57,63,103)
#34395D
(52,57,93)
#2F3353
(47,51,83)
#2A2D49
(42,45,73)
#25273F
(37,39,63)
#202135
(32,33,53)
#1B1B2B
(27,27,43)
#161521
(22,21,33)
#110F17
(17,15,23)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #3E4571

#3E4571
(62,69,113)
#4F557D
(79,85,125)
#606589
(96,101,137)
#717595
(113,117,149)
#8285A1
(130,133,161)
#9395AD
(147,149,173)
#A4A5B9
(164,165,185)
#B5B5C5
(181,181,197)
#C6C5D1
(198,197,209)
#D7D5DD
(215,213,221)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4571; }

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

This text font color is #3E4571.


Background Color

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

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

This div background color is #3E4571.


Border color

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

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

This div border color is #3E4571.


Opacity

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

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

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

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

This text has shadow with #3E4571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4571 on black background.


Color preview on white background

This text has color #3E4571 on white background.



Black color preview on #3E4571 background

This text has black color on #3E4571 background.


White color preview on #3E4571 background

This text has white color on #3E4571 background.