COLOR #3E7F68

HEX: #3E7F68
RGB: (62,127,104)

Color info

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

RGB color model

#3E7F68 color RGB value is (62,127,104).

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

RGB channels and saturation

R 62 of 255 = 24%
G 127 of 255 = 50%
B 104 of 255 = 41%

62
127
104

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

Portions of RGB colors in percentages

R + G + B =
62 + 127 + 104 = 293 (100%)
R 62 of 293 ~ 21.16%
G 127 of 293 ~ 43.34%
B 104 of 293 ~ 35.49%

%21.16
%43.34
%35.49

CMYK color model

#3E7F68 color CMYK value is (51,0,18,50).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 50.20%
CMYK:
(51,0,18,50)
C51M0Y18K50 
(51%,0%,18%,50%)
(0.51/0.00/0.18/0.50)	

CMYK percentages

%51.18
%0
%18.11
%50.2

Codes

Color #3E7F68 in popluar color models

3E7F68
RGB62127104
HSL159°34.39%37.06%
HSB/HSV159°51.18%49.80%
CMYK51.18%0.00%18.11%
50.20%

Color #3E7F68 in popluar number systems.

HEX3E7F68
Decimal62127104
Binary11111011111111101000
Octal76177150

Shades and tints

Shades of #3E7F68

#3E7F68
(62,127,104)
#39745F
(57,116,95)
#346956
(52,105,86)
#2F5E4D
(47,94,77)
#2A5344
(42,83,68)
#25483B
(37,72,59)
#203D32
(32,61,50)
#1B3229
(27,50,41)
#162720
(22,39,32)
#111C17
(17,28,23)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #3E7F68

#3E7F68
(62,127,104)
#4F8A75
(79,138,117)
#609582
(96,149,130)
#71A08F
(113,160,143)
#82AB9C
(130,171,156)
#93B6A9
(147,182,169)
#A4C1B6
(164,193,182)
#B5CCC3
(181,204,195)
#C6D7D0
(198,215,208)
#D7E2DD
(215,226,221)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7F68; }

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

This text font color is #3E7F68.


Background Color

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

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

This div background color is #3E7F68.


Border color

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

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

This div border color is #3E7F68.


Opacity

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

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

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

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

This text has shadow with #3E7F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7F68 on black background.


Color preview on white background

This text has color #3E7F68 on white background.



Black color preview on #3E7F68 background

This text has black color on #3E7F68 background.


White color preview on #3E7F68 background

This text has white color on #3E7F68 background.