COLOR #3E657F

HEX: #3E657F
RGB: (62,101,127)

Color info

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

RGB color model

#3E657F color RGB value is (62,101,127).

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

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 127 of 255 = 50%

62
101
127

R + G + B ~ 38%. #3E657F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 101 + 127 = 290 (100%)
R 62 of 290 ~ 21.38%
G 101 of 290 ~ 34.83%
B 127 of 290 ~ 43.79%

%21.38
%34.83
%43.79

CMYK color model

#3E657F color CMYK value is (51,20,0,50).

  • cyan value is 51.18%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(51,20,0,50)
C51M20Y0K50 
(51%,20%,0%,50%)
(0.51/0.20/0.00/0.50)	

CMYK percentages

%51.18
%20.47
%0
%50.2

Codes

Color #3E657F in popluar color models

3E657F
RGB62101127
HSL204°34.39%37.06%
HSB/HSV204°51.18%49.80%
CMYK51.18%20.47%0.00%
50.20%

Color #3E657F in popluar number systems.

HEX3E657F
Decimal62101127
Binary11111011001011111111
Octal76145177

Shades and tints

Shades of #3E657F

#3E657F
(62,101,127)
#395C74
(57,92,116)
#345369
(52,83,105)
#2F4A5E
(47,74,94)
#2A4153
(42,65,83)
#253848
(37,56,72)
#202F3D
(32,47,61)
#1B2632
(27,38,50)
#161D27
(22,29,39)
#11141C
(17,20,28)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #3E657F

#3E657F
(62,101,127)
#4F738A
(79,115,138)
#608195
(96,129,149)
#718FA0
(113,143,160)
#829DAB
(130,157,171)
#93ABB6
(147,171,182)
#A4B9C1
(164,185,193)
#B5C7CC
(181,199,204)
#C6D5D7
(198,213,215)
#D7E3E2
(215,227,226)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E657F; }

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

This text font color is #3E657F.


Background Color

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

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

This div background color is #3E657F.


Border color

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

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

This div border color is #3E657F.


Opacity

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

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

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

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

This text has shadow with #3E657F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E657F on black background.


Color preview on white background

This text has color #3E657F on white background.



Black color preview on #3E657F background

This text has black color on #3E657F background.


White color preview on #3E657F background

This text has white color on #3E657F background.