COLOR #3EA45E

HEX: #3EA45E
RGB: (62,164,94)

Color info

#3EA45E contains mainly green color. Web safe color of #3EA45E is #339966 (or #396).

RGB color model

#3EA45E color RGB value is (62,164,94).

  • red value is 62;
  • green value is 164;
  • blue value is 94.
RGB:
(62,164,94)
(24%,64%,37%)

RGB channels and saturation

R 62 of 255 = 24%
G 164 of 255 = 64%
B 94 of 255 = 37%

62
164
94

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

Portions of RGB colors in percentages

R + G + B =
62 + 164 + 94 = 320 (100%)
R 62 of 320 ~ 19.38%
G 164 of 320 ~ 51.25%
B 94 of 320 ~ 29.38%

%19.38
%51.25
%29.38

CMYK color model

#3EA45E color CMYK value is (62,0,43,36).

  • cyan value is 62.20%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(62,0,43,36)
C62M0Y43K36 
(62%,0%,43%,36%)
(0.62/0.00/0.43/0.36)	

CMYK percentages

%62.2
%0
%42.68
%35.69

Codes

Color #3EA45E in popluar color models

3EA45E
RGB6216494
HSL139°45.13%44.31%
HSB/HSV139°62.20%64.31%
CMYK62.20%0.00%42.68%
35.69%

Color #3EA45E in popluar number systems.

HEX3EA45E
Decimal6216494
Binary111110101001001011110
Octal76244136

Shades and tints

Shades of #3EA45E

#3EA45E
(62,164,94)
#399656
(57,150,86)
#34884E
(52,136,78)
#2F7A46
(47,122,70)
#2A6C3E
(42,108,62)
#255E36
(37,94,54)
#20502E
(32,80,46)
#1B4226
(27,66,38)
#16341E
(22,52,30)
#112616
(17,38,22)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #3EA45E

#3EA45E
(62,164,94)
#4FAC6C
(79,172,108)
#60B47A
(96,180,122)
#71BC88
(113,188,136)
#82C496
(130,196,150)
#93CCA4
(147,204,164)
#A4D4B2
(164,212,178)
#B5DCC0
(181,220,192)
#C6E4CE
(198,228,206)
#D7ECDC
(215,236,220)
#E8F4EA
(232,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EA45E color. Also use rgb(62,164,94) instead hex code.

Text Font Color

.myTextColor { color: #3EA45E; }

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

This text font color is #3EA45E.


Background Color

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

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

This div background color is #3EA45E.


Border color

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

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

This div border color is #3EA45E.


Opacity

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

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

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

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

This text has shadow with #3EA45E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EA45E on black background.


Color preview on white background

This text has color #3EA45E on white background.



Black color preview on #3EA45E background

This text has black color on #3EA45E background.


White color preview on #3EA45E background

This text has white color on #3EA45E background.