COLOR #3E7F70

HEX: #3E7F70
RGB: (62,127,112)

Color info

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

RGB color model

#3E7F70 color RGB value is (62,127,112).

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

RGB channels and saturation

R 62 of 255 = 24%
G 127 of 255 = 50%
B 112 of 255 = 44%

62
127
112

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

Portions of RGB colors in percentages

R + G + B =
62 + 127 + 112 = 301 (100%)
R 62 of 301 ~ 20.6%
G 127 of 301 ~ 42.19%
B 112 of 301 ~ 37.21%

%20.6
%42.19
%37.21

CMYK color model

#3E7F70 color CMYK value is (51,0,12,50).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK:
(51,0,12,50)
C51M0Y12K50 
(51%,0%,12%,50%)
(0.51/0.00/0.12/0.50)	

CMYK percentages

%51.18
%0
%11.81
%50.2

Codes

Color #3E7F70 in popluar color models

3E7F70
RGB62127112
HSL166°34.39%37.06%
HSB/HSV166°51.18%49.80%
CMYK51.18%0.00%11.81%
50.20%

Color #3E7F70 in popluar number systems.

HEX3E7F70
Decimal62127112
Binary11111011111111110000
Octal76177160

Shades and tints

Shades of #3E7F70

#3E7F70
(62,127,112)
#397466
(57,116,102)
#34695C
(52,105,92)
#2F5E52
(47,94,82)
#2A5348
(42,83,72)
#25483E
(37,72,62)
#203D34
(32,61,52)
#1B322A
(27,50,42)
#162720
(22,39,32)
#111C16
(17,28,22)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #3E7F70

#3E7F70
(62,127,112)
#4F8A7D
(79,138,125)
#60958A
(96,149,138)
#71A097
(113,160,151)
#82ABA4
(130,171,164)
#93B6B1
(147,182,177)
#A4C1BE
(164,193,190)
#B5CCCB
(181,204,203)
#C6D7D8
(198,215,216)
#D7E2E5
(215,226,229)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7F70; }

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

This text font color is #3E7F70.


Background Color

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

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

This div background color is #3E7F70.


Border color

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

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

This div border color is #3E7F70.


Opacity

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

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

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

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

This text has shadow with #3E7F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7F70 on black background.


Color preview on white background

This text has color #3E7F70 on white background.



Black color preview on #3E7F70 background

This text has black color on #3E7F70 background.


White color preview on #3E7F70 background

This text has white color on #3E7F70 background.