COLOR #3EA320

HEX: #3EA320
RGB: (62,163,32)

Color info

#3EA320 contains mainly green color. Web safe color of #3EA320 is #339933 (or #393).

RGB color model

#3EA320 color RGB value is (62,163,32).

  • red value is 62;
  • green value is 163;
  • blue value is 32.
RGB:
(62,163,32)
(24%,64%,13%)

RGB channels and saturation

R 62 of 255 = 24%
G 163 of 255 = 64%
B 32 of 255 = 13%

62
163
32

R + G + B ~ 34%. #3EA320 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 163 + 32 = 257 (100%)
R 62 of 257 ~ 24.12%
G 163 of 257 ~ 63.42%
B 32 of 257 ~ 12.45%

%24.12
%63.42
%12.45

CMYK color model

#3EA320 color CMYK value is (62,0,80,36).

  • cyan value is 61.96%
  • magenta value is 0.00%
  • yellow value is 80.37%
  • key color value is 36.08%
CMYK:
(62,0,80,36)
C62M0Y80K36 
(62%,0%,80%,36%)
(0.62/0.00/0.80/0.36)	

CMYK percentages

%61.96
%0
%80.37
%36.08

Codes

Color #3EA320 in popluar color models

3EA320
RGB6216332
HSL106°67.18%38.24%
HSB/HSV106°80.37%63.92%
CMYK61.96%0.00%80.37%
36.08%

Color #3EA320 in popluar number systems.

HEX3EA320
Decimal6216332
Binary11111010100011100000
Octal7624340

Shades and tints

Shades of #3EA320

#3EA320
(62,163,32)
#39951E
(57,149,30)
#34871C
(52,135,28)
#2F791A
(47,121,26)
#2A6B18
(42,107,24)
#255D16
(37,93,22)
#204F14
(32,79,20)
#1B4112
(27,65,18)
#163310
(22,51,16)
#11250E
(17,37,14)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #3EA320

#3EA320
(62,163,32)
#4FAB34
(79,171,52)
#60B348
(96,179,72)
#71BB5C
(113,187,92)
#82C370
(130,195,112)
#93CB84
(147,203,132)
#A4D398
(164,211,152)
#B5DBAC
(181,219,172)
#C6E3C0
(198,227,192)
#D7EBD4
(215,235,212)
#E8F3E8
(232,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EA320 color. Also use rgb(62,163,32) instead hex code.

Text Font Color

.myTextColor { color: #3EA320; }

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

This text font color is #3EA320.


Background Color

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

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

This div background color is #3EA320.


Border color

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

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

This div border color is #3EA320.


Opacity

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

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

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

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

This text has shadow with #3EA320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EA320 on black background.


Color preview on white background

This text has color #3EA320 on white background.



Black color preview on #3EA320 background

This text has black color on #3EA320 background.


White color preview on #3EA320 background

This text has white color on #3EA320 background.