COLOR #3E2973

HEX: #3E2973
RGB: (62,41,115)

Color info

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

RGB color model

#3E2973 color RGB value is (62,41,115).

  • red value is 62;
  • green value is 41;
  • blue value is 115.
RGB:
(62,41,115)
(24%,16%,45%)

RGB channels and saturation

R 62 of 255 = 24%
G 41 of 255 = 16%
B 115 of 255 = 45%

62
41
115

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

Portions of RGB colors in percentages

R + G + B =
62 + 41 + 115 = 218 (100%)
R 62 of 218 ~ 28.44%
G 41 of 218 ~ 18.81%
B 115 of 218 ~ 52.75%

%28.44
%18.81
%52.75

CMYK color model

#3E2973 color CMYK value is (46,64,0,55).

  • cyan value is 46.09%
  • magenta value is 64.35%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(46,64,0,55)
C46M64Y0K55 
(46%,64%,0%,55%)
(0.46/0.64/0.00/0.55)	

CMYK percentages

%46.09
%64.35
%0
%54.9

Codes

Color #3E2973 in popluar color models

3E2973
RGB6241115
HSL257°47.44%30.59%
HSB/HSV257°64.35%45.10%
CMYK46.09%64.35%0.00%
54.90%

Color #3E2973 in popluar number systems.

HEX3E2973
Decimal6241115
Binary1111101010011110011
Octal7651163

Shades and tints

Shades of #3E2973

#3E2973
(62,41,115)
#392669
(57,38,105)
#34235F
(52,35,95)
#2F2055
(47,32,85)
#2A1D4B
(42,29,75)
#251A41
(37,26,65)
#201737
(32,23,55)
#1B142D
(27,20,45)
#161123
(22,17,35)
#110E19
(17,14,25)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #3E2973

#3E2973
(62,41,115)
#4F3C7F
(79,60,127)
#604F8B
(96,79,139)
#716297
(113,98,151)
#8275A3
(130,117,163)
#9388AF
(147,136,175)
#A49BBB
(164,155,187)
#B5AEC7
(181,174,199)
#C6C1D3
(198,193,211)
#D7D4DF
(215,212,223)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2973 color. Also use rgb(62,41,115) instead hex code.

Text Font Color

.myTextColor { color: #3E2973; }

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

This text font color is #3E2973.


Background Color

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

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

This div background color is #3E2973.


Border color

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

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

This div border color is #3E2973.


Opacity

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

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

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

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

This text has shadow with #3E2973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2973 on black background.


Color preview on white background

This text has color #3E2973 on white background.



Black color preview on #3E2973 background

This text has black color on #3E2973 background.


White color preview on #3E2973 background

This text has white color on #3E2973 background.