COLOR #3E8B5D

HEX: #3E8B5D
RGB: (62,139,93)

Color info

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

RGB color model

#3E8B5D color RGB value is (62,139,93).

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

RGB channels and saturation

R 62 of 255 = 24%
G 139 of 255 = 55%
B 93 of 255 = 36%

62
139
93

R + G + B ~ 38%. #3E8B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 139 + 93 = 294 (100%)
R 62 of 294 ~ 21.09%
G 139 of 294 ~ 47.28%
B 93 of 294 ~ 31.63%

%21.09
%47.28
%31.63

CMYK color model

#3E8B5D color CMYK value is (55,0,33,45).

  • cyan value is 55.40%
  • magenta value is 0.00%
  • yellow value is 33.09%
  • key color value is 45.49%
CMYK:
(55,0,33,45)
C55M0Y33K45 
(55%,0%,33%,45%)
(0.55/0.00/0.33/0.45)	

CMYK percentages

%55.4
%0
%33.09
%45.49

Codes

Color #3E8B5D in popluar color models

3E8B5D
RGB6213993
HSL144°38.31%39.41%
HSB/HSV144°55.40%54.51%
CMYK55.40%0.00%33.09%
45.49%

Color #3E8B5D in popluar number systems.

HEX3E8B5D
Decimal6213993
Binary111110100010111011101
Octal76213135

Shades and tints

Shades of #3E8B5D

#3E8B5D
(62,139,93)
#397F55
(57,127,85)
#34734D
(52,115,77)
#2F6745
(47,103,69)
#2A5B3D
(42,91,61)
#254F35
(37,79,53)
#20432D
(32,67,45)
#1B3725
(27,55,37)
#162B1D
(22,43,29)
#111F15
(17,31,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #3E8B5D

#3E8B5D
(62,139,93)
#4F956B
(79,149,107)
#609F79
(96,159,121)
#71A987
(113,169,135)
#82B395
(130,179,149)
#93BDA3
(147,189,163)
#A4C7B1
(164,199,177)
#B5D1BF
(181,209,191)
#C6DBCD
(198,219,205)
#D7E5DB
(215,229,219)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E8B5D; }

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

This text font color is #3E8B5D.


Background Color

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

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

This div background color is #3E8B5D.


Border color

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

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

This div border color is #3E8B5D.


Opacity

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

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

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

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

This text has shadow with #3E8B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8B5D on black background.


Color preview on white background

This text has color #3E8B5D on white background.



Black color preview on #3E8B5D background

This text has black color on #3E8B5D background.


White color preview on #3E8B5D background

This text has white color on #3E8B5D background.