COLOR #3E986C

HEX: #3E986C RGB: (62,152,108)

Color info

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

RGB color model

#3E986C color RGB value is (62,152,108).

RGB: (62,152,108) (24%, 60%, 42%)

RGB channels and saturation

R 62 of 255 = 24%
G 152 of 255 = 60%
B 108 of 255 = 42%

62
152
108

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

Portions of RGB colors in percentages

R + G + B = 62 + 152 + 108 = 322 (100%)
R 62 of 322 ~ 19.25%
G 152 of 322 ~ 47.2%
B 108 of 322 ~ 33.54'%

%19.25
%47.2
%33.54

CMYK color model

#3E986C color CMYK value is (59,0,29,40).

  • cyan value is 59.21%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 40.39%

CMYK: (59,0,29,40)
C59M0Y29K40 (59%, 0%, 29%, 40%)
(0.59 / 0.00 / 0.29 / 0.40)

CMYK percentages

%59.21
%0
%28.95
%40.39

Codes

Color #3E986C in popluar color models

3E 98 6C
RGB 62 152 108
HSL 151° 42.06% 41.96%
HSB/HSV 151° 59.21% 59.61%
CMYK 59.21% 0.00% 28.95%
40.39%

Color #3E986C in popluar number systems.

HEX 3E 98 6C
Decimal 62 152 108
Binary 111110 10011000 1101100
Octal 76 230 154

Shades and tints

Shades of #3E986C

#3E986C
(62,152,108)
#398B63
(57,139,99)
#347E5A
(52,126,90)
#2F7151
(47,113,81)
#2A6448
(42,100,72)
#25573F
(37,87,63)
#204A36
(32,74,54)
#1B3D2D
(27,61,45)
#163024
(22,48,36)
#11231B
(17,35,27)
#0C1612
(12,22,18)
#000000
(0,0,0)

Tints of #3E986C

#3E986C
(62,152,108)
#4FA179
(79,161,121)
#60AA86
(96,170,134)
#71B393
(113,179,147)
#82BCA0
(130,188,160)
#93C5AD
(147,197,173)
#A4CEBA
(164,206,186)
#B5D7C7
(181,215,199)
#C6E0D4
(198,224,212)
#D7E9E1
(215,233,225)
#E8F2EE
(232,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E986C color. Also use rgb(62,152,108) instead hex code.

Text Font Color

.myTextColor { color: #3E986C; }

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

This text font color is #3E986C.

Background Color

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

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

This div background color is #3E986C.

Border color

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

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

This div border color is #3E986C.

Opacity

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

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

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

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

This text has shadow with #3E986C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E986C.

Preview

Color preview on black background

This text has color #3E986C on black background.


Color preview on white background

This text has color #3E986C on white background.


Black color preview on #3E986C background

This text has black color on #3E986C background.


White color preview on #3E986C background

This text has white color on #3E986C background.


Related colors

Complementary color

Complementary color for #hex is #C16793.


I love getcolorcode.com

Triadic colors

1 #6C3E98 and #986C3E with #3E986C are triadic colors.

2 #6C983E and #983E6C with #3E986C are triadic colors.