COLOR #3E6C7D

HEX: #3E6C7D RGB: (62,108,125)

Color info

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

RGB color model

#3E6C7D color RGB value is (62,108,125).

RGB: (62,108,125) (24%, 42%, 49%)

RGB channels and saturation

R 62 of 255 = 24%
G 108 of 255 = 42%
B 125 of 255 = 49%

62
108
125

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

Portions of RGB colors in percentages

R + G + B = 62 + 108 + 125 = 295 (100%)
R 62 of 295 ~ 21.02%
G 108 of 295 ~ 36.61%
B 125 of 295 ~ 42.37'%

%21.02
%36.61
%42.37

CMYK color model

#3E6C7D color CMYK value is (50,14,0,51).

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

CMYK: (50,14,0,51)
C50M14Y0K51 (50%, 14%, 0%, 51%)
(0.50 / 0.14 / 0.00 / 0.51)

CMYK percentages

%50.4
%13.6
%0
%50.98

Codes

Color #3E6C7D in popluar color models

3E 6C 7D
RGB 62 108 125
HSL 196° 33.69% 36.67%
HSB/HSV 196° 50.40% 49.02%
CMYK 50.40% 13.60% 0.00%
50.98%

Color #3E6C7D in popluar number systems.

HEX 3E 6C 7D
Decimal 62 108 125
Binary 111110 1101100 1111101
Octal 76 154 175

Shades and tints

Shades of #3E6C7D

#3E6C7D
(62,108,125)
#396372
(57,99,114)
#345A67
(52,90,103)
#2F515C
(47,81,92)
#2A4851
(42,72,81)
#253F46
(37,63,70)
#20363B
(32,54,59)
#1B2D30
(27,45,48)
#162425
(22,36,37)
#111B1A
(17,27,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #3E6C7D

#3E6C7D
(62,108,125)
#4F7988
(79,121,136)
#608693
(96,134,147)
#71939E
(113,147,158)
#82A0A9
(130,160,169)
#93ADB4
(147,173,180)
#A4BABF
(164,186,191)
#B5C7CA
(181,199,202)
#C6D4D5
(198,212,213)
#D7E1E0
(215,225,224)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6C7D; }

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

This text font color is #3E6C7D.

Background Color

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

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

This div background color is #3E6C7D.

Border color

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

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

This div border color is #3E6C7D.

Opacity

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

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

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

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

This text has shadow with #3E6C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6C7D.

Preview

Color preview on black background

This text has color #3E6C7D on black background.


Color preview on white background

This text has color #3E6C7D on white background.


Black color preview on #3E6C7D background

This text has black color on #3E6C7D background.


White color preview on #3E6C7D background

This text has white color on #3E6C7D background.


Related colors

Complementary color

Complementary color for #hex is #C19382.


I love getcolorcode.com

Triadic colors

1 #7D3E6C and #6C7D3E with #3E6C7D are triadic colors.

2 #7D6C3E and #6C3E7D with #3E6C7D are triadic colors.