COLOR #3E7F65

HEX: #3E7F65
RGB: (62,127,101)

Color info

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

RGB color model

#3E7F65 color RGB value is (62,127,101).

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

RGB channels and saturation

R 62 of 255 = 24%
G 127 of 255 = 50%
B 101 of 255 = 40%

62
127
101

R + G + B ~ 38%. #3E7F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 127 + 101 = 290 (100%)
R 62 of 290 ~ 21.38%
G 127 of 290 ~ 43.79%
B 101 of 290 ~ 34.83%

%21.38
%43.79
%34.83

CMYK color model

#3E7F65 color CMYK value is (51,0,20,50).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 50.20%
CMYK:
(51,0,20,50)
C51M0Y20K50 
(51%,0%,20%,50%)
(0.51/0.00/0.20/0.50)	

CMYK percentages

%51.18
%0
%20.47
%50.2

Codes

Color #3E7F65 in popluar color models

3E7F65
RGB62127101
HSL156°34.39%37.06%
HSB/HSV156°51.18%49.80%
CMYK51.18%0.00%20.47%
50.20%

Color #3E7F65 in popluar number systems.

HEX3E7F65
Decimal62127101
Binary11111011111111100101
Octal76177145

Shades and tints

Shades of #3E7F65

#3E7F65
(62,127,101)
#39745C
(57,116,92)
#346953
(52,105,83)
#2F5E4A
(47,94,74)
#2A5341
(42,83,65)
#254838
(37,72,56)
#203D2F
(32,61,47)
#1B3226
(27,50,38)
#16271D
(22,39,29)
#111C14
(17,28,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #3E7F65

#3E7F65
(62,127,101)
#4F8A73
(79,138,115)
#609581
(96,149,129)
#71A08F
(113,160,143)
#82AB9D
(130,171,157)
#93B6AB
(147,182,171)
#A4C1B9
(164,193,185)
#B5CCC7
(181,204,199)
#C6D7D5
(198,215,213)
#D7E2E3
(215,226,227)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7F65; }

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

This text font color is #3E7F65.


Background Color

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

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

This div background color is #3E7F65.


Border color

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

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

This div border color is #3E7F65.


Opacity

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

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

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

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

This text has shadow with #3E7F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7F65 on black background.


Color preview on white background

This text has color #3E7F65 on white background.



Black color preview on #3E7F65 background

This text has black color on #3E7F65 background.


White color preview on #3E7F65 background

This text has white color on #3E7F65 background.