COLOR #3E9E7F

HEX: #3E9E7F RGB: (62,158,127)

Color info

#3E9E7F contains mainly green and blue colors. Web safe color of #3E9E7F is #339966 (or #396).

RGB color model

#3E9E7F color RGB value is (62,158,127).

RGB: (62,158,127) (24%, 62%, 50%)

RGB channels and saturation

R 62 of 255 = 24%
G 158 of 255 = 62%
B 127 of 255 = 50%

62
158
127

R + G + B ~ 45%. #3E9E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 62 + 158 + 127 = 347 (100%)
R 62 of 347 ~ 17.87%
G 158 of 347 ~ 45.53%
B 127 of 347 ~ 36.6'%

%17.87
%45.53
%36.6

CMYK color model

#3E9E7F color CMYK value is (61,0,20,38).

  • cyan value is 60.76%
  • magenta value is 0.00%
  • yellow value is 19.62%
  • key color value is 38.04%

CMYK: (61,0,20,38)
C61M0Y20K38 (61%, 0%, 20%, 38%)
(0.61 / 0.00 / 0.20 / 0.38)

CMYK percentages

%60.76
%0
%19.62
%38.04

Codes

Color #3E9E7F in popluar color models

3E 9E 7F
RGB 62 158 127
HSL 161° 43.64% 43.14%
HSB/HSV 161° 60.76% 61.96%
CMYK 60.76% 0.00% 19.62%
38.04%

Color #3E9E7F in popluar number systems.

HEX 3E 9E 7F
Decimal 62 158 127
Binary 111110 10011110 1111111
Octal 76 236 177

Shades and tints

Shades of #3E9E7F

#3E9E7F
(62,158,127)
#399074
(57,144,116)
#348269
(52,130,105)
#2F745E
(47,116,94)
#2A6653
(42,102,83)
#255848
(37,88,72)
#204A3D
(32,74,61)
#1B3C32
(27,60,50)
#162E27
(22,46,39)
#11201C
(17,32,28)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #3E9E7F

#3E9E7F
(62,158,127)
#4FA68A
(79,166,138)
#60AE95
(96,174,149)
#71B6A0
(113,182,160)
#82BEAB
(130,190,171)
#93C6B6
(147,198,182)
#A4CEC1
(164,206,193)
#B5D6CC
(181,214,204)
#C6DED7
(198,222,215)
#D7E6E2
(215,230,226)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E9E7F; }

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

This text font color is #3E9E7F.

Background Color

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

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

This div background color is #3E9E7F.

Border color

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

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

This div border color is #3E9E7F.

Opacity

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

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

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

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

This text has shadow with #3E9E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E9E7F.

Preview

Color preview on black background

This text has color #3E9E7F on black background.


Color preview on white background

This text has color #3E9E7F on white background.


Black color preview on #3E9E7F background

This text has black color on #3E9E7F background.


White color preview on #3E9E7F background

This text has white color on #3E9E7F background.


Related colors

Complementary color

Complementary color for #hex is #C16180.


I love getcolorcode.com

Triadic colors

1 #7F3E9E and #9E7F3E with #3E9E7F are triadic colors.

2 #7F9E3E and #9E3E7F with #3E9E7F are triadic colors.