COLOR #3E2E71

HEX: #3E2E71
RGB: (62,46,113)

Color info

#3E2E71 contains mainly red and blue colors. Web safe color of #3E2E71 is #333366 (or #336).

RGB color model

#3E2E71 color RGB value is (62,46,113).

  • red value is 62;
  • green value is 46;
  • blue value is 113.
RGB:
(62,46,113)
(24%,18%,44%)

RGB channels and saturation

R 62 of 255 = 24%
G 46 of 255 = 18%
B 113 of 255 = 44%

62
46
113

R + G + B ~ 29%. #3E2E71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 46 + 113 = 221 (100%)
R 62 of 221 ~ 28.05%
G 46 of 221 ~ 20.81%
B 113 of 221 ~ 51.13%

%28.05
%20.81
%51.13

CMYK color model

#3E2E71 color CMYK value is (45,59,0,56).

  • cyan value is 45.13%
  • magenta value is 59.29%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(45,59,0,56)
C45M59Y0K56 
(45%,59%,0%,56%)
(0.45/0.59/0.00/0.56)	

CMYK percentages

%45.13
%59.29
%0
%55.69

Codes

Color #3E2E71 in popluar color models

3E2E71
RGB6246113
HSL254°42.14%31.18%
HSB/HSV254°59.29%44.31%
CMYK45.13%59.29%0.00%
55.69%

Color #3E2E71 in popluar number systems.

HEX3E2E71
Decimal6246113
Binary1111101011101110001
Octal7656161

Shades and tints

Shades of #3E2E71

#3E2E71
(62,46,113)
#392A67
(57,42,103)
#34265D
(52,38,93)
#2F2253
(47,34,83)
#2A1E49
(42,30,73)
#251A3F
(37,26,63)
#201635
(32,22,53)
#1B122B
(27,18,43)
#160E21
(22,14,33)
#110A17
(17,10,23)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #3E2E71

#3E2E71
(62,46,113)
#4F417D
(79,65,125)
#605489
(96,84,137)
#716795
(113,103,149)
#827AA1
(130,122,161)
#938DAD
(147,141,173)
#A4A0B9
(164,160,185)
#B5B3C5
(181,179,197)
#C6C6D1
(198,198,209)
#D7D9DD
(215,217,221)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2E71 color. Also use rgb(62,46,113) instead hex code.

Text Font Color

.myTextColor { color: #3E2E71; }

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

This text font color is #3E2E71.


Background Color

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

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

This div background color is #3E2E71.


Border color

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

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

This div border color is #3E2E71.


Opacity

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

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

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

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

This text has shadow with #3E2E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2E71 on black background.


Color preview on white background

This text has color #3E2E71 on white background.



Black color preview on #3E2E71 background

This text has black color on #3E2E71 background.


White color preview on #3E2E71 background

This text has white color on #3E2E71 background.