COLOR #3E6C40

HEX: #3E6C40
RGB: (62,108,64)

Color info

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

RGB color model

#3E6C40 color RGB value is (62,108,64).

  • red value is 62;
  • green value is 108;
  • blue value is 64.
RGB:
(62,108,64)
(24%,42%,25%)

RGB channels and saturation

R 62 of 255 = 24%
G 108 of 255 = 42%
B 64 of 255 = 25%

62
108
64

R + G + B ~ 30%. #3E6C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 108 + 64 = 234 (100%)
R 62 of 234 ~ 26.5%
G 108 of 234 ~ 46.15%
B 64 of 234 ~ 27.35%

%26.5
%46.15
%27.35

CMYK color model

#3E6C40 color CMYK value is (43,0,41,58).

  • cyan value is 42.59%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 57.65%
CMYK:
(43,0,41,58)
C43M0Y41K58 
(43%,0%,41%,58%)
(0.43/0.00/0.41/0.58)	

CMYK percentages

%42.59
%0
%40.74
%57.65

Codes

Color #3E6C40 in popluar color models

3E6C40
RGB6210864
HSL123°27.06%33.33%
HSB/HSV123°42.59%42.35%
CMYK42.59%0.00%40.74%
57.65%

Color #3E6C40 in popluar number systems.

HEX3E6C40
Decimal6210864
Binary11111011011001000000
Octal76154100

Shades and tints

Shades of #3E6C40

#3E6C40
(62,108,64)
#39633B
(57,99,59)
#345A36
(52,90,54)
#2F5131
(47,81,49)
#2A482C
(42,72,44)
#253F27
(37,63,39)
#203622
(32,54,34)
#1B2D1D
(27,45,29)
#162418
(22,36,24)
#111B13
(17,27,19)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #3E6C40

#3E6C40
(62,108,64)
#4F7951
(79,121,81)
#608662
(96,134,98)
#719373
(113,147,115)
#82A084
(130,160,132)
#93AD95
(147,173,149)
#A4BAA6
(164,186,166)
#B5C7B7
(181,199,183)
#C6D4C8
(198,212,200)
#D7E1D9
(215,225,217)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6C40 color. Also use rgb(62,108,64) instead hex code.

Text Font Color

.myTextColor { color: #3E6C40; }

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

This text font color is #3E6C40.


Background Color

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

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

This div background color is #3E6C40.


Border color

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

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

This div border color is #3E6C40.


Opacity

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

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

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

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

This text has shadow with #3E6C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6C40 on black background.


Color preview on white background

This text has color #3E6C40 on white background.



Black color preview on #3E6C40 background

This text has black color on #3E6C40 background.


White color preview on #3E6C40 background

This text has white color on #3E6C40 background.