COLOR #3E6786

HEX: #3E6786
RGB: (62,103,134)

Color info

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

RGB color model

#3E6786 color RGB value is (62,103,134).

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

RGB channels and saturation

R 62 of 255 = 24%
G 103 of 255 = 40%
B 134 of 255 = 53%

62
103
134

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

Portions of RGB colors in percentages

R + G + B =
62 + 103 + 134 = 299 (100%)
R 62 of 299 ~ 20.74%
G 103 of 299 ~ 34.45%
B 134 of 299 ~ 44.82%

%20.74
%34.45
%44.82

CMYK color model

#3E6786 color CMYK value is (54,23,0,47).

  • cyan value is 53.73%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(54,23,0,47)
C54M23Y0K47 
(54%,23%,0%,47%)
(0.54/0.23/0.00/0.47)	

CMYK percentages

%53.73
%23.13
%0
%47.45

Codes

Color #3E6786 in popluar color models

3E6786
RGB62103134
HSL206°36.73%38.43%
HSB/HSV206°53.73%52.55%
CMYK53.73%23.13%0.00%
47.45%

Color #3E6786 in popluar number systems.

HEX3E6786
Decimal62103134
Binary111110110011110000110
Octal76147206

Shades and tints

Shades of #3E6786

#3E6786
(62,103,134)
#395E7A
(57,94,122)
#34556E
(52,85,110)
#2F4C62
(47,76,98)
#2A4356
(42,67,86)
#253A4A
(37,58,74)
#20313E
(32,49,62)
#1B2832
(27,40,50)
#161F26
(22,31,38)
#11161A
(17,22,26)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #3E6786

#3E6786
(62,103,134)
#4F7491
(79,116,145)
#60819C
(96,129,156)
#718EA7
(113,142,167)
#829BB2
(130,155,178)
#93A8BD
(147,168,189)
#A4B5C8
(164,181,200)
#B5C2D3
(181,194,211)
#C6CFDE
(198,207,222)
#D7DCE9
(215,220,233)
#E8E9F4
(232,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6786; }

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

This text font color is #3E6786.


Background Color

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

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

This div background color is #3E6786.


Border color

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

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

This div border color is #3E6786.


Opacity

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

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

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

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

This text has shadow with #3E6786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6786 on black background.


Color preview on white background

This text has color #3E6786 on white background.



Black color preview on #3E6786 background

This text has black color on #3E6786 background.


White color preview on #3E6786 background

This text has white color on #3E6786 background.