COLOR #3E627D

HEX: #3E627D RGB: (62,98,125)

Color info

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

RGB color model

#3E627D color RGB value is (62,98,125).

RGB: (62,98,125) (24%, 38%, 49%)

RGB channels and saturation

R 62 of 255 = 24%
G 98 of 255 = 38%
B 125 of 255 = 49%

62
98
125

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

Portions of RGB colors in percentages

R + G + B = 62 + 98 + 125 = 285 (100%)
R 62 of 285 ~ 21.75%
G 98 of 285 ~ 34.39%
B 125 of 285 ~ 43.86'%

%21.75
%34.39
%43.86

CMYK color model

#3E627D color CMYK value is (50,22,0,51).

  • cyan value is 50.40%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (50,22,0,51) C50M22Y0K51 (50%,22%,0%,51%) (0.50/0.22/0.00/0.51) 

CMYK percentages

%50.4
%21.6
%0
%50.98

Codes

Color #3E627D in popluar color models

3E 62 7D
RGB 62 98 125
HSL 206° 33.69% 36.67%
HSB/HSV 206° 50.40% 49.02%
CMYK 50.40% 21.60% 0.00%
50.98%

Color #3E627D in popluar number systems.

HEX 3E 62 7D
Decimal 62 98 125
Binary 111110 1100010 1111101
Octal 76 142 175

Shades and tints

Shades of #3E627D

#3E627D
(62,98,125)
#395A72
(57,90,114)
#345267
(52,82,103)
#2F4A5C
(47,74,92)
#2A4251
(42,66,81)
#253A46
(37,58,70)
#20323B
(32,50,59)
#1B2A30
(27,42,48)
#162225
(22,34,37)
#111A1A
(17,26,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #3E627D

#3E627D
(62,98,125)
#4F7088
(79,112,136)
#607E93
(96,126,147)
#718C9E
(113,140,158)
#829AA9
(130,154,169)
#93A8B4
(147,168,180)
#A4B6BF
(164,182,191)
#B5C4CA
(181,196,202)
#C6D2D5
(198,210,213)
#D7E0E0
(215,224,224)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E627D; }

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

This text font color is #3E627D.

Background Color

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

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

This div background color is #3E627D.

Border color

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

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

This div border color is #3E627D.

Opacity

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

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

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

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

This text has shadow with #3E627D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E627D.

Preview

Color preview on black background

This text has color #3E627D on black background.


Color preview on white background

This text has color #3E627D on white background.


Black color preview on #3E627D background

This text has black color on #3E627D background.


White color preview on #3E627D background

This text has white color on #3E627D background.


Related colors

Complementary color

Complementary color for #hex is #C19D82.


I love getcolorcode.com

Triadic colors

1 #7D3E62 and #627D3E with #3E627D are triadic colors.

2 #7D623E and #623E7D with #3E627D are triadic colors.