COLOR #3E7F6D

HEX: #3E7F6D
RGB: (62,127,109)

Color info

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

RGB color model

#3E7F6D color RGB value is (62,127,109).

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

RGB channels and saturation

R 62 of 255 = 24%
G 127 of 255 = 50%
B 109 of 255 = 43%

62
127
109

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

Portions of RGB colors in percentages

R + G + B =
62 + 127 + 109 = 298 (100%)
R 62 of 298 ~ 20.81%
G 127 of 298 ~ 42.62%
B 109 of 298 ~ 36.58%

%20.81
%42.62
%36.58

CMYK color model

#3E7F6D color CMYK value is (51,0,14,50).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 50.20%
CMYK:
(51,0,14,50)
C51M0Y14K50 
(51%,0%,14%,50%)
(0.51/0.00/0.14/0.50)	

CMYK percentages

%51.18
%0
%14.17
%50.2

Codes

Color #3E7F6D in popluar color models

3E7F6D
RGB62127109
HSL163°34.39%37.06%
HSB/HSV163°51.18%49.80%
CMYK51.18%0.00%14.17%
50.20%

Color #3E7F6D in popluar number systems.

HEX3E7F6D
Decimal62127109
Binary11111011111111101101
Octal76177155

Shades and tints

Shades of #3E7F6D

#3E7F6D
(62,127,109)
#397464
(57,116,100)
#34695B
(52,105,91)
#2F5E52
(47,94,82)
#2A5349
(42,83,73)
#254840
(37,72,64)
#203D37
(32,61,55)
#1B322E
(27,50,46)
#162725
(22,39,37)
#111C1C
(17,28,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #3E7F6D

#3E7F6D
(62,127,109)
#4F8A7A
(79,138,122)
#609587
(96,149,135)
#71A094
(113,160,148)
#82ABA1
(130,171,161)
#93B6AE
(147,182,174)
#A4C1BB
(164,193,187)
#B5CCC8
(181,204,200)
#C6D7D5
(198,215,213)
#D7E2E2
(215,226,226)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7F6D; }

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

This text font color is #3E7F6D.


Background Color

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

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

This div background color is #3E7F6D.


Border color

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

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

This div border color is #3E7F6D.


Opacity

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

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

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

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

This text has shadow with #3E7F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7F6D on black background.


Color preview on white background

This text has color #3E7F6D on white background.



Black color preview on #3E7F6D background

This text has black color on #3E7F6D background.


White color preview on #3E7F6D background

This text has white color on #3E7F6D background.