COLOR #3E607F

HEX: #3E607F
RGB: (62,96,127)

Color info

#3E607F contains mainly green and blue colors. Web safe color of #3E607F is #336666 (or #366).

RGB color model

#3E607F color RGB value is (62,96,127).

  • red value is 62;
  • green value is 96;
  • blue value is 127.
RGB:
(62,96,127)
(24%,38%,50%)

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 127 of 255 = 50%

62
96
127

R + G + B ~ 37%. #3E607F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 127 = 285 (100%)
R 62 of 285 ~ 21.75%
G 96 of 285 ~ 33.68%
B 127 of 285 ~ 44.56%

%21.75
%33.68
%44.56

CMYK color model

#3E607F color CMYK value is (51,24,0,50).

  • cyan value is 51.18%
  • magenta value is 24.41%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(51,24,0,50)
C51M24Y0K50 
(51%,24%,0%,50%)
(0.51/0.24/0.00/0.50)	

CMYK percentages

%51.18
%24.41
%0
%50.2

Codes

Color #3E607F in popluar color models

3E607F
RGB6296127
HSL209°34.39%37.06%
HSB/HSV209°51.18%49.80%
CMYK51.18%24.41%0.00%
50.20%

Color #3E607F in popluar number systems.

HEX3E607F
Decimal6296127
Binary11111011000001111111
Octal76140177

Shades and tints

Shades of #3E607F

#3E607F
(62,96,127)
#395874
(57,88,116)
#345069
(52,80,105)
#2F485E
(47,72,94)
#2A4053
(42,64,83)
#253848
(37,56,72)
#20303D
(32,48,61)
#1B2832
(27,40,50)
#162027
(22,32,39)
#11181C
(17,24,28)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #3E607F

#3E607F
(62,96,127)
#4F6E8A
(79,110,138)
#607C95
(96,124,149)
#718AA0
(113,138,160)
#8298AB
(130,152,171)
#93A6B6
(147,166,182)
#A4B4C1
(164,180,193)
#B5C2CC
(181,194,204)
#C6D0D7
(198,208,215)
#D7DEE2
(215,222,226)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E607F color. Also use rgb(62,96,127) instead hex code.

Text Font Color

.myTextColor { color: #3E607F; }

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

This text font color is #3E607F.


Background Color

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

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

This div background color is #3E607F.


Border color

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

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

This div border color is #3E607F.


Opacity

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

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

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

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

This text has shadow with #3E607F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E607F on black background.


Color preview on white background

This text has color #3E607F on white background.



Black color preview on #3E607F background

This text has black color on #3E607F background.


White color preview on #3E607F background

This text has white color on #3E607F background.