COLOR #3E9514

HEX: #3E9514
RGB: (62,149,20)

Color info

#3E9514 contains mainly green color. Web safe color of #3E9514 is #339900 (or #390).

RGB color model

#3E9514 color RGB value is (62,149,20).

  • red value is 62;
  • green value is 149;
  • blue value is 20.
RGB:
(62,149,20)
(24%,58%,8%)

RGB channels and saturation

R 62 of 255 = 24%
G 149 of 255 = 58%
B 20 of 255 = 8%

62
149
20

R + G + B ~ 30%. #3E9514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 149 + 20 = 231 (100%)
R 62 of 231 ~ 26.84%
G 149 of 231 ~ 64.5%
B 20 of 231 ~ 8.66%

%26.84
%64.5

CMYK color model

#3E9514 color CMYK value is (58,0,87,42).

  • cyan value is 58.39%
  • magenta value is 0.00%
  • yellow value is 86.58%
  • key color value is 41.57%
CMYK:
(58,0,87,42)
C58M0Y87K42 
(58%,0%,87%,42%)
(0.58/0.00/0.87/0.42)	

CMYK percentages

%58.39
%0
%86.58
%41.57

Codes

Color #3E9514 in popluar color models

3E9514
RGB6214920
HSL100°76.33%33.14%
HSB/HSV100°86.58%58.43%
CMYK58.39%0.00%86.58%
41.57%

Color #3E9514 in popluar number systems.

HEX3E9514
Decimal6214920
Binary1111101001010110100
Octal7622524

Shades and tints

Shades of #3E9514

#3E9514
(62,149,20)
#398813
(57,136,19)
#347B12
(52,123,18)
#2F6E11
(47,110,17)
#2A6110
(42,97,16)
#25540F
(37,84,15)
#20470E
(32,71,14)
#1B3A0D
(27,58,13)
#162D0C
(22,45,12)
#11200B
(17,32,11)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #3E9514

#3E9514
(62,149,20)
#4F9E29
(79,158,41)
#60A73E
(96,167,62)
#71B053
(113,176,83)
#82B968
(130,185,104)
#93C27D
(147,194,125)
#A4CB92
(164,203,146)
#B5D4A7
(181,212,167)
#C6DDBC
(198,221,188)
#D7E6D1
(215,230,209)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E9514 color. Also use rgb(62,149,20) instead hex code.

Text Font Color

.myTextColor { color: #3E9514; }

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

This text font color is #3E9514.


Background Color

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

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

This div background color is #3E9514.


Border color

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

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

This div border color is #3E9514.


Opacity

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

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

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

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

This text has shadow with #3E9514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E9514 on black background.


Color preview on white background

This text has color #3E9514 on white background.



Black color preview on #3E9514 background

This text has black color on #3E9514 background.


White color preview on #3E9514 background

This text has white color on #3E9514 background.