COLOR #3E5474

HEX: #3E5474
RGB: (62,84,116)

Color info

#3E5474 contains red, green and blue colors in about the same proportion. Web safe color of #3E5474 is #336666 (or #366).

RGB color model

#3E5474 color RGB value is (62,84,116).

  • red value is 62;
  • green value is 84;
  • blue value is 116.
RGB:
(62,84,116)
(24%,33%,45%)

RGB channels and saturation

R 62 of 255 = 24%
G 84 of 255 = 33%
B 116 of 255 = 45%

62
84
116

R + G + B ~ 34%. #3E5474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 84 + 116 = 262 (100%)
R 62 of 262 ~ 23.66%
G 84 of 262 ~ 32.06%
B 116 of 262 ~ 44.27%

%23.66
%32.06
%44.27

CMYK color model

#3E5474 color CMYK value is (47,28,0,55).

  • cyan value is 46.55%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(47,28,0,55)
C47M28Y0K55 
(47%,28%,0%,55%)
(0.47/0.28/0.00/0.55)	

CMYK percentages

%46.55
%27.59
%0
%54.51

Codes

Color #3E5474 in popluar color models

3E5474
RGB6284116
HSL216°30.34%34.90%
HSB/HSV216°46.55%45.49%
CMYK46.55%27.59%0.00%
54.51%

Color #3E5474 in popluar number systems.

HEX3E5474
Decimal6284116
Binary11111010101001110100
Octal76124164

Shades and tints

Shades of #3E5474

#3E5474
(62,84,116)
#394D6A
(57,77,106)
#344660
(52,70,96)
#2F3F56
(47,63,86)
#2A384C
(42,56,76)
#253142
(37,49,66)
#202A38
(32,42,56)
#1B232E
(27,35,46)
#161C24
(22,28,36)
#11151A
(17,21,26)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #3E5474

#3E5474
(62,84,116)
#4F6380
(79,99,128)
#60728C
(96,114,140)
#718198
(113,129,152)
#8290A4
(130,144,164)
#939FB0
(147,159,176)
#A4AEBC
(164,174,188)
#B5BDC8
(181,189,200)
#C6CCD4
(198,204,212)
#D7DBE0
(215,219,224)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5474 color. Also use rgb(62,84,116) instead hex code.

Text Font Color

.myTextColor { color: #3E5474; }

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

This text font color is #3E5474.


Background Color

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

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

This div background color is #3E5474.


Border color

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

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

This div border color is #3E5474.


Opacity

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

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

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

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

This text has shadow with #3E5474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5474 on black background.


Color preview on white background

This text has color #3E5474 on white background.



Black color preview on #3E5474 background

This text has black color on #3E5474 background.


White color preview on #3E5474 background

This text has white color on #3E5474 background.