COLOR #3E5381

HEX: #3E5381
RGB: (62,83,129)

Color info

#3E5381 contains mainly green and blue colors. Web safe color of #3E5381 is #336699 (or #369).

RGB color model

#3E5381 color RGB value is (62,83,129).

  • red value is 62;
  • green value is 83;
  • blue value is 129.
RGB:
(62,83,129)
(24%,33%,51%)

RGB channels and saturation

R 62 of 255 = 24%
G 83 of 255 = 33%
B 129 of 255 = 51%

62
83
129

R + G + B ~ 36%. #3E5381 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 83 + 129 = 274 (100%)
R 62 of 274 ~ 22.63%
G 83 of 274 ~ 30.29%
B 129 of 274 ~ 47.08%

%22.63
%30.29
%47.08

CMYK color model

#3E5381 color CMYK value is (52,36,0,49).

  • cyan value is 51.94%
  • magenta value is 35.66%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(52,36,0,49)
C52M36Y0K49 
(52%,36%,0%,49%)
(0.52/0.36/0.00/0.49)	

CMYK percentages

%51.94
%35.66
%0
%49.41

Codes

Color #3E5381 in popluar color models

3E5381
RGB6283129
HSL221°35.08%37.45%
HSB/HSV221°51.94%50.59%
CMYK51.94%35.66%0.00%
49.41%

Color #3E5381 in popluar number systems.

HEX3E5381
Decimal6283129
Binary111110101001110000001
Octal76123201

Shades and tints

Shades of #3E5381

#3E5381
(62,83,129)
#394C76
(57,76,118)
#34456B
(52,69,107)
#2F3E60
(47,62,96)
#2A3755
(42,55,85)
#25304A
(37,48,74)
#20293F
(32,41,63)
#1B2234
(27,34,52)
#161B29
(22,27,41)
#11141E
(17,20,30)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #3E5381

#3E5381
(62,83,129)
#4F628C
(79,98,140)
#607197
(96,113,151)
#7180A2
(113,128,162)
#828FAD
(130,143,173)
#939EB8
(147,158,184)
#A4ADC3
(164,173,195)
#B5BCCE
(181,188,206)
#C6CBD9
(198,203,217)
#D7DAE4
(215,218,228)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5381 color. Also use rgb(62,83,129) instead hex code.

Text Font Color

.myTextColor { color: #3E5381; }

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

This text font color is #3E5381.


Background Color

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

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

This div background color is #3E5381.


Border color

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

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

This div border color is #3E5381.


Opacity

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

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

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

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

This text has shadow with #3E5381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5381 on black background.


Color preview on white background

This text has color #3E5381 on white background.



Black color preview on #3E5381 background

This text has black color on #3E5381 background.


White color preview on #3E5381 background

This text has white color on #3E5381 background.