COLOR #3E0950

HEX: #3E0950
RGB: (62,9,80)

Color info

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

RGB color model

#3E0950 color RGB value is (62,9,80).

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

RGB channels and saturation

R 62 of 255 = 24%
G 9 of 255 = 4%
B 80 of 255 = 31%

62
9
80

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

Portions of RGB colors in percentages

R + G + B =
62 + 9 + 80 = 151 (100%)
R 62 of 151 ~ 41.06%
G 9 of 151 ~ 5.96%
B 80 of 151 ~ 52.98%

%41.06
%52.98

CMYK color model

#3E0950 color CMYK value is (23,89,0,69).

  • cyan value is 22.50%
  • magenta value is 88.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(23,89,0,69)
C23M89Y0K69 
(23%,89%,0%,69%)
(0.23/0.89/0.00/0.69)	

CMYK percentages

%22.5
%88.75
%0
%68.63

Codes

Color #3E0950 in popluar color models

3E0950
RGB62980
HSL285°79.78%17.45%
HSB/HSV285°88.75%31.37%
CMYK22.50%88.75%0.00%
68.63%

Color #3E0950 in popluar number systems.

HEX3E0950
Decimal62980
Binary11111010011010000
Octal7611120

Shades and tints

Shades of #3E0950

#3E0950
(62,9,80)
#390949
(57,9,73)
#340942
(52,9,66)
#2F093B
(47,9,59)
#2A0934
(42,9,52)
#25092D
(37,9,45)
#200926
(32,9,38)
#1B091F
(27,9,31)
#160918
(22,9,24)
#110911
(17,9,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #3E0950

#3E0950
(62,9,80)
#4F1F5F
(79,31,95)
#60356E
(96,53,110)
#714B7D
(113,75,125)
#82618C
(130,97,140)
#93779B
(147,119,155)
#A48DAA
(164,141,170)
#B5A3B9
(181,163,185)
#C6B9C8
(198,185,200)
#D7CFD7
(215,207,215)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E0950; }

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

This text font color is #3E0950.


Background Color

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

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

This div background color is #3E0950.


Border color

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

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

This div border color is #3E0950.


Opacity

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

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

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

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

This text has shadow with #3E0950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0950 on black background.


Color preview on white background

This text has color #3E0950 on white background.



Black color preview on #3E0950 background

This text has black color on #3E0950 background.


White color preview on #3E0950 background

This text has white color on #3E0950 background.