COLOR #3E8B6C

HEX: #3E8B6C
RGB: (62,139,108)

Color info

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

RGB color model

#3E8B6C color RGB value is (62,139,108).

  • red value is 62;
  • green value is 139;
  • blue value is 108.
RGB:
(62,139,108)
(24%,55%,42%)

RGB channels and saturation

R 62 of 255 = 24%
G 139 of 255 = 55%
B 108 of 255 = 42%

62
139
108

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

Portions of RGB colors in percentages

R + G + B =
62 + 139 + 108 = 309 (100%)
R 62 of 309 ~ 20.06%
G 139 of 309 ~ 44.98%
B 108 of 309 ~ 34.95%

%20.06
%44.98
%34.95

CMYK color model

#3E8B6C color CMYK value is (55,0,22,45).

  • cyan value is 55.40%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 45.49%
CMYK:
(55,0,22,45)
C55M0Y22K45 
(55%,0%,22%,45%)
(0.55/0.00/0.22/0.45)	

CMYK percentages

%55.4
%0
%22.3
%45.49

Codes

Color #3E8B6C in popluar color models

3E8B6C
RGB62139108
HSL156°38.31%39.41%
HSB/HSV156°55.40%54.51%
CMYK55.40%0.00%22.30%
45.49%

Color #3E8B6C in popluar number systems.

HEX3E8B6C
Decimal62139108
Binary111110100010111101100
Octal76213154

Shades and tints

Shades of #3E8B6C

#3E8B6C
(62,139,108)
#397F63
(57,127,99)
#34735A
(52,115,90)
#2F6751
(47,103,81)
#2A5B48
(42,91,72)
#254F3F
(37,79,63)
#204336
(32,67,54)
#1B372D
(27,55,45)
#162B24
(22,43,36)
#111F1B
(17,31,27)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #3E8B6C

#3E8B6C
(62,139,108)
#4F9579
(79,149,121)
#609F86
(96,159,134)
#71A993
(113,169,147)
#82B3A0
(130,179,160)
#93BDAD
(147,189,173)
#A4C7BA
(164,199,186)
#B5D1C7
(181,209,199)
#C6DBD4
(198,219,212)
#D7E5E1
(215,229,225)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8B6C; }

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

This text font color is #3E8B6C.


Background Color

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

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

This div background color is #3E8B6C.


Border color

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

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

This div border color is #3E8B6C.


Opacity

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

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

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

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

This text has shadow with #3E8B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8B6C on black background.


Color preview on white background

This text has color #3E8B6C on white background.



Black color preview on #3E8B6C background

This text has black color on #3E8B6C background.


White color preview on #3E8B6C background

This text has white color on #3E8B6C background.