COLOR #3E6A7F

HEX: #3E6A7F
RGB: (62,106,127)

Color info

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

RGB color model

#3E6A7F color RGB value is (62,106,127).

  • red value is 62;
  • green value is 106;
  • blue value is 127.
RGB:
(62,106,127)
(24%,42%,50%)

RGB channels and saturation

R 62 of 255 = 24%
G 106 of 255 = 42%
B 127 of 255 = 50%

62
106
127

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

Portions of RGB colors in percentages

R + G + B =
62 + 106 + 127 = 295 (100%)
R 62 of 295 ~ 21.02%
G 106 of 295 ~ 35.93%
B 127 of 295 ~ 43.05%

%21.02
%35.93
%43.05

CMYK color model

#3E6A7F color CMYK value is (51,17,0,50).

  • cyan value is 51.18%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(51,17,0,50)
C51M17Y0K50 
(51%,17%,0%,50%)
(0.51/0.17/0.00/0.50)	

CMYK percentages

%51.18
%16.54
%0
%50.2

Codes

Color #3E6A7F in popluar color models

3E6A7F
RGB62106127
HSL199°34.39%37.06%
HSB/HSV199°51.18%49.80%
CMYK51.18%16.54%0.00%
50.20%

Color #3E6A7F in popluar number systems.

HEX3E6A7F
Decimal62106127
Binary11111011010101111111
Octal76152177

Shades and tints

Shades of #3E6A7F

#3E6A7F
(62,106,127)
#396174
(57,97,116)
#345869
(52,88,105)
#2F4F5E
(47,79,94)
#2A4653
(42,70,83)
#253D48
(37,61,72)
#20343D
(32,52,61)
#1B2B32
(27,43,50)
#162227
(22,34,39)
#11191C
(17,25,28)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #3E6A7F

#3E6A7F
(62,106,127)
#4F778A
(79,119,138)
#608495
(96,132,149)
#7191A0
(113,145,160)
#829EAB
(130,158,171)
#93ABB6
(147,171,182)
#A4B8C1
(164,184,193)
#B5C5CC
(181,197,204)
#C6D2D7
(198,210,215)
#D7DFE2
(215,223,226)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6A7F color. Also use rgb(62,106,127) instead hex code.

Text Font Color

.myTextColor { color: #3E6A7F; }

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

This text font color is #3E6A7F.


Background Color

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

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

This div background color is #3E6A7F.


Border color

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

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

This div border color is #3E6A7F.


Opacity

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

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

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

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

This text has shadow with #3E6A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6A7F on black background.


Color preview on white background

This text has color #3E6A7F on white background.



Black color preview on #3E6A7F background

This text has black color on #3E6A7F background.


White color preview on #3E6A7F background

This text has white color on #3E6A7F background.