COLOR #3E005E

HEX: #3E005E
RGB: (62,0,94)

Color info

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

RGB color model

#3E005E color RGB value is (62,0,94).

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

RGB channels and saturation

R 62 of 255 = 24%
G 0 of 255 = 0%
B 94 of 255 = 37%

62
0
94

R + G + B ~ 20%. #3E005E is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 0 + 94 = 156 (100%)
R 62 of 156 ~ 39.74%
G 0 of 156 ~ 0%
B 94 of 156 ~ 60.26%

%39.74
%60.26

CMYK color model

#3E005E color CMYK value is (34,100,0,63).

  • cyan value is 34.04%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(34,100,0,63)
C34M100Y0K63 
(34%,100%,0%,63%)
(0.34/1.00/0.00/0.63)	

CMYK percentages

%34.04
%100
%0
%63.14

Codes

Color #3E005E in popluar color models

3E005E
RGB62094
HSL280°100.00%18.43%
HSB/HSV280°100.00%36.86%
CMYK34.04%100.00%0.00%
63.14%

Color #3E005E in popluar number systems.

HEX3E005E
Decimal62094
Binary11111001011110
Octal760136

Shades and tints

Shades of #3E005E

#3E005E
(62,0,94)
#390056
(57,0,86)
#34004E
(52,0,78)
#2F0046
(47,0,70)
#2A003E
(42,0,62)
#250036
(37,0,54)
#20002E
(32,0,46)
#1B0026
(27,0,38)
#16001E
(22,0,30)
#110016
(17,0,22)
#0C000E
(12,0,14)
#000000
(0,0,0)

Tints of #3E005E

#3E005E
(62,0,94)
#4F176C
(79,23,108)
#602E7A
(96,46,122)
#714588
(113,69,136)
#825C96
(130,92,150)
#9373A4
(147,115,164)
#A48AB2
(164,138,178)
#B5A1C0
(181,161,192)
#C6B8CE
(198,184,206)
#D7CFDC
(215,207,220)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E005E; }

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

This text font color is #3E005E.


Background Color

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

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

This div background color is #3E005E.


Border color

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

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

This div border color is #3E005E.


Opacity

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

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

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

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

This text has shadow with #3E005E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E005E on black background.


Color preview on white background

This text has color #3E005E on white background.



Black color preview on #3E005E background

This text has black color on #3E005E background.


White color preview on #3E005E background

This text has white color on #3E005E background.