COLOR #3E6F80

HEX: #3E6F80
RGB: (62,111,128)

Color info

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

RGB color model

#3E6F80 color RGB value is (62,111,128).

  • red value is 62;
  • green value is 111;
  • blue value is 128.
RGB:
(62,111,128)
(24%,44%,50%)

RGB channels and saturation

R 62 of 255 = 24%
G 111 of 255 = 44%
B 128 of 255 = 50%

62
111
128

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

Portions of RGB colors in percentages

R + G + B =
62 + 111 + 128 = 301 (100%)
R 62 of 301 ~ 20.6%
G 111 of 301 ~ 36.88%
B 128 of 301 ~ 42.52%

%20.6
%36.88
%42.52

CMYK color model

#3E6F80 color CMYK value is (52,13,0,50).

  • cyan value is 51.56%
  • magenta value is 13.28%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(52,13,0,50)
C52M13Y0K50 
(52%,13%,0%,50%)
(0.52/0.13/0.00/0.50)	

CMYK percentages

%51.56
%13.28
%0
%49.8

Codes

Color #3E6F80 in popluar color models

3E6F80
RGB62111128
HSL195°34.74%37.25%
HSB/HSV195°51.56%50.20%
CMYK51.56%13.28%0.00%
49.80%

Color #3E6F80 in popluar number systems.

HEX3E6F80
Decimal62111128
Binary111110110111110000000
Octal76157200

Shades and tints

Shades of #3E6F80

#3E6F80
(62,111,128)
#396575
(57,101,117)
#345B6A
(52,91,106)
#2F515F
(47,81,95)
#2A4754
(42,71,84)
#253D49
(37,61,73)
#20333E
(32,51,62)
#1B2933
(27,41,51)
#161F28
(22,31,40)
#11151D
(17,21,29)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #3E6F80

#3E6F80
(62,111,128)
#4F7C8B
(79,124,139)
#608996
(96,137,150)
#7196A1
(113,150,161)
#82A3AC
(130,163,172)
#93B0B7
(147,176,183)
#A4BDC2
(164,189,194)
#B5CACD
(181,202,205)
#C6D7D8
(198,215,216)
#D7E4E3
(215,228,227)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6F80 color. Also use rgb(62,111,128) instead hex code.

Text Font Color

.myTextColor { color: #3E6F80; }

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

This text font color is #3E6F80.


Background Color

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

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

This div background color is #3E6F80.


Border color

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

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

This div border color is #3E6F80.


Opacity

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

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

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

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

This text has shadow with #3E6F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6F80 on black background.


Color preview on white background

This text has color #3E6F80 on white background.



Black color preview on #3E6F80 background

This text has black color on #3E6F80 background.


White color preview on #3E6F80 background

This text has white color on #3E6F80 background.