COLOR #3E7024

HEX: #3E7024 RGB: (62,112,36)

Color info

#3E7024 contains mainly red and green colors. Web safe color of #3E7024 is #336633 (or #363).

RGB color model

#3E7024 color RGB value is (62,112,36).

RGB: (62,112,36) (24%, 44%, 14%)

RGB channels and saturation

R 62 of 255 = 24%
G 112 of 255 = 44%
B 36 of 255 = 14%

62
112
36

R + G + B ~ 27%. #3E7024 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 112 + 36 = 210 (100%)
R 62 of 210 ~ 29.52%
G 112 of 210 ~ 53.33%
B 36 of 210 ~ 17.14'%

%29.52
%53.33
%17.14

CMYK color model

#3E7024 color CMYK value is (45,0,68,56).

  • cyan value is 44.64%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 56.08%

CMYK: (45,0,68,56)
C45M0Y68K56 (45%, 0%, 68%, 56%)
(0.45 / 0.00 / 0.68 / 0.56)

CMYK percentages

%44.64
%0
%67.86
%56.08

Codes

Color #3E7024 in popluar color models

3E 70 24
RGB 62 112 36
HSL 99° 51.35% 29.02%
HSB/HSV 99° 67.86% 43.92%
CMYK 44.64% 0.00% 67.86%
56.08%

Color #3E7024 in popluar number systems.

HEX 3E 70 24
Decimal 62 112 36
Binary 111110 1110000 100100
Octal 76 160 44

Shades and tints

Shades of #3E7024

#3E7024
(62,112,36)
#396621
(57,102,33)
#345C1E
(52,92,30)
#2F521B
(47,82,27)
#2A4818
(42,72,24)
#253E15
(37,62,21)
#203412
(32,52,18)
#1B2A0F
(27,42,15)
#16200C
(22,32,12)
#111609
(17,22,9)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #3E7024

#3E7024
(62,112,36)
#4F7D37
(79,125,55)
#608A4A
(96,138,74)
#71975D
(113,151,93)
#82A470
(130,164,112)
#93B183
(147,177,131)
#A4BE96
(164,190,150)
#B5CBA9
(181,203,169)
#C6D8BC
(198,216,188)
#D7E5CF
(215,229,207)
#E8F2E2
(232,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7024 color. Also use rgb(62,112,36) instead hex code.

Text Font Color

.myTextColor { color: #3E7024; }

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

This text font color is #3E7024.

Background Color

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

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

This div background color is #3E7024.

Border color

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

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

This div border color is #3E7024.

Opacity

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

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

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

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

This text has shadow with #3E7024 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E7024.

Preview

Color preview on black background

This text has color #3E7024 on black background.


Color preview on white background

This text has color #3E7024 on white background.


Black color preview on #3E7024 background

This text has black color on #3E7024 background.


White color preview on #3E7024 background

This text has white color on #3E7024 background.


Related colors

Complementary color

Complementary color for #hex is #C18FDB.


I love getcolorcode.com

Triadic colors

1 #243E70 and #70243E with #3E7024 are triadic colors.

2 #24703E and #703E24 with #3E7024 are triadic colors.