COLOR #3E8019

HEX: #3E8019 RGB: (62,128,25)

Color info

#3E8019 contains mainly green color. Web safe color of #3E8019 is #336600 (or #360).

RGB color model

#3E8019 color RGB value is (62,128,25).

RGB: (62,128,25) (24%, 50%, 10%)

RGB channels and saturation

R 62 of 255 = 24%
G 128 of 255 = 50%
B 25 of 255 = 10%

62
128
25

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

Portions of RGB colors in percentages

R + G + B = 62 + 128 + 25 = 215 (100%)
R 62 of 215 ~ 28.84%
G 128 of 215 ~ 59.53%
B 25 of 215 ~ 11.63'%

%28.84
%59.53
%11.63

CMYK color model

#3E8019 color CMYK value is (52,0,80,50).

  • cyan value is 51.56%
  • magenta value is 0.00%
  • yellow value is 80.47%
  • key color value is 49.80%

CMYK: (52,0,80,50)
C52M0Y80K50 (52%, 0%, 80%, 50%)
(0.52 / 0.00 / 0.80 / 0.50)

CMYK percentages

%51.56
%0
%80.47
%49.8

Codes

Color #3E8019 in popluar color models

3E 80 19
RGB 62 128 25
HSL 98° 67.32% 30.00%
HSB/HSV 98° 80.47% 50.20%
CMYK 51.56% 0.00% 80.47%
49.80%

Color #3E8019 in popluar number systems.

HEX 3E 80 19
Decimal 62 128 25
Binary 111110 10000000 11001
Octal 76 200 31

Shades and tints

Shades of #3E8019

#3E8019
(62,128,25)
#397517
(57,117,23)
#346A15
(52,106,21)
#2F5F13
(47,95,19)
#2A5411
(42,84,17)
#25490F
(37,73,15)
#203E0D
(32,62,13)
#1B330B
(27,51,11)
#162809
(22,40,9)
#111D07
(17,29,7)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #3E8019

#3E8019
(62,128,25)
#4F8B2D
(79,139,45)
#609641
(96,150,65)
#71A155
(113,161,85)
#82AC69
(130,172,105)
#93B77D
(147,183,125)
#A4C291
(164,194,145)
#B5CDA5
(181,205,165)
#C6D8B9
(198,216,185)
#D7E3CD
(215,227,205)
#E8EEE1
(232,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8019 color. Also use rgb(62,128,25) instead hex code.

Text Font Color

.myTextColor { color: #3E8019; }

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

This text font color is #3E8019.

Background Color

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

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

This div background color is #3E8019.

Border color

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

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

This div border color is #3E8019.

Opacity

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

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

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

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

This text has shadow with #3E8019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E8019.

Preview

Color preview on black background

This text has color #3E8019 on black background.


Color preview on white background

This text has color #3E8019 on white background.


Black color preview on #3E8019 background

This text has black color on #3E8019 background.


White color preview on #3E8019 background

This text has white color on #3E8019 background.


Related colors

Complementary color

Complementary color for #hex is #C17FE6.


I love getcolorcode.com

Triadic colors

1 #193E80 and #80193E with #3E8019 are triadic colors.

2 #19803E and #803E19 with #3E8019 are triadic colors.