COLOR #3E3252

HEX: #3E3252
RGB: (62,50,82)

Color info

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

RGB color model

#3E3252 color RGB value is (62,50,82).

  • red value is 62;
  • green value is 50;
  • blue value is 82.
RGB:
(62,50,82)
(24%,20%,32%)

RGB channels and saturation

R 62 of 255 = 24%
G 50 of 255 = 20%
B 82 of 255 = 32%

62
50
82

R + G + B ~ 25%. #3E3252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 50 + 82 = 194 (100%)
R 62 of 194 ~ 31.96%
G 50 of 194 ~ 25.77%
B 82 of 194 ~ 42.27%

%31.96
%25.77
%42.27

CMYK color model

#3E3252 color CMYK value is (24,39,0,68).

  • cyan value is 24.39%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(24,39,0,68)
C24M39Y0K68 
(24%,39%,0%,68%)
(0.24/0.39/0.00/0.68)	

CMYK percentages

%24.39
%39.02
%0
%67.84

Codes

Color #3E3252 in popluar color models

3E3252
RGB625082
HSL263°24.24%25.88%
HSB/HSV263°39.02%32.16%
CMYK24.39%39.02%0.00%
67.84%

Color #3E3252 in popluar number systems.

HEX3E3252
Decimal625082
Binary1111101100101010010
Octal7662122

Shades and tints

Shades of #3E3252

#3E3252
(62,50,82)
#392E4B
(57,46,75)
#342A44
(52,42,68)
#2F263D
(47,38,61)
#2A2236
(42,34,54)
#251E2F
(37,30,47)
#201A28
(32,26,40)
#1B1621
(27,22,33)
#16121A
(22,18,26)
#110E13
(17,14,19)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #3E3252

#3E3252
(62,50,82)
#4F4461
(79,68,97)
#605670
(96,86,112)
#71687F
(113,104,127)
#827A8E
(130,122,142)
#938C9D
(147,140,157)
#A49EAC
(164,158,172)
#B5B0BB
(181,176,187)
#C6C2CA
(198,194,202)
#D7D4D9
(215,212,217)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3252 color. Also use rgb(62,50,82) instead hex code.

Text Font Color

.myTextColor { color: #3E3252; }

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

This text font color is #3E3252.


Background Color

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

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

This div background color is #3E3252.


Border color

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

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

This div border color is #3E3252.


Opacity

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

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

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

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

This text has shadow with #3E3252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3252 on black background.


Color preview on white background

This text has color #3E3252 on white background.



Black color preview on #3E3252 background

This text has black color on #3E3252 background.


White color preview on #3E3252 background

This text has white color on #3E3252 background.