COLOR #3E3679

HEX: #3E3679
RGB: (62,54,121)

Color info

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

RGB color model

#3E3679 color RGB value is (62,54,121).

  • red value is 62;
  • green value is 54;
  • blue value is 121.
RGB:
(62,54,121)
(24%,21%,47%)

RGB channels and saturation

R 62 of 255 = 24%
G 54 of 255 = 21%
B 121 of 255 = 47%

62
54
121

R + G + B ~ 31%. #3E3679 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 54 + 121 = 237 (100%)
R 62 of 237 ~ 26.16%
G 54 of 237 ~ 22.78%
B 121 of 237 ~ 51.05%

%26.16
%22.78
%51.05

CMYK color model

#3E3679 color CMYK value is (49,55,0,53).

  • cyan value is 48.76%
  • magenta value is 55.37%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(49,55,0,53)
C49M55Y0K53 
(49%,55%,0%,53%)
(0.49/0.55/0.00/0.53)	

CMYK percentages

%48.76
%55.37
%0
%52.55

Codes

Color #3E3679 in popluar color models

3E3679
RGB6254121
HSL247°38.29%34.31%
HSB/HSV247°55.37%47.45%
CMYK48.76%55.37%0.00%
52.55%

Color #3E3679 in popluar number systems.

HEX3E3679
Decimal6254121
Binary1111101101101111001
Octal7666171

Shades and tints

Shades of #3E3679

#3E3679
(62,54,121)
#39326E
(57,50,110)
#342E63
(52,46,99)
#2F2A58
(47,42,88)
#2A264D
(42,38,77)
#252242
(37,34,66)
#201E37
(32,30,55)
#1B1A2C
(27,26,44)
#161621
(22,22,33)
#111216
(17,18,22)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #3E3679

#3E3679
(62,54,121)
#4F4885
(79,72,133)
#605A91
(96,90,145)
#716C9D
(113,108,157)
#827EA9
(130,126,169)
#9390B5
(147,144,181)
#A4A2C1
(164,162,193)
#B5B4CD
(181,180,205)
#C6C6D9
(198,198,217)
#D7D8E5
(215,216,229)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3679 color. Also use rgb(62,54,121) instead hex code.

Text Font Color

.myTextColor { color: #3E3679; }

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

This text font color is #3E3679.


Background Color

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

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

This div background color is #3E3679.


Border color

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

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

This div border color is #3E3679.


Opacity

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

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

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

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

This text has shadow with #3E3679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3679 on black background.


Color preview on white background

This text has color #3E3679 on white background.



Black color preview on #3E3679 background

This text has black color on #3E3679 background.


White color preview on #3E3679 background

This text has white color on #3E3679 background.