COLOR #3E306A

HEX: #3E306A
RGB: (62,48,106)

Color info

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

RGB color model

#3E306A color RGB value is (62,48,106).

  • red value is 62;
  • green value is 48;
  • blue value is 106.
RGB:
(62,48,106)
(24%,19%,42%)

RGB channels and saturation

R 62 of 255 = 24%
G 48 of 255 = 19%
B 106 of 255 = 42%

62
48
106

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

Portions of RGB colors in percentages

R + G + B =
62 + 48 + 106 = 216 (100%)
R 62 of 216 ~ 28.7%
G 48 of 216 ~ 22.22%
B 106 of 216 ~ 49.07%

%28.7
%22.22
%49.07

CMYK color model

#3E306A color CMYK value is (42,55,0,58).

  • cyan value is 41.51%
  • magenta value is 54.72%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(42,55,0,58)
C42M55Y0K58 
(42%,55%,0%,58%)
(0.42/0.55/0.00/0.58)	

CMYK percentages

%41.51
%54.72
%0
%58.43

Codes

Color #3E306A in popluar color models

3E306A
RGB6248106
HSL254°37.66%30.20%
HSB/HSV254°54.72%41.57%
CMYK41.51%54.72%0.00%
58.43%

Color #3E306A in popluar number systems.

HEX3E306A
Decimal6248106
Binary1111101100001101010
Octal7660152

Shades and tints

Shades of #3E306A

#3E306A
(62,48,106)
#392C61
(57,44,97)
#342858
(52,40,88)
#2F244F
(47,36,79)
#2A2046
(42,32,70)
#251C3D
(37,28,61)
#201834
(32,24,52)
#1B142B
(27,20,43)
#161022
(22,16,34)
#110C19
(17,12,25)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #3E306A

#3E306A
(62,48,106)
#4F4277
(79,66,119)
#605484
(96,84,132)
#716691
(113,102,145)
#82789E
(130,120,158)
#938AAB
(147,138,171)
#A49CB8
(164,156,184)
#B5AEC5
(181,174,197)
#C6C0D2
(198,192,210)
#D7D2DF
(215,210,223)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E306A color. Also use rgb(62,48,106) instead hex code.

Text Font Color

.myTextColor { color: #3E306A; }

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

This text font color is #3E306A.


Background Color

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

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

This div background color is #3E306A.


Border color

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

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

This div border color is #3E306A.


Opacity

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

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

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

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

This text has shadow with #3E306A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E306A on black background.


Color preview on white background

This text has color #3E306A on white background.



Black color preview on #3E306A background

This text has black color on #3E306A background.


White color preview on #3E306A background

This text has white color on #3E306A background.