COLOR #3E4D70

HEX: #3E4D70 RGB: (62,77,112)

Color info

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

RGB color model

#3E4D70 color RGB value is (62,77,112).

RGB: (62,77,112) (24%, 30%, 44%)

RGB channels and saturation

R 62 of 255 = 24%
G 77 of 255 = 30%
B 112 of 255 = 44%

62
77
112

R + G + B ~ 33%. #3E4D70 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 77 + 112 = 251 (100%)
R 62 of 251 ~ 24.7%
G 77 of 251 ~ 30.68%
B 112 of 251 ~ 44.62'%

%24.7
%30.68
%44.62

CMYK color model

#3E4D70 color CMYK value is (45,31,0,56).

  • cyan value is 44.64%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (45,31,0,56)
C45M31Y0K56 (45%, 31%, 0%, 56%)
(0.45 / 0.31 / 0.00 / 0.56)

CMYK percentages

%44.64
%31.25
%0
%56.08

Codes

Color #3E4D70 in popluar color models

3E 4D 70
RGB 62 77 112
HSL 222° 28.74% 34.12%
HSB/HSV 222° 44.64% 43.92%
CMYK 44.64% 31.25% 0.00%
56.08%

Color #3E4D70 in popluar number systems.

HEX 3E 4D 70
Decimal 62 77 112
Binary 111110 1001101 1110000
Octal 76 115 160

Shades and tints

Shades of #3E4D70

#3E4D70
(62,77,112)
#394666
(57,70,102)
#343F5C
(52,63,92)
#2F3852
(47,56,82)
#2A3148
(42,49,72)
#252A3E
(37,42,62)
#202334
(32,35,52)
#1B1C2A
(27,28,42)
#161520
(22,21,32)
#110E16
(17,14,22)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #3E4D70

#3E4D70
(62,77,112)
#4F5D7D
(79,93,125)
#606D8A
(96,109,138)
#717D97
(113,125,151)
#828DA4
(130,141,164)
#939DB1
(147,157,177)
#A4ADBE
(164,173,190)
#B5BDCB
(181,189,203)
#C6CDD8
(198,205,216)
#D7DDE5
(215,221,229)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4D70 color. Also use rgb(62,77,112) instead hex code.

Text Font Color

.myTextColor { color: #3E4D70; }

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

This text font color is #3E4D70.

Background Color

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

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

This div background color is #3E4D70.

Border color

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

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

This div border color is #3E4D70.

Opacity

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

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

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

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

This text has shadow with #3E4D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4D70.

Preview

Color preview on black background

This text has color #3E4D70 on black background.


Color preview on white background

This text has color #3E4D70 on white background.


Black color preview on #3E4D70 background

This text has black color on #3E4D70 background.


White color preview on #3E4D70 background

This text has white color on #3E4D70 background.


Related colors

Complementary color

Complementary color for #hex is #C1B28F.


I love getcolorcode.com

Triadic colors

1 #703E4D and #4D703E with #3E4D70 are triadic colors.

2 #704D3E and #4D3E70 with #3E4D70 are triadic colors.