COLOR #3E8246

HEX: #3E8246
RGB: (62,130,70)

Color info

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

RGB color model

#3E8246 color RGB value is (62,130,70).

  • red value is 62;
  • green value is 130;
  • blue value is 70.
RGB:
(62,130,70)
(24%,51%,27%)

RGB channels and saturation

R 62 of 255 = 24%
G 130 of 255 = 51%
B 70 of 255 = 27%

62
130
70

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

Portions of RGB colors in percentages

R + G + B =
62 + 130 + 70 = 262 (100%)
R 62 of 262 ~ 23.66%
G 130 of 262 ~ 49.62%
B 70 of 262 ~ 26.72%

%23.66
%49.62
%26.72

CMYK color model

#3E8246 color CMYK value is (52,0,46,49).

  • cyan value is 52.31%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(52,0,46,49)
C52M0Y46K49 
(52%,0%,46%,49%)
(0.52/0.00/0.46/0.49)	

CMYK percentages

%52.31
%0
%46.15
%49.02

Codes

Color #3E8246 in popluar color models

3E8246
RGB6213070
HSL127°35.42%37.65%
HSB/HSV127°52.31%50.98%
CMYK52.31%0.00%46.15%
49.02%

Color #3E8246 in popluar number systems.

HEX3E8246
Decimal6213070
Binary111110100000101000110
Octal76202106

Shades and tints

Shades of #3E8246

#3E8246
(62,130,70)
#397740
(57,119,64)
#346C3A
(52,108,58)
#2F6134
(47,97,52)
#2A562E
(42,86,46)
#254B28
(37,75,40)
#204022
(32,64,34)
#1B351C
(27,53,28)
#162A16
(22,42,22)
#111F10
(17,31,16)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #3E8246

#3E8246
(62,130,70)
#4F8D56
(79,141,86)
#609866
(96,152,102)
#71A376
(113,163,118)
#82AE86
(130,174,134)
#93B996
(147,185,150)
#A4C4A6
(164,196,166)
#B5CFB6
(181,207,182)
#C6DAC6
(198,218,198)
#D7E5D6
(215,229,214)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8246 color. Also use rgb(62,130,70) instead hex code.

Text Font Color

.myTextColor { color: #3E8246; }

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

This text font color is #3E8246.


Background Color

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

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

This div background color is #3E8246.


Border color

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

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

This div border color is #3E8246.


Opacity

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

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

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

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

This text has shadow with #3E8246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8246 on black background.


Color preview on white background

This text has color #3E8246 on white background.



Black color preview on #3E8246 background

This text has black color on #3E8246 background.


White color preview on #3E8246 background

This text has white color on #3E8246 background.