COLOR #3E3769

HEX: #3E3769
RGB: (62,55,105)

Color info

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

RGB color model

#3E3769 color RGB value is (62,55,105).

  • red value is 62;
  • green value is 55;
  • blue value is 105.
RGB:
(62,55,105)
(24%,22%,41%)

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 105 of 255 = 41%

62
55
105

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

Portions of RGB colors in percentages

R + G + B =
62 + 55 + 105 = 222 (100%)
R 62 of 222 ~ 27.93%
G 55 of 222 ~ 24.77%
B 105 of 222 ~ 47.3%

%27.93
%24.77
%47.3

CMYK color model

#3E3769 color CMYK value is (41,48,0,59).

  • cyan value is 40.95%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(41,48,0,59)
C41M48Y0K59 
(41%,48%,0%,59%)
(0.41/0.48/0.00/0.59)	

CMYK percentages

%40.95
%47.62
%0
%58.82

Codes

Color #3E3769 in popluar color models

3E3769
RGB6255105
HSL248°31.25%31.37%
HSB/HSV248°47.62%41.18%
CMYK40.95%47.62%0.00%
58.82%

Color #3E3769 in popluar number systems.

HEX3E3769
Decimal6255105
Binary1111101101111101001
Octal7667151

Shades and tints

Shades of #3E3769

#3E3769
(62,55,105)
#393260
(57,50,96)
#342D57
(52,45,87)
#2F284E
(47,40,78)
#2A2345
(42,35,69)
#251E3C
(37,30,60)
#201933
(32,25,51)
#1B142A
(27,20,42)
#160F21
(22,15,33)
#110A18
(17,10,24)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #3E3769

#3E3769
(62,55,105)
#4F4976
(79,73,118)
#605B83
(96,91,131)
#716D90
(113,109,144)
#827F9D
(130,127,157)
#9391AA
(147,145,170)
#A4A3B7
(164,163,183)
#B5B5C4
(181,181,196)
#C6C7D1
(198,199,209)
#D7D9DE
(215,217,222)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3769 color. Also use rgb(62,55,105) instead hex code.

Text Font Color

.myTextColor { color: #3E3769; }

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

This text font color is #3E3769.


Background Color

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

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

This div background color is #3E3769.


Border color

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

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

This div border color is #3E3769.


Opacity

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

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

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

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

This text has shadow with #3E3769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3769 on black background.


Color preview on white background

This text has color #3E3769 on white background.



Black color preview on #3E3769 background

This text has black color on #3E3769 background.


White color preview on #3E3769 background

This text has white color on #3E3769 background.