COLOR #3E3A77

HEX: #3E3A77 RGB: (62,58,119)

Color info

#3E3A77 contains mainly red and blue colors. Web safe color of #3E3A77 is #333366 (or #336).

RGB color model

#3E3A77 color RGB value is (62,58,119).

RGB: (62,58,119) (24%, 23%, 47%)

RGB channels and saturation

R 62 of 255 = 24%
G 58 of 255 = 23%
B 119 of 255 = 47%

62
58
119

R + G + B ~ 31%. #3E3A77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 58 + 119 = 239 (100%)
R 62 of 239 ~ 25.94%
G 58 of 239 ~ 24.27%
B 119 of 239 ~ 49.79'%

%25.94
%24.27
%49.79

CMYK color model

#3E3A77 color CMYK value is (48,51,0,53).

  • cyan value is 47.90%
  • magenta value is 51.26%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (48,51,0,53)
C48M51Y0K53 (48%, 51%, 0%, 53%)
(0.48 / 0.51 / 0.00 / 0.53)

CMYK percentages

%47.9
%51.26
%0
%53.33

Codes

Color #3E3A77 in popluar color models

3E 3A 77
RGB 62 58 119
HSL 244° 34.46% 34.71%
HSB/HSV 244° 51.26% 46.67%
CMYK 47.90% 51.26% 0.00%
53.33%

Color #3E3A77 in popluar number systems.

HEX 3E 3A 77
Decimal 62 58 119
Binary 111110 111010 1110111
Octal 76 72 167

Shades and tints

Shades of #3E3A77

#3E3A77
(62,58,119)
#39356D
(57,53,109)
#343063
(52,48,99)
#2F2B59
(47,43,89)
#2A264F
(42,38,79)
#252145
(37,33,69)
#201C3B
(32,28,59)
#1B1731
(27,23,49)
#161227
(22,18,39)
#110D1D
(17,13,29)
#0C0813
(12,8,19)
#000000
(0,0,0)

Tints of #3E3A77

#3E3A77
(62,58,119)
#4F4B83
(79,75,131)
#605C8F
(96,92,143)
#716D9B
(113,109,155)
#827EA7
(130,126,167)
#938FB3
(147,143,179)
#A4A0BF
(164,160,191)
#B5B1CB
(181,177,203)
#C6C2D7
(198,194,215)
#D7D3E3
(215,211,227)
#E8E4EF
(232,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3A77 color. Also use rgb(62,58,119) instead hex code.

Text Font Color

.myTextColor { color: #3E3A77; }

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

This text font color is #3E3A77.

Background Color

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

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

This div background color is #3E3A77.

Border color

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

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

This div border color is #3E3A77.

Opacity

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

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

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

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

This text has shadow with #3E3A77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3A77.

Preview

Color preview on black background

This text has color #3E3A77 on black background.


Color preview on white background

This text has color #3E3A77 on white background.


Black color preview on #3E3A77 background

This text has black color on #3E3A77 background.


White color preview on #3E3A77 background

This text has white color on #3E3A77 background.


Related colors

Complementary color

Complementary color for #hex is #C1C588.


I love getcolorcode.com

Triadic colors

1 #773E3A and #3A773E with #3E3A77 are triadic colors.

2 #773A3E and #3A3E77 with #3E3A77 are triadic colors.