COLOR #3E1842

HEX: #3E1842
RGB: (62,24,66)

Color info

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

RGB color model

#3E1842 color RGB value is (62,24,66).

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

RGB channels and saturation

R 62 of 255 = 24%
G 24 of 255 = 9%
B 66 of 255 = 26%

62
24
66

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

Portions of RGB colors in percentages

R + G + B =
62 + 24 + 66 = 152 (100%)
R 62 of 152 ~ 40.79%
G 24 of 152 ~ 15.79%
B 66 of 152 ~ 43.42%

%40.79
%15.79
%43.42

CMYK color model

#3E1842 color CMYK value is (6,64,0,74).

  • cyan value is 6.06%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(6,64,0,74)
C6M64Y0K74 
(6%,64%,0%,74%)
(0.06/0.64/0.00/0.74)	

CMYK percentages

%6.06
%63.64
%0
%74.12

Codes

Color #3E1842 in popluar color models

3E1842
RGB622466
HSL294°46.67%17.65%
HSB/HSV294°63.64%25.88%
CMYK6.06%63.64%0.00%
74.12%

Color #3E1842 in popluar number systems.

HEX3E1842
Decimal622466
Binary111110110001000010
Octal7630102

Shades and tints

Shades of #3E1842

#3E1842
(62,24,66)
#39163C
(57,22,60)
#341436
(52,20,54)
#2F1230
(47,18,48)
#2A102A
(42,16,42)
#250E24
(37,14,36)
#200C1E
(32,12,30)
#1B0A18
(27,10,24)
#160812
(22,8,18)
#11060C
(17,6,12)
#0C0406
(12,4,6)
#000000
(0,0,0)

Tints of #3E1842

#3E1842
(62,24,66)
#4F2D53
(79,45,83)
#604264
(96,66,100)
#715775
(113,87,117)
#826C86
(130,108,134)
#938197
(147,129,151)
#A496A8
(164,150,168)
#B5ABB9
(181,171,185)
#C6C0CA
(198,192,202)
#D7D5DB
(215,213,219)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1842; }

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

This text font color is #3E1842.


Background Color

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

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

This div background color is #3E1842.


Border color

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

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

This div border color is #3E1842.


Opacity

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

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

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

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

This text has shadow with #3E1842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1842 on black background.


Color preview on white background

This text has color #3E1842 on white background.



Black color preview on #3E1842 background

This text has black color on #3E1842 background.


White color preview on #3E1842 background

This text has white color on #3E1842 background.