COLOR #3E657A

HEX: #3E657A RGB: (62,101,122)

Color info

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

RGB color model

#3E657A color RGB value is (62,101,122).

RGB: (62,101,122) (24%, 40%, 48%)

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 122 of 255 = 48%

62
101
122

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

Portions of RGB colors in percentages

R + G + B = 62 + 101 + 122 = 285 (100%)
R 62 of 285 ~ 21.75%
G 101 of 285 ~ 35.44%
B 122 of 285 ~ 42.81'%

%21.75
%35.44
%42.81

CMYK color model

#3E657A color CMYK value is (49,17,0,52).

  • cyan value is 49.18%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (49,17,0,52)
C49M17Y0K52 (49%, 17%, 0%, 52%)
(0.49 / 0.17 / 0.00 / 0.52)

CMYK percentages

%49.18
%17.21
%0
%52.16

Codes

Color #3E657A in popluar color models

3E 65 7A
RGB 62 101 122
HSL 201° 32.61% 36.08%
HSB/HSV 201° 49.18% 47.84%
CMYK 49.18% 17.21% 0.00%
52.16%

Color #3E657A in popluar number systems.

HEX 3E 65 7A
Decimal 62 101 122
Binary 111110 1100101 1111010
Octal 76 145 172

Shades and tints

Shades of #3E657A

#3E657A
(62,101,122)
#395C6F
(57,92,111)
#345364
(52,83,100)
#2F4A59
(47,74,89)
#2A414E
(42,65,78)
#253843
(37,56,67)
#202F38
(32,47,56)
#1B262D
(27,38,45)
#161D22
(22,29,34)
#111417
(17,20,23)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #3E657A

#3E657A
(62,101,122)
#4F7386
(79,115,134)
#608192
(96,129,146)
#718F9E
(113,143,158)
#829DAA
(130,157,170)
#93ABB6
(147,171,182)
#A4B9C2
(164,185,194)
#B5C7CE
(181,199,206)
#C6D5DA
(198,213,218)
#D7E3E6
(215,227,230)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E657A; }

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

This text font color is #3E657A.

Background Color

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

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

This div background color is #3E657A.

Border color

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

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

This div border color is #3E657A.

Opacity

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

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

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

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

This text has shadow with #3E657A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E657A.

Preview

Color preview on black background

This text has color #3E657A on black background.


Color preview on white background

This text has color #3E657A on white background.


Black color preview on #3E657A background

This text has black color on #3E657A background.


White color preview on #3E657A background

This text has white color on #3E657A background.


Related colors

Complementary color

Complementary color for #hex is #C19A85.


I love getcolorcode.com

Triadic colors

1 #7A3E65 and #657A3E with #3E657A are triadic colors.

2 #7A653E and #653E7A with #3E657A are triadic colors.