COLOR #3E657D

HEX: #3E657D RGB: (62,101,125)

Color info

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

RGB color model

#3E657D color RGB value is (62,101,125).

RGB: (62,101,125) (24%, 40%, 49%)

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 125 of 255 = 49%

62
101
125

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

Portions of RGB colors in percentages

R + G + B = 62 + 101 + 125 = 288 (100%)
R 62 of 288 ~ 21.53%
G 101 of 288 ~ 35.07%
B 125 of 288 ~ 43.4'%

%21.53
%35.07
%43.4

CMYK color model

#3E657D color CMYK value is (50,19,0,51).

  • cyan value is 50.40%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (50,19,0,51)
C50M19Y0K51 (50%, 19%, 0%, 51%)
(0.50 / 0.19 / 0.00 / 0.51)

CMYK percentages

%50.4
%19.2
%0
%50.98

Codes

Color #3E657D in popluar color models

3E 65 7D
RGB 62 101 125
HSL 203° 33.69% 36.67%
HSB/HSV 203° 50.40% 49.02%
CMYK 50.40% 19.20% 0.00%
50.98%

Color #3E657D in popluar number systems.

HEX 3E 65 7D
Decimal 62 101 125
Binary 111110 1100101 1111101
Octal 76 145 175

Shades and tints

Shades of #3E657D

#3E657D
(62,101,125)
#395C72
(57,92,114)
#345367
(52,83,103)
#2F4A5C
(47,74,92)
#2A4151
(42,65,81)
#253846
(37,56,70)
#202F3B
(32,47,59)
#1B2630
(27,38,48)
#161D25
(22,29,37)
#11141A
(17,20,26)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #3E657D

#3E657D
(62,101,125)
#4F7388
(79,115,136)
#608193
(96,129,147)
#718F9E
(113,143,158)
#829DA9
(130,157,169)
#93ABB4
(147,171,180)
#A4B9BF
(164,185,191)
#B5C7CA
(181,199,202)
#C6D5D5
(198,213,213)
#D7E3E0
(215,227,224)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E657D; }

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

This text font color is #3E657D.

Background Color

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

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

This div background color is #3E657D.

Border color

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

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

This div border color is #3E657D.

Opacity

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

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

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

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

This text has shadow with #3E657D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E657D.

Preview

Color preview on black background

This text has color #3E657D on black background.


Color preview on white background

This text has color #3E657D on white background.


Black color preview on #3E657D background

This text has black color on #3E657D background.


White color preview on #3E657D background

This text has white color on #3E657D background.


Related colors

Complementary color

Complementary color for #hex is #C19A82.


I love getcolorcode.com

Triadic colors

1 #7D3E65 and #657D3E with #3E657D are triadic colors.

2 #7D653E and #653E7D with #3E657D are triadic colors.