COLOR #3E7F6B

HEX: #3E7F6B
RGB: (62,127,107)

Color info

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

RGB color model

#3E7F6B color RGB value is (62,127,107).

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

RGB channels and saturation

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

62
127
107

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

Portions of RGB colors in percentages

R + G + B =
62 + 127 + 107 = 296 (100%)
R 62 of 296 ~ 20.95%
G 127 of 296 ~ 42.91%
B 107 of 296 ~ 36.15%

%20.95
%42.91
%36.15

CMYK color model

#3E7F6B color CMYK value is (51,0,16,50).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 50.20%
CMYK:
(51,0,16,50)
C51M0Y16K50 
(51%,0%,16%,50%)
(0.51/0.00/0.16/0.50)	

CMYK percentages

%51.18
%0
%15.75
%50.2

Codes

Color #3E7F6B in popluar color models

3E7F6B
RGB62127107
HSL162°34.39%37.06%
HSB/HSV162°51.18%49.80%
CMYK51.18%0.00%15.75%
50.20%

Color #3E7F6B in popluar number systems.

HEX3E7F6B
Decimal62127107
Binary11111011111111101011
Octal76177153

Shades and tints

Shades of #3E7F6B

#3E7F6B
(62,127,107)
#397462
(57,116,98)
#346959
(52,105,89)
#2F5E50
(47,94,80)
#2A5347
(42,83,71)
#25483E
(37,72,62)
#203D35
(32,61,53)
#1B322C
(27,50,44)
#162723
(22,39,35)
#111C1A
(17,28,26)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #3E7F6B

#3E7F6B
(62,127,107)
#4F8A78
(79,138,120)
#609585
(96,149,133)
#71A092
(113,160,146)
#82AB9F
(130,171,159)
#93B6AC
(147,182,172)
#A4C1B9
(164,193,185)
#B5CCC6
(181,204,198)
#C6D7D3
(198,215,211)
#D7E2E0
(215,226,224)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7F6B; }

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

This text font color is #3E7F6B.


Background Color

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

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

This div background color is #3E7F6B.


Border color

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

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

This div border color is #3E7F6B.


Opacity

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

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

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

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

This text has shadow with #3E7F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7F6B on black background.


Color preview on white background

This text has color #3E7F6B on white background.



Black color preview on #3E7F6B background

This text has black color on #3E7F6B background.


White color preview on #3E7F6B background

This text has white color on #3E7F6B background.