COLOR #3E7F67

HEX: #3E7F67
RGB: (62,127,103)

Color info

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

RGB color model

#3E7F67 color RGB value is (62,127,103).

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

RGB channels and saturation

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

62
127
103

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

Portions of RGB colors in percentages

R + G + B =
62 + 127 + 103 = 292 (100%)
R 62 of 292 ~ 21.23%
G 127 of 292 ~ 43.49%
B 103 of 292 ~ 35.27%

%21.23
%43.49
%35.27

CMYK color model

#3E7F67 color CMYK value is (51,0,19,50).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 18.90%
  • key color value is 50.20%
CMYK:
(51,0,19,50)
C51M0Y19K50 
(51%,0%,19%,50%)
(0.51/0.00/0.19/0.50)	

CMYK percentages

%51.18
%0
%18.9
%50.2

Codes

Color #3E7F67 in popluar color models

3E7F67
RGB62127103
HSL158°34.39%37.06%
HSB/HSV158°51.18%49.80%
CMYK51.18%0.00%18.90%
50.20%

Color #3E7F67 in popluar number systems.

HEX3E7F67
Decimal62127103
Binary11111011111111100111
Octal76177147

Shades and tints

Shades of #3E7F67

#3E7F67
(62,127,103)
#39745E
(57,116,94)
#346955
(52,105,85)
#2F5E4C
(47,94,76)
#2A5343
(42,83,67)
#25483A
(37,72,58)
#203D31
(32,61,49)
#1B3228
(27,50,40)
#16271F
(22,39,31)
#111C16
(17,28,22)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #3E7F67

#3E7F67
(62,127,103)
#4F8A74
(79,138,116)
#609581
(96,149,129)
#71A08E
(113,160,142)
#82AB9B
(130,171,155)
#93B6A8
(147,182,168)
#A4C1B5
(164,193,181)
#B5CCC2
(181,204,194)
#C6D7CF
(198,215,207)
#D7E2DC
(215,226,220)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7F67; }

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

This text font color is #3E7F67.


Background Color

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

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

This div background color is #3E7F67.


Border color

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

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

This div border color is #3E7F67.


Opacity

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

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

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

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

This text has shadow with #3E7F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7F67 on black background.


Color preview on white background

This text has color #3E7F67 on white background.



Black color preview on #3E7F67 background

This text has black color on #3E7F67 background.


White color preview on #3E7F67 background

This text has white color on #3E7F67 background.