COLOR #3E0140

HEX: #3E0140
RGB: (62,1,64)

Color info

#3E0140 contains mainly red and blue colors. Web safe color of #3E0140 is #330033 (or #303).

RGB color model

#3E0140 color RGB value is (62,1,64).

  • red value is 62;
  • green value is 1;
  • blue value is 64.
RGB:
(62,1,64)
(24%,0%,25%)

RGB channels and saturation

R 62 of 255 = 24%
G 1 of 255 = 0%
B 64 of 255 = 25%

62
1
64

R + G + B ~ 16%. #3E0140 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 1 + 64 = 127 (100%)
R 62 of 127 ~ 48.82%
G 1 of 127 ~ 0.79%
B 64 of 127 ~ 50.39%

%48.82
%50.39

CMYK color model

#3E0140 color CMYK value is (3,98,0,75).

  • cyan value is 3.12%
  • magenta value is 98.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(3,98,0,75)
C3M98Y0K75 
(3%,98%,0%,75%)
(0.03/0.98/0.00/0.75)	

CMYK percentages

%3.12
%98.44
%0
%74.9

Codes

Color #3E0140 in popluar color models

3E0140
RGB62164
HSL298°96.92%12.75%
HSB/HSV298°98.44%25.10%
CMYK3.12%98.44%0.00%
74.90%

Color #3E0140 in popluar number systems.

HEX3E0140
Decimal62164
Binary11111011000000
Octal761100

Shades and tints

Shades of #3E0140

#3E0140
(62,1,64)
#39013B
(57,1,59)
#340136
(52,1,54)
#2F0131
(47,1,49)
#2A012C
(42,1,44)
#250127
(37,1,39)
#200122
(32,1,34)
#1B011D
(27,1,29)
#160118
(22,1,24)
#110113
(17,1,19)
#0C010E
(12,1,14)
#000000
(0,0,0)

Tints of #3E0140

#3E0140
(62,1,64)
#4F1851
(79,24,81)
#602F62
(96,47,98)
#714673
(113,70,115)
#825D84
(130,93,132)
#937495
(147,116,149)
#A48BA6
(164,139,166)
#B5A2B7
(181,162,183)
#C6B9C8
(198,185,200)
#D7D0D9
(215,208,217)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E0140 color. Also use rgb(62,1,64) instead hex code.

Text Font Color

.myTextColor { color: #3E0140; }

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

This text font color is #3E0140.


Background Color

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

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

This div background color is #3E0140.


Border color

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

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

This div border color is #3E0140.


Opacity

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

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

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

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

This text has shadow with #3E0140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0140 on black background.


Color preview on white background

This text has color #3E0140 on white background.



Black color preview on #3E0140 background

This text has black color on #3E0140 background.


White color preview on #3E0140 background

This text has white color on #3E0140 background.