COLOR #3E642F

HEX: #3E642F RGB: (62,100,47)

Color info

#3E642F contains red, green and blue colors in about the same proportion. Web safe color of #3E642F is #336633 (or #363).

RGB color model

#3E642F color RGB value is (62,100,47).

RGB: (62,100,47) (24%, 39%, 18%)

RGB channels and saturation

R 62 of 255 = 24%
G 100 of 255 = 39%
B 47 of 255 = 18%

62
100
47

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

Portions of RGB colors in percentages

R + G + B = 62 + 100 + 47 = 209 (100%)
R 62 of 209 ~ 29.67%
G 100 of 209 ~ 47.85%
B 47 of 209 ~ 22.49'%

%29.67
%47.85
%22.49

CMYK color model

#3E642F color CMYK value is (38,0,53,61).

  • cyan value is 38.00%
  • magenta value is 0.00%
  • yellow value is 53.00%
  • key color value is 60.78%

CMYK: (38,0,53,61)
C38M0Y53K61 (38%, 0%, 53%, 61%)
(0.38 / 0.00 / 0.53 / 0.61)

CMYK percentages

%38
%0
%53
%60.78

Codes

Color #3E642F in popluar color models

3E 64 2F
RGB 62 100 47
HSL 103° 36.05% 28.82%
HSB/HSV 103° 53.00% 39.22%
CMYK 38.00% 0.00% 53.00%
60.78%

Color #3E642F in popluar number systems.

HEX 3E 64 2F
Decimal 62 100 47
Binary 111110 1100100 101111
Octal 76 144 57

Shades and tints

Shades of #3E642F

#3E642F
(62,100,47)
#395B2B
(57,91,43)
#345227
(52,82,39)
#2F4923
(47,73,35)
#2A401F
(42,64,31)
#25371B
(37,55,27)
#202E17
(32,46,23)
#1B2513
(27,37,19)
#161C0F
(22,28,15)
#11130B
(17,19,11)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #3E642F

#3E642F
(62,100,47)
#4F7241
(79,114,65)
#608053
(96,128,83)
#718E65
(113,142,101)
#829C77
(130,156,119)
#93AA89
(147,170,137)
#A4B89B
(164,184,155)
#B5C6AD
(181,198,173)
#C6D4BF
(198,212,191)
#D7E2D1
(215,226,209)
#E8F0E3
(232,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E642F color. Also use rgb(62,100,47) instead hex code.

Text Font Color

.myTextColor { color: #3E642F; }

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

This text font color is #3E642F.

Background Color

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

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

This div background color is #3E642F.

Border color

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

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

This div border color is #3E642F.

Opacity

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

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

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

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

This text has shadow with #3E642F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E642F.

Preview

Color preview on black background

This text has color #3E642F on black background.


Color preview on white background

This text has color #3E642F on white background.


Black color preview on #3E642F background

This text has black color on #3E642F background.


White color preview on #3E642F background

This text has white color on #3E642F background.


Related colors

Complementary color

Complementary color for #hex is #C19BD0.


I love getcolorcode.com

Triadic colors

1 #2F3E64 and #642F3E with #3E642F are triadic colors.

2 #2F643E and #643E2F with #3E642F are triadic colors.