COLOR #3E0C42

HEX: #3E0C42
RGB: (62,12,66)

Color info

#3E0C42 contains red, green and blue colors in about the same proportion. Web safe color of #3E0C42 is #330033 (or #303).

RGB color model

#3E0C42 color RGB value is (62,12,66).

  • red value is 62;
  • green value is 12;
  • blue value is 66.
RGB:
(62,12,66)
(24%,5%,26%)

RGB channels and saturation

R 62 of 255 = 24%
G 12 of 255 = 5%
B 66 of 255 = 26%

62
12
66

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

Portions of RGB colors in percentages

R + G + B =
62 + 12 + 66 = 140 (100%)
R 62 of 140 ~ 44.29%
G 12 of 140 ~ 8.57%
B 66 of 140 ~ 47.14%

%44.29
%47.14

CMYK color model

#3E0C42 color CMYK value is (6,82,0,74).

  • cyan value is 6.06%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(6,82,0,74)
C6M82Y0K74 
(6%,82%,0%,74%)
(0.06/0.82/0.00/0.74)	

CMYK percentages

%6.06
%81.82
%0
%74.12

Codes

Color #3E0C42 in popluar color models

3E0C42
RGB621266
HSL296°69.23%15.29%
HSB/HSV296°81.82%25.88%
CMYK6.06%81.82%0.00%
74.12%

Color #3E0C42 in popluar number systems.

HEX3E0C42
Decimal621266
Binary11111011001000010
Octal7614102

Shades and tints

Shades of #3E0C42

#3E0C42
(62,12,66)
#390B3C
(57,11,60)
#340A36
(52,10,54)
#2F0930
(47,9,48)
#2A082A
(42,8,42)
#250724
(37,7,36)
#20061E
(32,6,30)
#1B0518
(27,5,24)
#160412
(22,4,18)
#11030C
(17,3,12)
#0C0206
(12,2,6)
#000000
(0,0,0)

Tints of #3E0C42

#3E0C42
(62,12,66)
#4F2253
(79,34,83)
#603864
(96,56,100)
#714E75
(113,78,117)
#826486
(130,100,134)
#937A97
(147,122,151)
#A490A8
(164,144,168)
#B5A6B9
(181,166,185)
#C6BCCA
(198,188,202)
#D7D2DB
(215,210,219)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E0C42 color. Also use rgb(62,12,66) instead hex code.

Text Font Color

.myTextColor { color: #3E0C42; }

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

This text font color is #3E0C42.


Background Color

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

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

This div background color is #3E0C42.


Border color

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

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

This div border color is #3E0C42.


Opacity

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

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

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

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

This text has shadow with #3E0C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E0C42 on black background.


Color preview on white background

This text has color #3E0C42 on white background.



Black color preview on #3E0C42 background

This text has black color on #3E0C42 background.


White color preview on #3E0C42 background

This text has white color on #3E0C42 background.