COLOR #3E276F

HEX: #3E276F
RGB: (62,39,111)

Color info

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

RGB color model

#3E276F color RGB value is (62,39,111).

  • red value is 62;
  • green value is 39;
  • blue value is 111.
RGB:
(62,39,111)
(24%,15%,44%)

RGB channels and saturation

R 62 of 255 = 24%
G 39 of 255 = 15%
B 111 of 255 = 44%

62
39
111

R + G + B ~ 28%. #3E276F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 39 + 111 = 212 (100%)
R 62 of 212 ~ 29.25%
G 39 of 212 ~ 18.4%
B 111 of 212 ~ 52.36%

%29.25
%18.4
%52.36

CMYK color model

#3E276F color CMYK value is (44,65,0,56).

  • cyan value is 44.14%
  • magenta value is 64.86%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(44,65,0,56)
C44M65Y0K56 
(44%,65%,0%,56%)
(0.44/0.65/0.00/0.56)	

CMYK percentages

%44.14
%64.86
%0
%56.47

Codes

Color #3E276F in popluar color models

3E276F
RGB6239111
HSL259°48.00%29.41%
HSB/HSV259°64.86%43.53%
CMYK44.14%64.86%0.00%
56.47%

Color #3E276F in popluar number systems.

HEX3E276F
Decimal6239111
Binary1111101001111101111
Octal7647157

Shades and tints

Shades of #3E276F

#3E276F
(62,39,111)
#392465
(57,36,101)
#34215B
(52,33,91)
#2F1E51
(47,30,81)
#2A1B47
(42,27,71)
#25183D
(37,24,61)
#201533
(32,21,51)
#1B1229
(27,18,41)
#160F1F
(22,15,31)
#110C15
(17,12,21)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #3E276F

#3E276F
(62,39,111)
#4F3A7C
(79,58,124)
#604D89
(96,77,137)
#716096
(113,96,150)
#8273A3
(130,115,163)
#9386B0
(147,134,176)
#A499BD
(164,153,189)
#B5ACCA
(181,172,202)
#C6BFD7
(198,191,215)
#D7D2E4
(215,210,228)
#E8E5F1
(232,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E276F color. Also use rgb(62,39,111) instead hex code.

Text Font Color

.myTextColor { color: #3E276F; }

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

This text font color is #3E276F.


Background Color

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

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

This div background color is #3E276F.


Border color

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

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

This div border color is #3E276F.


Opacity

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

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

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

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

This text has shadow with #3E276F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E276F on black background.


Color preview on white background

This text has color #3E276F on white background.



Black color preview on #3E276F background

This text has black color on #3E276F background.


White color preview on #3E276F background

This text has white color on #3E276F background.