COLOR #3E1463

HEX: #3E1463
RGB: (62,20,99)

Color info

#3E1463 contains mainly red and blue colors. Web safe color of #3E1463 is #330066 (or #306).

RGB color model

#3E1463 color RGB value is (62,20,99).

  • red value is 62;
  • green value is 20;
  • blue value is 99.
RGB:
(62,20,99)
(24%,8%,39%)

RGB channels and saturation

R 62 of 255 = 24%
G 20 of 255 = 8%
B 99 of 255 = 39%

62
20
99

R + G + B ~ 24%. #3E1463 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 20 + 99 = 181 (100%)
R 62 of 181 ~ 34.25%
G 20 of 181 ~ 11.05%
B 99 of 181 ~ 54.7%

%34.25
%11.05
%54.7

CMYK color model

#3E1463 color CMYK value is (37,80,0,61).

  • cyan value is 37.37%
  • magenta value is 79.80%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(37,80,0,61)
C37M80Y0K61 
(37%,80%,0%,61%)
(0.37/0.80/0.00/0.61)	

CMYK percentages

%37.37
%79.8
%0
%61.18

Codes

Color #3E1463 in popluar color models

3E1463
RGB622099
HSL272°66.39%23.33%
HSB/HSV272°79.80%38.82%
CMYK37.37%79.80%0.00%
61.18%

Color #3E1463 in popluar number systems.

HEX3E1463
Decimal622099
Binary111110101001100011
Octal7624143

Shades and tints

Shades of #3E1463

#3E1463
(62,20,99)
#39135A
(57,19,90)
#341251
(52,18,81)
#2F1148
(47,17,72)
#2A103F
(42,16,63)
#250F36
(37,15,54)
#200E2D
(32,14,45)
#1B0D24
(27,13,36)
#160C1B
(22,12,27)
#110B12
(17,11,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #3E1463

#3E1463
(62,20,99)
#4F2971
(79,41,113)
#603E7F
(96,62,127)
#71538D
(113,83,141)
#82689B
(130,104,155)
#937DA9
(147,125,169)
#A492B7
(164,146,183)
#B5A7C5
(181,167,197)
#C6BCD3
(198,188,211)
#D7D1E1
(215,209,225)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1463; }

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

This text font color is #3E1463.


Background Color

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

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

This div background color is #3E1463.


Border color

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

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

This div border color is #3E1463.


Opacity

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

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

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

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

This text has shadow with #3E1463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1463 on black background.


Color preview on white background

This text has color #3E1463 on white background.



Black color preview on #3E1463 background

This text has black color on #3E1463 background.


White color preview on #3E1463 background

This text has white color on #3E1463 background.