COLOR #3E6A1F

HEX: #3E6A1F RGB: (62,106,31)

Color info

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

RGB color model

#3E6A1F color RGB value is (62,106,31).

RGB: (62,106,31) (24%, 42%, 12%)

RGB channels and saturation

R 62 of 255 = 24%
G 106 of 255 = 42%
B 31 of 255 = 12%

62
106
31

R + G + B ~ 26%. #3E6A1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 106 + 31 = 199 (100%)
R 62 of 199 ~ 31.16%
G 106 of 199 ~ 53.27%
B 31 of 199 ~ 15.58'%

%31.16
%53.27
%15.58

CMYK color model

#3E6A1F color CMYK value is (42,0,71,58).

  • cyan value is 41.51%
  • magenta value is 0.00%
  • yellow value is 70.75%
  • key color value is 58.43%

CMYK: (42,0,71,58)
C42M0Y71K58 (42%, 0%, 71%, 58%)
(0.42 / 0.00 / 0.71 / 0.58)

CMYK percentages

%41.51
%0
%70.75
%58.43

Codes

Color #3E6A1F in popluar color models

3E 6A 1F
RGB 62 106 31
HSL 95° 54.74% 26.86%
HSB/HSV 95° 70.75% 41.57%
CMYK 41.51% 0.00% 70.75%
58.43%

Color #3E6A1F in popluar number systems.

HEX 3E 6A 1F
Decimal 62 106 31
Binary 111110 1101010 11111
Octal 76 152 37

Shades and tints

Shades of #3E6A1F

#3E6A1F
(62,106,31)
#39611D
(57,97,29)
#34581B
(52,88,27)
#2F4F19
(47,79,25)
#2A4617
(42,70,23)
#253D15
(37,61,21)
#203413
(32,52,19)
#1B2B11
(27,43,17)
#16220F
(22,34,15)
#11190D
(17,25,13)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #3E6A1F

#3E6A1F
(62,106,31)
#4F7733
(79,119,51)
#608447
(96,132,71)
#71915B
(113,145,91)
#829E6F
(130,158,111)
#93AB83
(147,171,131)
#A4B897
(164,184,151)
#B5C5AB
(181,197,171)
#C6D2BF
(198,210,191)
#D7DFD3
(215,223,211)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6A1F color. Also use rgb(62,106,31) instead hex code.

Text Font Color

.myTextColor { color: #3E6A1F; }

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

This text font color is #3E6A1F.

Background Color

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

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

This div background color is #3E6A1F.

Border color

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

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

This div border color is #3E6A1F.

Opacity

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

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

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

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

This text has shadow with #3E6A1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6A1F.

Preview

Color preview on black background

This text has color #3E6A1F on black background.


Color preview on white background

This text has color #3E6A1F on white background.


Black color preview on #3E6A1F background

This text has black color on #3E6A1F background.


White color preview on #3E6A1F background

This text has white color on #3E6A1F background.


Related colors

Complementary color

Complementary color for #hex is #C195E0.


I love getcolorcode.com

Triadic colors

1 #1F3E6A and #6A1F3E with #3E6A1F are triadic colors.

2 #1F6A3E and #6A3E1F with #3E6A1F are triadic colors.