COLOR #3E0050

HEX: #3E0050
RGB: (62,0,80)

Color info

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

RGB color model

#3E0050 color RGB value is (62,0,80).

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

RGB channels and saturation

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

62
0
80

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

Portions of RGB colors in percentages

R + G + B =
62 + 0 + 80 = 142 (100%)
R 62 of 142 ~ 43.66%
G 0 of 142 ~ 0%
B 80 of 142 ~ 56.34%

%43.66
%56.34

CMYK color model

#3E0050 color CMYK value is (23,100,0,69).

  • cyan value is 22.50%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(23,100,0,69)
C23M100Y0K69 
(23%,100%,0%,69%)
(0.23/1.00/0.00/0.69)	

CMYK percentages

%22.5
%100
%0
%68.63

Codes

Color #3E0050 in popluar color models

3E0050
RGB62080
HSL287°100.00%15.69%
HSB/HSV287°100.00%31.37%
CMYK22.50%100.00%0.00%
68.63%

Color #3E0050 in popluar number systems.

HEX3E0050
Decimal62080
Binary11111001010000
Octal760120

Shades and tints

Shades of #3E0050

#3E0050
(62,0,80)
#390049
(57,0,73)
#340042
(52,0,66)
#2F003B
(47,0,59)
#2A0034
(42,0,52)
#25002D
(37,0,45)
#200026
(32,0,38)
#1B001F
(27,0,31)
#160018
(22,0,24)
#110011
(17,0,17)
#0C000A
(12,0,10)
#000000
(0,0,0)

Tints of #3E0050

#3E0050
(62,0,80)
#4F175F
(79,23,95)
#602E6E
(96,46,110)
#71457D
(113,69,125)
#825C8C
(130,92,140)
#93739B
(147,115,155)
#A48AAA
(164,138,170)
#B5A1B9
(181,161,185)
#C6B8C8
(198,184,200)
#D7CFD7
(215,207,215)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0050; }

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

This text font color is #3E0050.


Background Color

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

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

This div background color is #3E0050.


Border color

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

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

This div border color is #3E0050.


Opacity

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

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

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

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

This text has shadow with #3E0050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0050 on black background.


Color preview on white background

This text has color #3E0050 on white background.



Black color preview on #3E0050 background

This text has black color on #3E0050 background.


White color preview on #3E0050 background

This text has white color on #3E0050 background.