COLOR #3E7E60

HEX: #3E7E60
RGB: (62,126,96)

Color info

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

RGB color model

#3E7E60 color RGB value is (62,126,96).

  • red value is 62;
  • green value is 126;
  • blue value is 96.
RGB:
(62,126,96)
(24%,49%,38%)

RGB channels and saturation

R 62 of 255 = 24%
G 126 of 255 = 49%
B 96 of 255 = 38%

62
126
96

R + G + B ~ 37%. #3E7E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 126 + 96 = 284 (100%)
R 62 of 284 ~ 21.83%
G 126 of 284 ~ 44.37%
B 96 of 284 ~ 33.8%

%21.83
%44.37
%33.8

CMYK color model

#3E7E60 color CMYK value is (51,0,24,51).

  • cyan value is 50.79%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(51,0,24,51)
C51M0Y24K51 
(51%,0%,24%,51%)
(0.51/0.00/0.24/0.51)	

CMYK percentages

%50.79
%0
%23.81
%50.59

Codes

Color #3E7E60 in popluar color models

3E7E60
RGB6212696
HSL152°34.04%36.86%
HSB/HSV152°50.79%49.41%
CMYK50.79%0.00%23.81%
50.59%

Color #3E7E60 in popluar number systems.

HEX3E7E60
Decimal6212696
Binary11111011111101100000
Octal76176140

Shades and tints

Shades of #3E7E60

#3E7E60
(62,126,96)
#397358
(57,115,88)
#346850
(52,104,80)
#2F5D48
(47,93,72)
#2A5240
(42,82,64)
#254738
(37,71,56)
#203C30
(32,60,48)
#1B3128
(27,49,40)
#162620
(22,38,32)
#111B18
(17,27,24)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #3E7E60

#3E7E60
(62,126,96)
#4F896E
(79,137,110)
#60947C
(96,148,124)
#719F8A
(113,159,138)
#82AA98
(130,170,152)
#93B5A6
(147,181,166)
#A4C0B4
(164,192,180)
#B5CBC2
(181,203,194)
#C6D6D0
(198,214,208)
#D7E1DE
(215,225,222)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7E60 color. Also use rgb(62,126,96) instead hex code.

Text Font Color

.myTextColor { color: #3E7E60; }

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

This text font color is #3E7E60.


Background Color

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

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

This div background color is #3E7E60.


Border color

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

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

This div border color is #3E7E60.


Opacity

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

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

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

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

This text has shadow with #3E7E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7E60 on black background.


Color preview on white background

This text has color #3E7E60 on white background.



Black color preview on #3E7E60 background

This text has black color on #3E7E60 background.


White color preview on #3E7E60 background

This text has white color on #3E7E60 background.