COLOR #3E8B5F

HEX: #3E8B5F
RGB: (62,139,95)

Color info

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

RGB color model

#3E8B5F color RGB value is (62,139,95).

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

RGB channels and saturation

R 62 of 255 = 24%
G 139 of 255 = 55%
B 95 of 255 = 37%

62
139
95

R + G + B ~ 39%. #3E8B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 139 + 95 = 296 (100%)
R 62 of 296 ~ 20.95%
G 139 of 296 ~ 46.96%
B 95 of 296 ~ 32.09%

%20.95
%46.96
%32.09

CMYK color model

#3E8B5F color CMYK value is (55,0,32,45).

  • cyan value is 55.40%
  • magenta value is 0.00%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK:
(55,0,32,45)
C55M0Y32K45 
(55%,0%,32%,45%)
(0.55/0.00/0.32/0.45)	

CMYK percentages

%55.4
%0
%31.65
%45.49

Codes

Color #3E8B5F in popluar color models

3E8B5F
RGB6213995
HSL146°38.31%39.41%
HSB/HSV146°55.40%54.51%
CMYK55.40%0.00%31.65%
45.49%

Color #3E8B5F in popluar number systems.

HEX3E8B5F
Decimal6213995
Binary111110100010111011111
Octal76213137

Shades and tints

Shades of #3E8B5F

#3E8B5F
(62,139,95)
#397F57
(57,127,87)
#34734F
(52,115,79)
#2F6747
(47,103,71)
#2A5B3F
(42,91,63)
#254F37
(37,79,55)
#20432F
(32,67,47)
#1B3727
(27,55,39)
#162B1F
(22,43,31)
#111F17
(17,31,23)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #3E8B5F

#3E8B5F
(62,139,95)
#4F956D
(79,149,109)
#609F7B
(96,159,123)
#71A989
(113,169,137)
#82B397
(130,179,151)
#93BDA5
(147,189,165)
#A4C7B3
(164,199,179)
#B5D1C1
(181,209,193)
#C6DBCF
(198,219,207)
#D7E5DD
(215,229,221)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8B5F; }

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

This text font color is #3E8B5F.


Background Color

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

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

This div background color is #3E8B5F.


Border color

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

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

This div border color is #3E8B5F.


Opacity

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

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

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

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

This text has shadow with #3E8B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8B5F on black background.


Color preview on white background

This text has color #3E8B5F on white background.



Black color preview on #3E8B5F background

This text has black color on #3E8B5F background.


White color preview on #3E8B5F background

This text has white color on #3E8B5F background.