COLOR #3E1441

HEX: #3E1441
RGB: (62,20,65)

Color info

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

RGB color model

#3E1441 color RGB value is (62,20,65).

  • red value is 62;
  • green value is 20;
  • blue value is 65.
RGB:
(62,20,65)
(24%,8%,25%)

RGB channels and saturation

R 62 of 255 = 24%
G 20 of 255 = 8%
B 65 of 255 = 25%

62
20
65

R + G + B ~ 19%. #3E1441 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 20 + 65 = 147 (100%)
R 62 of 147 ~ 42.18%
G 20 of 147 ~ 13.61%
B 65 of 147 ~ 44.22%

%42.18
%13.61
%44.22

CMYK color model

#3E1441 color CMYK value is (5,69,0,75).

  • cyan value is 4.62%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(5,69,0,75)
C5M69Y0K75 
(5%,69%,0%,75%)
(0.05/0.69/0.00/0.75)	

CMYK percentages

%4.62
%69.23
%0
%74.51

Codes

Color #3E1441 in popluar color models

3E1441
RGB622065
HSL296°52.94%16.67%
HSB/HSV296°69.23%25.49%
CMYK4.62%69.23%0.00%
74.51%

Color #3E1441 in popluar number systems.

HEX3E1441
Decimal622065
Binary111110101001000001
Octal7624101

Shades and tints

Shades of #3E1441

#3E1441
(62,20,65)
#39133C
(57,19,60)
#341237
(52,18,55)
#2F1132
(47,17,50)
#2A102D
(42,16,45)
#250F28
(37,15,40)
#200E23
(32,14,35)
#1B0D1E
(27,13,30)
#160C19
(22,12,25)
#110B14
(17,11,20)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #3E1441

#3E1441
(62,20,65)
#4F2952
(79,41,82)
#603E63
(96,62,99)
#715374
(113,83,116)
#826885
(130,104,133)
#937D96
(147,125,150)
#A492A7
(164,146,167)
#B5A7B8
(181,167,184)
#C6BCC9
(198,188,201)
#D7D1DA
(215,209,218)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1441 color. Also use rgb(62,20,65) instead hex code.

Text Font Color

.myTextColor { color: #3E1441; }

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

This text font color is #3E1441.


Background Color

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

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

This div background color is #3E1441.


Border color

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

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

This div border color is #3E1441.


Opacity

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

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

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

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

This text has shadow with #3E1441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1441 on black background.


Color preview on white background

This text has color #3E1441 on white background.



Black color preview on #3E1441 background

This text has black color on #3E1441 background.


White color preview on #3E1441 background

This text has white color on #3E1441 background.