COLOR #3E6C28

HEX: #3E6C28
RGB: (62,108,40)

Color info

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

RGB color model

#3E6C28 color RGB value is (62,108,40).

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

RGB channels and saturation

R 62 of 255 = 24%
G 108 of 255 = 42%
B 40 of 255 = 16%

62
108
40

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

Portions of RGB colors in percentages

R + G + B =
62 + 108 + 40 = 210 (100%)
R 62 of 210 ~ 29.52%
G 108 of 210 ~ 51.43%
B 40 of 210 ~ 19.05%

%29.52
%51.43
%19.05

CMYK color model

#3E6C28 color CMYK value is (43,0,63,58).

  • cyan value is 42.59%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 57.65%
CMYK:
(43,0,63,58)
C43M0Y63K58 
(43%,0%,63%,58%)
(0.43/0.00/0.63/0.58)	

CMYK percentages

%42.59
%0
%62.96
%57.65

Codes

Color #3E6C28 in popluar color models

3E6C28
RGB6210840
HSL101°45.95%29.02%
HSB/HSV101°62.96%42.35%
CMYK42.59%0.00%62.96%
57.65%

Color #3E6C28 in popluar number systems.

HEX3E6C28
Decimal6210840
Binary1111101101100101000
Octal7615450

Shades and tints

Shades of #3E6C28

#3E6C28
(62,108,40)
#396325
(57,99,37)
#345A22
(52,90,34)
#2F511F
(47,81,31)
#2A481C
(42,72,28)
#253F19
(37,63,25)
#203616
(32,54,22)
#1B2D13
(27,45,19)
#162410
(22,36,16)
#111B0D
(17,27,13)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #3E6C28

#3E6C28
(62,108,40)
#4F793B
(79,121,59)
#60864E
(96,134,78)
#719361
(113,147,97)
#82A074
(130,160,116)
#93AD87
(147,173,135)
#A4BA9A
(164,186,154)
#B5C7AD
(181,199,173)
#C6D4C0
(198,212,192)
#D7E1D3
(215,225,211)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6C28; }

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

This text font color is #3E6C28.


Background Color

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

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

This div background color is #3E6C28.


Border color

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

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

This div border color is #3E6C28.


Opacity

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

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

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

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

This text has shadow with #3E6C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6C28 on black background.


Color preview on white background

This text has color #3E6C28 on white background.



Black color preview on #3E6C28 background

This text has black color on #3E6C28 background.


White color preview on #3E6C28 background

This text has white color on #3E6C28 background.