COLOR #3E6E83

HEX: #3E6E83 RGB: (62,110,131)

Color info

#3E6E83 contains mainly green and blue colors. Web safe color of #3E6E83 is #336699 (or #369).

RGB color model

#3E6E83 color RGB value is (62,110,131).

RGB: (62,110,131) (24%, 43%, 51%)

RGB channels and saturation

R 62 of 255 = 24%
G 110 of 255 = 43%
B 131 of 255 = 51%

62
110
131

R + G + B ~ 39%. #3E6E83 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 110 + 131 = 303 (100%)
R 62 of 303 ~ 20.46%
G 110 of 303 ~ 36.3%
B 131 of 303 ~ 43.23'%

%20.46
%36.3
%43.23

CMYK color model

#3E6E83 color CMYK value is (53,16,0,49).

  • cyan value is 52.67%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (53,16,0,49)
C53M16Y0K49 (53%, 16%, 0%, 49%)
(0.53 / 0.16 / 0.00 / 0.49)

CMYK percentages

%52.67
%16.03
%0
%48.63

Codes

Color #3E6E83 in popluar color models

3E 6E 83
RGB 62 110 131
HSL 198° 35.75% 37.84%
HSB/HSV 198° 52.67% 51.37%
CMYK 52.67% 16.03% 0.00%
48.63%

Color #3E6E83 in popluar number systems.

HEX 3E 6E 83
Decimal 62 110 131
Binary 111110 1101110 10000011
Octal 76 156 203

Shades and tints

Shades of #3E6E83

#3E6E83
(62,110,131)
#396478
(57,100,120)
#345A6D
(52,90,109)
#2F5062
(47,80,98)
#2A4657
(42,70,87)
#253C4C
(37,60,76)
#203241
(32,50,65)
#1B2836
(27,40,54)
#161E2B
(22,30,43)
#111420
(17,20,32)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #3E6E83

#3E6E83
(62,110,131)
#4F7B8E
(79,123,142)
#608899
(96,136,153)
#7195A4
(113,149,164)
#82A2AF
(130,162,175)
#93AFBA
(147,175,186)
#A4BCC5
(164,188,197)
#B5C9D0
(181,201,208)
#C6D6DB
(198,214,219)
#D7E3E6
(215,227,230)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6E83 color. Also use rgb(62,110,131) instead hex code.

Text Font Color

.myTextColor { color: #3E6E83; }

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

This text font color is #3E6E83.

Background Color

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

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

This div background color is #3E6E83.

Border color

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

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

This div border color is #3E6E83.

Opacity

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

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

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

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

This text has shadow with #3E6E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6E83.

Preview

Color preview on black background

This text has color #3E6E83 on black background.


Color preview on white background

This text has color #3E6E83 on white background.


Black color preview on #3E6E83 background

This text has black color on #3E6E83 background.


White color preview on #3E6E83 background

This text has white color on #3E6E83 background.


Related colors

Complementary color

Complementary color for #hex is #C1917C.


I love getcolorcode.com

Triadic colors

1 #833E6E and #6E833E with #3E6E83 are triadic colors.

2 #836E3E and #6E3E83 with #3E6E83 are triadic colors.