COLOR #3E8B7F

HEX: #3E8B7F RGB: (62,139,127)

Color info

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

RGB color model

#3E8B7F color RGB value is (62,139,127).

RGB: (62,139,127) (24%, 55%, 50%)

RGB channels and saturation

R 62 of 255 = 24%
G 139 of 255 = 55%
B 127 of 255 = 50%

62
139
127

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

Portions of RGB colors in percentages

R + G + B = 62 + 139 + 127 = 328 (100%)
R 62 of 328 ~ 18.9%
G 139 of 328 ~ 42.38%
B 127 of 328 ~ 38.72'%

%18.9
%42.38
%38.72

CMYK color model

#3E8B7F color CMYK value is (55,0,9,45).

  • cyan value is 55.40%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 45.49%

CMYK: (55,0,9,45)
C55M0Y9K45 (55%, 0%, 9%, 45%)
(0.55 / 0.00 / 0.09 / 0.45)

CMYK percentages

%55.4
%0
%8.63
%45.49

Codes

Color #3E8B7F in popluar color models

3E 8B 7F
RGB 62 139 127
HSL 171° 38.31% 39.41%
HSB/HSV 171° 55.40% 54.51%
CMYK 55.40% 0.00% 8.63%
45.49%

Color #3E8B7F in popluar number systems.

HEX 3E 8B 7F
Decimal 62 139 127
Binary 111110 10001011 1111111
Octal 76 213 177

Shades and tints

Shades of #3E8B7F

#3E8B7F
(62,139,127)
#397F74
(57,127,116)
#347369
(52,115,105)
#2F675E
(47,103,94)
#2A5B53
(42,91,83)
#254F48
(37,79,72)
#20433D
(32,67,61)
#1B3732
(27,55,50)
#162B27
(22,43,39)
#111F1C
(17,31,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #3E8B7F

#3E8B7F
(62,139,127)
#4F958A
(79,149,138)
#609F95
(96,159,149)
#71A9A0
(113,169,160)
#82B3AB
(130,179,171)
#93BDB6
(147,189,182)
#A4C7C1
(164,199,193)
#B5D1CC
(181,209,204)
#C6DBD7
(198,219,215)
#D7E5E2
(215,229,226)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8B7F; }

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

This text font color is #3E8B7F.

Background Color

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

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

This div background color is #3E8B7F.

Border color

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

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

This div border color is #3E8B7F.

Opacity

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

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

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

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

This text has shadow with #3E8B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E8B7F.

Preview

Color preview on black background

This text has color #3E8B7F on black background.


Color preview on white background

This text has color #3E8B7F on white background.


Black color preview on #3E8B7F background

This text has black color on #3E8B7F background.


White color preview on #3E8B7F background

This text has white color on #3E8B7F background.


Related colors

Complementary color

Complementary color for #hex is #C17480.


I love getcolorcode.com

Triadic colors

1 #7F3E8B and #8B7F3E with #3E8B7F are triadic colors.

2 #7F8B3E and #8B3E7F with #3E8B7F are triadic colors.