COLOR #3E8E0A

HEX: #3E8E0A RGB: (62,142,10)

Color info

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

RGB color model

#3E8E0A color RGB value is (62,142,10).

RGB: (62,142,10) (24%, 56%, 4%)

RGB channels and saturation

R 62 of 255 = 24%
G 142 of 255 = 56%
B 10 of 255 = 4%

62
142
10

R + G + B ~ 28%. #3E8E0A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 142 + 10 = 214 (100%)
R 62 of 214 ~ 28.97%
G 142 of 214 ~ 66.36%
B 10 of 214 ~ 4.67'%

%28.97
%66.36

CMYK color model

#3E8E0A color CMYK value is (56,0,93,44).

  • cyan value is 56.34%
  • magenta value is 0.00%
  • yellow value is 92.96%
  • key color value is 44.31%

CMYK: (56,0,93,44)
C56M0Y93K44 (56%, 0%, 93%, 44%)
(0.56 / 0.00 / 0.93 / 0.44)

CMYK percentages

%56.34
%0
%92.96
%44.31

Codes

Color #3E8E0A in popluar color models

3E 8E 0A
RGB 62 142 10
HSL 96° 86.84% 29.80%
HSB/HSV 96° 92.96% 55.69%
CMYK 56.34% 0.00% 92.96%
44.31%

Color #3E8E0A in popluar number systems.

HEX 3E 8E 0A
Decimal 62 142 10
Binary 111110 10001110 1010
Octal 76 216 12

Shades and tints

Shades of #3E8E0A

#3E8E0A
(62,142,10)
#39820A
(57,130,10)
#34760A
(52,118,10)
#2F6A0A
(47,106,10)
#2A5E0A
(42,94,10)
#25520A
(37,82,10)
#20460A
(32,70,10)
#1B3A0A
(27,58,10)
#162E0A
(22,46,10)
#11220A
(17,34,10)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #3E8E0A

#3E8E0A
(62,142,10)
#4F9820
(79,152,32)
#60A236
(96,162,54)
#71AC4C
(113,172,76)
#82B662
(130,182,98)
#93C078
(147,192,120)
#A4CA8E
(164,202,142)
#B5D4A4
(181,212,164)
#C6DEBA
(198,222,186)
#D7E8D0
(215,232,208)
#E8F2E6
(232,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8E0A color. Also use rgb(62,142,10) instead hex code.

Text Font Color

.myTextColor { color: #3E8E0A; }

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

This text font color is #3E8E0A.

Background Color

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

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

This div background color is #3E8E0A.

Border color

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

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

This div border color is #3E8E0A.

Opacity

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

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

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

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

This text has shadow with #3E8E0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E8E0A.

Preview

Color preview on black background

This text has color #3E8E0A on black background.


Color preview on white background

This text has color #3E8E0A on white background.


Black color preview on #3E8E0A background

This text has black color on #3E8E0A background.


White color preview on #3E8E0A background

This text has white color on #3E8E0A background.


Related colors

Complementary color

Complementary color for #hex is #C171F5.


I love getcolorcode.com

Triadic colors

1 #0A3E8E and #8E0A3E with #3E8E0A are triadic colors.

2 #0A8E3E and #8E3E0A with #3E8E0A are triadic colors.