COLOR #3E004E

HEX: #3E004E
RGB: (62,0,78)

Color info

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

RGB color model

#3E004E color RGB value is (62,0,78).

  • red value is 62;
  • green value is 0;
  • blue value is 78.
RGB:
(62,0,78)
(24%,0%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 0 of 255 = 0%
B 78 of 255 = 31%

62
0
78

R + G + B ~ 18%. #3E004E is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 0 + 78 = 140 (100%)
R 62 of 140 ~ 44.29%
G 0 of 140 ~ 0%
B 78 of 140 ~ 55.71%

%44.29
%55.71

CMYK color model

#3E004E color CMYK value is (21,100,0,69).

  • cyan value is 20.51%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(21,100,0,69)
C21M100Y0K69 
(21%,100%,0%,69%)
(0.21/1.00/0.00/0.69)	

CMYK percentages

%20.51
%100
%0
%69.41

Codes

Color #3E004E in popluar color models

3E004E
RGB62078
HSL288°100.00%15.29%
HSB/HSV288°100.00%30.59%
CMYK20.51%100.00%0.00%
69.41%

Color #3E004E in popluar number systems.

HEX3E004E
Decimal62078
Binary11111001001110
Octal760116

Shades and tints

Shades of #3E004E

#3E004E
(62,0,78)
#390047
(57,0,71)
#340040
(52,0,64)
#2F0039
(47,0,57)
#2A0032
(42,0,50)
#25002B
(37,0,43)
#200024
(32,0,36)
#1B001D
(27,0,29)
#160016
(22,0,22)
#11000F
(17,0,15)
#0C0008
(12,0,8)
#000000
(0,0,0)

Tints of #3E004E

#3E004E
(62,0,78)
#4F175E
(79,23,94)
#602E6E
(96,46,110)
#71457E
(113,69,126)
#825C8E
(130,92,142)
#93739E
(147,115,158)
#A48AAE
(164,138,174)
#B5A1BE
(181,161,190)
#C6B8CE
(198,184,206)
#D7CFDE
(215,207,222)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E004E color. Also use rgb(62,0,78) instead hex code.

Text Font Color

.myTextColor { color: #3E004E; }

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

This text font color is #3E004E.


Background Color

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

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

This div background color is #3E004E.


Border color

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

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

This div border color is #3E004E.


Opacity

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

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

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

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

This text has shadow with #3E004E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E004E on black background.


Color preview on white background

This text has color #3E004E on white background.



Black color preview on #3E004E background

This text has black color on #3E004E background.


White color preview on #3E004E background

This text has white color on #3E004E background.