COLOR #3E677F

HEX: #3E677F
RGB: (62,103,127)

Color info

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

RGB color model

#3E677F color RGB value is (62,103,127).

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

RGB channels and saturation

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

62
103
127

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

Portions of RGB colors in percentages

R + G + B =
62 + 103 + 127 = 292 (100%)
R 62 of 292 ~ 21.23%
G 103 of 292 ~ 35.27%
B 127 of 292 ~ 43.49%

%21.23
%35.27
%43.49

CMYK color model

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

  • cyan value is 51.18%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(51,19,0,50)
C51M19Y0K50 
(51%,19%,0%,50%)
(0.51/0.19/0.00/0.50)	

CMYK percentages

%51.18
%18.9
%0
%50.2

Codes

Color #3E677F in popluar color models

3E677F
RGB62103127
HSL202°34.39%37.06%
HSB/HSV202°51.18%49.80%
CMYK51.18%18.90%0.00%
50.20%

Color #3E677F in popluar number systems.

HEX3E677F
Decimal62103127
Binary11111011001111111111
Octal76147177

Shades and tints

Shades of #3E677F

#3E677F
(62,103,127)
#395E74
(57,94,116)
#345569
(52,85,105)
#2F4C5E
(47,76,94)
#2A4353
(42,67,83)
#253A48
(37,58,72)
#20313D
(32,49,61)
#1B2832
(27,40,50)
#161F27
(22,31,39)
#11161C
(17,22,28)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #3E677F

#3E677F
(62,103,127)
#4F748A
(79,116,138)
#608195
(96,129,149)
#718EA0
(113,142,160)
#829BAB
(130,155,171)
#93A8B6
(147,168,182)
#A4B5C1
(164,181,193)
#B5C2CC
(181,194,204)
#C6CFD7
(198,207,215)
#D7DCE2
(215,220,226)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E677F; }

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

This text font color is #3E677F.


Background Color

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

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

This div background color is #3E677F.


Border color

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

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

This div border color is #3E677F.


Opacity

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

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

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

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

This text has shadow with #3E677F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E677F on black background.


Color preview on white background

This text has color #3E677F on white background.



Black color preview on #3E677F background

This text has black color on #3E677F background.


White color preview on #3E677F background

This text has white color on #3E677F background.