COLOR #3E7CAD

HEX: #3E7CAD
RGB: (62,124,173)

Color info

#3E7CAD contains mainly green and blue colors. Web safe color of #3E7CAD is #336699 (or #369).

RGB color model

#3E7CAD color RGB value is (62,124,173).

  • red value is 62;
  • green value is 124;
  • blue value is 173.
RGB:
(62,124,173)
(24%,49%,68%)

RGB channels and saturation

R 62 of 255 = 24%
G 124 of 255 = 49%
B 173 of 255 = 68%

62
124
173

R + G + B ~ 47%. #3E7CAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 124 + 173 = 359 (100%)
R 62 of 359 ~ 17.27%
G 124 of 359 ~ 34.54%
B 173 of 359 ~ 48.19%

%17.27
%34.54
%48.19

CMYK color model

#3E7CAD color CMYK value is (64,28,0,32).

  • cyan value is 64.16%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(64,28,0,32)
C64M28Y0K32 
(64%,28%,0%,32%)
(0.64/0.28/0.00/0.32)	

CMYK percentages

%64.16
%28.32
%0
%32.16

Codes

Color #3E7CAD in popluar color models

3E7CAD
RGB62124173
HSL206°47.23%46.08%
HSB/HSV206°64.16%67.84%
CMYK64.16%28.32%0.00%
32.16%

Color #3E7CAD in popluar number systems.

HEX3E7CAD
Decimal62124173
Binary111110111110010101101
Octal76174255

Shades and tints

Shades of #3E7CAD

#3E7CAD
(62,124,173)
#39719E
(57,113,158)
#34668F
(52,102,143)
#2F5B80
(47,91,128)
#2A5071
(42,80,113)
#254562
(37,69,98)
#203A53
(32,58,83)
#1B2F44
(27,47,68)
#162435
(22,36,53)
#111926
(17,25,38)
#0C0E17
(12,14,23)
#000000
(0,0,0)

Tints of #3E7CAD

#3E7CAD
(62,124,173)
#4F87B4
(79,135,180)
#6092BB
(96,146,187)
#719DC2
(113,157,194)
#82A8C9
(130,168,201)
#93B3D0
(147,179,208)
#A4BED7
(164,190,215)
#B5C9DE
(181,201,222)
#C6D4E5
(198,212,229)
#D7DFEC
(215,223,236)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7CAD color. Also use rgb(62,124,173) instead hex code.

Text Font Color

.myTextColor { color: #3E7CAD; }

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

This text font color is #3E7CAD.


Background Color

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

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

This div background color is #3E7CAD.


Border color

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

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

This div border color is #3E7CAD.


Opacity

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

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

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

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

This text has shadow with #3E7CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7CAD on black background.


Color preview on white background

This text has color #3E7CAD on white background.



Black color preview on #3E7CAD background

This text has black color on #3E7CAD background.


White color preview on #3E7CAD background

This text has white color on #3E7CAD background.