COLOR #3EA264

HEX: #3EA264
RGB: (62,162,100)

Color info

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

RGB color model

#3EA264 color RGB value is (62,162,100).

  • red value is 62;
  • green value is 162;
  • blue value is 100.
RGB:
(62,162,100)
(24%,64%,39%)

RGB channels and saturation

R 62 of 255 = 24%
G 162 of 255 = 64%
B 100 of 255 = 39%

62
162
100

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

Portions of RGB colors in percentages

R + G + B =
62 + 162 + 100 = 324 (100%)
R 62 of 324 ~ 19.14%
G 162 of 324 ~ 50%
B 100 of 324 ~ 30.86%

%19.14
%50
%30.86

CMYK color model

#3EA264 color CMYK value is (62,0,38,36).

  • cyan value is 61.73%
  • magenta value is 0.00%
  • yellow value is 38.27%
  • key color value is 36.47%
CMYK:
(62,0,38,36)
C62M0Y38K36 
(62%,0%,38%,36%)
(0.62/0.00/0.38/0.36)	

CMYK percentages

%61.73
%0
%38.27
%36.47

Codes

Color #3EA264 in popluar color models

3EA264
RGB62162100
HSL143°44.64%43.92%
HSB/HSV143°61.73%63.53%
CMYK61.73%0.00%38.27%
36.47%

Color #3EA264 in popluar number systems.

HEX3EA264
Decimal62162100
Binary111110101000101100100
Octal76242144

Shades and tints

Shades of #3EA264

#3EA264
(62,162,100)
#39945B
(57,148,91)
#348652
(52,134,82)
#2F7849
(47,120,73)
#2A6A40
(42,106,64)
#255C37
(37,92,55)
#204E2E
(32,78,46)
#1B4025
(27,64,37)
#16321C
(22,50,28)
#112413
(17,36,19)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #3EA264

#3EA264
(62,162,100)
#4FAA72
(79,170,114)
#60B280
(96,178,128)
#71BA8E
(113,186,142)
#82C29C
(130,194,156)
#93CAAA
(147,202,170)
#A4D2B8
(164,210,184)
#B5DAC6
(181,218,198)
#C6E2D4
(198,226,212)
#D7EAE2
(215,234,226)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EA264 color. Also use rgb(62,162,100) instead hex code.

Text Font Color

.myTextColor { color: #3EA264; }

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

This text font color is #3EA264.


Background Color

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

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

This div background color is #3EA264.


Border color

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

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

This div border color is #3EA264.


Opacity

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

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

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

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

This text has shadow with #3EA264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EA264 on black background.


Color preview on white background

This text has color #3EA264 on white background.



Black color preview on #3EA264 background

This text has black color on #3EA264 background.


White color preview on #3EA264 background

This text has white color on #3EA264 background.