COLOR #3E6B86

HEX: #3E6B86
RGB: (62,107,134)

Color info

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

RGB color model

#3E6B86 color RGB value is (62,107,134).

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

RGB channels and saturation

R 62 of 255 = 24%
G 107 of 255 = 42%
B 134 of 255 = 53%

62
107
134

R + G + B ~ 40%. #3E6B86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 107 + 134 = 303 (100%)
R 62 of 303 ~ 20.46%
G 107 of 303 ~ 35.31%
B 134 of 303 ~ 44.22%

%20.46
%35.31
%44.22

CMYK color model

#3E6B86 color CMYK value is (54,20,0,47).

  • cyan value is 53.73%
  • magenta value is 20.15%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(54,20,0,47)
C54M20Y0K47 
(54%,20%,0%,47%)
(0.54/0.20/0.00/0.47)	

CMYK percentages

%53.73
%20.15
%0
%47.45

Codes

Color #3E6B86 in popluar color models

3E6B86
RGB62107134
HSL203°36.73%38.43%
HSB/HSV203°53.73%52.55%
CMYK53.73%20.15%0.00%
47.45%

Color #3E6B86 in popluar number systems.

HEX3E6B86
Decimal62107134
Binary111110110101110000110
Octal76153206

Shades and tints

Shades of #3E6B86

#3E6B86
(62,107,134)
#39627A
(57,98,122)
#34596E
(52,89,110)
#2F5062
(47,80,98)
#2A4756
(42,71,86)
#253E4A
(37,62,74)
#20353E
(32,53,62)
#1B2C32
(27,44,50)
#162326
(22,35,38)
#111A1A
(17,26,26)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #3E6B86

#3E6B86
(62,107,134)
#4F7891
(79,120,145)
#60859C
(96,133,156)
#7192A7
(113,146,167)
#829FB2
(130,159,178)
#93ACBD
(147,172,189)
#A4B9C8
(164,185,200)
#B5C6D3
(181,198,211)
#C6D3DE
(198,211,222)
#D7E0E9
(215,224,233)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6B86; }

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

This text font color is #3E6B86.


Background Color

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

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

This div background color is #3E6B86.


Border color

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

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

This div border color is #3E6B86.


Opacity

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

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

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

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

This text has shadow with #3E6B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6B86 on black background.


Color preview on white background

This text has color #3E6B86 on white background.



Black color preview on #3E6B86 background

This text has black color on #3E6B86 background.


White color preview on #3E6B86 background

This text has white color on #3E6B86 background.