COLOR #3E147E

HEX: #3E147E
RGB: (62,20,126)

Color info

#3E147E contains mainly blue color. Web safe color of #3E147E is #330066 (or #306).

RGB color model

#3E147E color RGB value is (62,20,126).

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

RGB channels and saturation

R 62 of 255 = 24%
G 20 of 255 = 8%
B 126 of 255 = 49%

62
20
126

R + G + B ~ 27%. #3E147E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 20 + 126 = 208 (100%)
R 62 of 208 ~ 29.81%
G 20 of 208 ~ 9.62%
B 126 of 208 ~ 60.58%

%29.81
%9.62
%60.58

CMYK color model

#3E147E color CMYK value is (51,84,0,51).

  • cyan value is 50.79%
  • magenta value is 84.13%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(51,84,0,51)
C51M84Y0K51 
(51%,84%,0%,51%)
(0.51/0.84/0.00/0.51)	

CMYK percentages

%50.79
%84.13
%0
%50.59

Codes

Color #3E147E in popluar color models

3E147E
RGB6220126
HSL264°72.60%28.63%
HSB/HSV264°84.13%49.41%
CMYK50.79%84.13%0.00%
50.59%

Color #3E147E in popluar number systems.

HEX3E147E
Decimal6220126
Binary111110101001111110
Octal7624176

Shades and tints

Shades of #3E147E

#3E147E
(62,20,126)
#391373
(57,19,115)
#341268
(52,18,104)
#2F115D
(47,17,93)
#2A1052
(42,16,82)
#250F47
(37,15,71)
#200E3C
(32,14,60)
#1B0D31
(27,13,49)
#160C26
(22,12,38)
#110B1B
(17,11,27)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #3E147E

#3E147E
(62,20,126)
#4F2989
(79,41,137)
#603E94
(96,62,148)
#71539F
(113,83,159)
#8268AA
(130,104,170)
#937DB5
(147,125,181)
#A492C0
(164,146,192)
#B5A7CB
(181,167,203)
#C6BCD6
(198,188,214)
#D7D1E1
(215,209,225)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E147E; }

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

This text font color is #3E147E.


Background Color

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

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

This div background color is #3E147E.


Border color

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

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

This div border color is #3E147E.


Opacity

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

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

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

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

This text has shadow with #3E147E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E147E on black background.


Color preview on white background

This text has color #3E147E on white background.



Black color preview on #3E147E background

This text has black color on #3E147E background.


White color preview on #3E147E background

This text has white color on #3E147E background.