COLOR #3E3873

HEX: #3E3873 RGB: (62,56,115)

Color info

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

RGB color model

#3E3873 color RGB value is (62,56,115).

RGB: (62,56,115) (24%, 22%, 45%)

RGB channels and saturation

R 62 of 255 = 24%
G 56 of 255 = 22%
B 115 of 255 = 45%

62
56
115

R + G + B ~ 30%. #3E3873 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 56 + 115 = 233 (100%)
R 62 of 233 ~ 26.61%
G 56 of 233 ~ 24.03%
B 115 of 233 ~ 49.36'%

%26.61
%24.03
%49.36

CMYK color model

#3E3873 color CMYK value is (46,51,0,55).

  • cyan value is 46.09%
  • magenta value is 51.30%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (46,51,0,55)
C46M51Y0K55 (46%, 51%, 0%, 55%)
(0.46 / 0.51 / 0.00 / 0.55)

CMYK percentages

%46.09
%51.3
%0
%54.9

Codes

Color #3E3873 in popluar color models

3E 38 73
RGB 62 56 115
HSL 246° 34.50% 33.53%
HSB/HSV 246° 51.30% 45.10%
CMYK 46.09% 51.30% 0.00%
54.90%

Color #3E3873 in popluar number systems.

HEX 3E 38 73
Decimal 62 56 115
Binary 111110 111000 1110011
Octal 76 70 163

Shades and tints

Shades of #3E3873

#3E3873
(62,56,115)
#393369
(57,51,105)
#342E5F
(52,46,95)
#2F2955
(47,41,85)
#2A244B
(42,36,75)
#251F41
(37,31,65)
#201A37
(32,26,55)
#1B152D
(27,21,45)
#161023
(22,16,35)
#110B19
(17,11,25)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #3E3873

#3E3873
(62,56,115)
#4F4A7F
(79,74,127)
#605C8B
(96,92,139)
#716E97
(113,110,151)
#8280A3
(130,128,163)
#9392AF
(147,146,175)
#A4A4BB
(164,164,187)
#B5B6C7
(181,182,199)
#C6C8D3
(198,200,211)
#D7DADF
(215,218,223)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3873 color. Also use rgb(62,56,115) instead hex code.

Text Font Color

.myTextColor { color: #3E3873; }

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

This text font color is #3E3873.

Background Color

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

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

This div background color is #3E3873.

Border color

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

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

This div border color is #3E3873.

Opacity

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

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

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

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

This text has shadow with #3E3873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3873.

Preview

Color preview on black background

This text has color #3E3873 on black background.


Color preview on white background

This text has color #3E3873 on white background.


Black color preview on #3E3873 background

This text has black color on #3E3873 background.


White color preview on #3E3873 background

This text has white color on #3E3873 background.


Related colors

Complementary color

Complementary color for #hex is #C1C78C.


I love getcolorcode.com

Triadic colors

1 #733E38 and #38733E with #3E3873 are triadic colors.

2 #73383E and #383E73 with #3E3873 are triadic colors.