COLOR #3E5366

HEX: #3E5366
RGB: (62,83,102)

Color info

#3E5366 contains red, green and blue colors in about the same proportion. Web safe color of #3E5366 is #336666 (or #366).

RGB color model

#3E5366 color RGB value is (62,83,102).

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

RGB channels and saturation

R 62 of 255 = 24%
G 83 of 255 = 33%
B 102 of 255 = 40%

62
83
102

R + G + B ~ 32%. #3E5366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 83 + 102 = 247 (100%)
R 62 of 247 ~ 25.1%
G 83 of 247 ~ 33.6%
B 102 of 247 ~ 41.3%

%25.1
%33.6
%41.3

CMYK color model

#3E5366 color CMYK value is (39,19,0,60).

  • cyan value is 39.22%
  • magenta value is 18.63%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(39,19,0,60)
C39M19Y0K60 
(39%,19%,0%,60%)
(0.39/0.19/0.00/0.60)	

CMYK percentages

%39.22
%18.63
%0
%60

Codes

Color #3E5366 in popluar color models

3E5366
RGB6283102
HSL209°24.39%32.16%
HSB/HSV209°39.22%40.00%
CMYK39.22%18.63%0.00%
60.00%

Color #3E5366 in popluar number systems.

HEX3E5366
Decimal6283102
Binary11111010100111100110
Octal76123146

Shades and tints

Shades of #3E5366

#3E5366
(62,83,102)
#394C5D
(57,76,93)
#344554
(52,69,84)
#2F3E4B
(47,62,75)
#2A3742
(42,55,66)
#253039
(37,48,57)
#202930
(32,41,48)
#1B2227
(27,34,39)
#161B1E
(22,27,30)
#111415
(17,20,21)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #3E5366

#3E5366
(62,83,102)
#4F6273
(79,98,115)
#607180
(96,113,128)
#71808D
(113,128,141)
#828F9A
(130,143,154)
#939EA7
(147,158,167)
#A4ADB4
(164,173,180)
#B5BCC1
(181,188,193)
#C6CBCE
(198,203,206)
#D7DADB
(215,218,219)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5366; }

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

This text font color is #3E5366.


Background Color

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

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

This div background color is #3E5366.


Border color

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

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

This div border color is #3E5366.


Opacity

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

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

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

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

This text has shadow with #3E5366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5366 on black background.


Color preview on white background

This text has color #3E5366 on white background.



Black color preview on #3E5366 background

This text has black color on #3E5366 background.


White color preview on #3E5366 background

This text has white color on #3E5366 background.