COLOR #3E215C

HEX: #3E215C
RGB: (62,33,92)

Color info

#3E215C contains red, green and blue colors in about the same proportion. Web safe color of #3E215C is #333366 (or #336).

RGB color model

#3E215C color RGB value is (62,33,92).

  • red value is 62;
  • green value is 33;
  • blue value is 92.
RGB:
(62,33,92)
(24%,13%,36%)

RGB channels and saturation

R 62 of 255 = 24%
G 33 of 255 = 13%
B 92 of 255 = 36%

62
33
92

R + G + B ~ 24%. #3E215C is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 33 + 92 = 187 (100%)
R 62 of 187 ~ 33.16%
G 33 of 187 ~ 17.65%
B 92 of 187 ~ 49.2%

%33.16
%17.65
%49.2

CMYK color model

#3E215C color CMYK value is (33,64,0,64).

  • cyan value is 32.61%
  • magenta value is 64.13%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(33,64,0,64)
C33M64Y0K64 
(33%,64%,0%,64%)
(0.33/0.64/0.00/0.64)	

CMYK percentages

%32.61
%64.13
%0
%63.92

Codes

Color #3E215C in popluar color models

3E215C
RGB623392
HSL269°47.20%24.51%
HSB/HSV269°64.13%36.08%
CMYK32.61%64.13%0.00%
63.92%

Color #3E215C in popluar number systems.

HEX3E215C
Decimal623392
Binary1111101000011011100
Octal7641134

Shades and tints

Shades of #3E215C

#3E215C
(62,33,92)
#391E54
(57,30,84)
#341B4C
(52,27,76)
#2F1844
(47,24,68)
#2A153C
(42,21,60)
#251234
(37,18,52)
#200F2C
(32,15,44)
#1B0C24
(27,12,36)
#16091C
(22,9,28)
#110614
(17,6,20)
#0C030C
(12,3,12)
#000000
(0,0,0)

Tints of #3E215C

#3E215C
(62,33,92)
#4F356A
(79,53,106)
#604978
(96,73,120)
#715D86
(113,93,134)
#827194
(130,113,148)
#9385A2
(147,133,162)
#A499B0
(164,153,176)
#B5ADBE
(181,173,190)
#C6C1CC
(198,193,204)
#D7D5DA
(215,213,218)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E215C color. Also use rgb(62,33,92) instead hex code.

Text Font Color

.myTextColor { color: #3E215C; }

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

This text font color is #3E215C.


Background Color

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

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

This div background color is #3E215C.


Border color

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

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

This div border color is #3E215C.


Opacity

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

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

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

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

This text has shadow with #3E215C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E215C on black background.


Color preview on white background

This text has color #3E215C on white background.



Black color preview on #3E215C background

This text has black color on #3E215C background.


White color preview on #3E215C background

This text has white color on #3E215C background.