COLOR #3E3563

HEX: #3E3563 RGB: (62,53,99)

Color info

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

RGB color model

#3E3563 color RGB value is (62,53,99).

RGB: (62,53,99) (24%, 21%, 39%)

RGB channels and saturation

R 62 of 255 = 24%
G 53 of 255 = 21%
B 99 of 255 = 39%

62
53
99

R + G + B ~ 28%. #3E3563 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 53 + 99 = 214 (100%)
R 62 of 214 ~ 28.97%
G 53 of 214 ~ 24.77%
B 99 of 214 ~ 46.26'%

%28.97
%24.77
%46.26

CMYK color model

#3E3563 color CMYK value is (37,46,0,61).

  • cyan value is 37.37%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (37,46,0,61)
C37M46Y0K61 (37%, 46%, 0%, 61%)
(0.37 / 0.46 / 0.00 / 0.61)

CMYK percentages

%37.37
%46.46
%0
%61.18

Codes

Color #3E3563 in popluar color models

3E 35 63
RGB 62 53 99
HSL 252° 30.26% 29.80%
HSB/HSV 252° 46.46% 38.82%
CMYK 37.37% 46.46% 0.00%
61.18%

Color #3E3563 in popluar number systems.

HEX 3E 35 63
Decimal 62 53 99
Binary 111110 110101 1100011
Octal 76 65 143

Shades and tints

Shades of #3E3563

#3E3563
(62,53,99)
#39315A
(57,49,90)
#342D51
(52,45,81)
#2F2948
(47,41,72)
#2A253F
(42,37,63)
#252136
(37,33,54)
#201D2D
(32,29,45)
#1B1924
(27,25,36)
#16151B
(22,21,27)
#111112
(17,17,18)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #3E3563

#3E3563
(62,53,99)
#4F4771
(79,71,113)
#60597F
(96,89,127)
#716B8D
(113,107,141)
#827D9B
(130,125,155)
#938FA9
(147,143,169)
#A4A1B7
(164,161,183)
#B5B3C5
(181,179,197)
#C6C5D3
(198,197,211)
#D7D7E1
(215,215,225)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3563 color. Also use rgb(62,53,99) instead hex code.

Text Font Color

.myTextColor { color: #3E3563; }

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

This text font color is #3E3563.

Background Color

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

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

This div background color is #3E3563.

Border color

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

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

This div border color is #3E3563.

Opacity

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

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

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

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

This text has shadow with #3E3563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3563.

Preview

Color preview on black background

This text has color #3E3563 on black background.


Color preview on white background

This text has color #3E3563 on white background.


Black color preview on #3E3563 background

This text has black color on #3E3563 background.


White color preview on #3E3563 background

This text has white color on #3E3563 background.


Related colors

Complementary color

Complementary color for #hex is #C1CA9C.


I love getcolorcode.com

Triadic colors

1 #633E35 and #35633E with #3E3563 are triadic colors.

2 #63353E and #353E63 with #3E3563 are triadic colors.