COLOR #3E146D

HEX: #3E146D
RGB: (62,20,109)

Color info

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

RGB color model

#3E146D color RGB value is (62,20,109).

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

RGB channels and saturation

R 62 of 255 = 24%
G 20 of 255 = 8%
B 109 of 255 = 43%

62
20
109

R + G + B ~ 25%. #3E146D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 20 + 109 = 191 (100%)
R 62 of 191 ~ 32.46%
G 20 of 191 ~ 10.47%
B 109 of 191 ~ 57.07%

%32.46
%10.47
%57.07

CMYK color model

#3E146D color CMYK value is (43,82,0,57).

  • cyan value is 43.12%
  • magenta value is 81.65%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(43,82,0,57)
C43M82Y0K57 
(43%,82%,0%,57%)
(0.43/0.82/0.00/0.57)	

CMYK percentages

%43.12
%81.65
%0
%57.25

Codes

Color #3E146D in popluar color models

3E146D
RGB6220109
HSL268°68.99%25.29%
HSB/HSV268°81.65%42.75%
CMYK43.12%81.65%0.00%
57.25%

Color #3E146D in popluar number systems.

HEX3E146D
Decimal6220109
Binary111110101001101101
Octal7624155

Shades and tints

Shades of #3E146D

#3E146D
(62,20,109)
#391364
(57,19,100)
#34125B
(52,18,91)
#2F1152
(47,17,82)
#2A1049
(42,16,73)
#250F40
(37,15,64)
#200E37
(32,14,55)
#1B0D2E
(27,13,46)
#160C25
(22,12,37)
#110B1C
(17,11,28)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #3E146D

#3E146D
(62,20,109)
#4F297A
(79,41,122)
#603E87
(96,62,135)
#715394
(113,83,148)
#8268A1
(130,104,161)
#937DAE
(147,125,174)
#A492BB
(164,146,187)
#B5A7C8
(181,167,200)
#C6BCD5
(198,188,213)
#D7D1E2
(215,209,226)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E146D; }

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

This text font color is #3E146D.


Background Color

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

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

This div background color is #3E146D.


Border color

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

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

This div border color is #3E146D.


Opacity

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

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

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

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

This text has shadow with #3E146D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E146D on black background.


Color preview on white background

This text has color #3E146D on white background.



Black color preview on #3E146D background

This text has black color on #3E146D background.


White color preview on #3E146D background

This text has white color on #3E146D background.