COLOR #3E677D

HEX: #3E677D RGB: (62,103,125)

Color info

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

RGB color model

#3E677D color RGB value is (62,103,125).

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

RGB channels and saturation

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

62
103
125

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

Portions of RGB colors in percentages

R + G + B = 62 + 103 + 125 = 290 (100%)
R 62 of 290 ~ 21.38%
G 103 of 290 ~ 35.52%
B 125 of 290 ~ 43.1'%

%21.38
%35.52
%43.1

CMYK color model

#3E677D color CMYK value is (50,18,0,51).

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

CMYK: (50,18,0,51)
C50M18Y0K51 (50%, 18%, 0%, 51%)
(0.50 / 0.18 / 0.00 / 0.51)

CMYK percentages

%50.4
%17.6
%0
%50.98

Codes

Color #3E677D in popluar color models

3E 67 7D
RGB 62 103 125
HSL 201° 33.69% 36.67%
HSB/HSV 201° 50.40% 49.02%
CMYK 50.40% 17.60% 0.00%
50.98%

Color #3E677D in popluar number systems.

HEX 3E 67 7D
Decimal 62 103 125
Binary 111110 1100111 1111101
Octal 76 147 175

Shades and tints

Shades of #3E677D

#3E677D
(62,103,125)
#395E72
(57,94,114)
#345567
(52,85,103)
#2F4C5C
(47,76,92)
#2A4351
(42,67,81)
#253A46
(37,58,70)
#20313B
(32,49,59)
#1B2830
(27,40,48)
#161F25
(22,31,37)
#11161A
(17,22,26)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #3E677D

#3E677D
(62,103,125)
#4F7488
(79,116,136)
#608193
(96,129,147)
#718E9E
(113,142,158)
#829BA9
(130,155,169)
#93A8B4
(147,168,180)
#A4B5BF
(164,181,191)
#B5C2CA
(181,194,202)
#C6CFD5
(198,207,213)
#D7DCE0
(215,220,224)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E677D; }

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

This text font color is #3E677D.

Background Color

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

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

This div background color is #3E677D.

Border color

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

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

This div border color is #3E677D.

Opacity

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

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

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

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

This text has shadow with #3E677D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E677D.

Preview

Color preview on black background

This text has color #3E677D on black background.


Color preview on white background

This text has color #3E677D on white background.


Black color preview on #3E677D background

This text has black color on #3E677D background.


White color preview on #3E677D background

This text has white color on #3E677D background.


Related colors

Complementary color

Complementary color for #hex is #C19882.


I love getcolorcode.com

Triadic colors

1 #7D3E67 and #677D3E with #3E677D are triadic colors.

2 #7D673E and #673E7D with #3E677D are triadic colors.