COLOR #3E6322

HEX: #3E6322
RGB: (62,99,34)

Color info

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

RGB color model

#3E6322 color RGB value is (62,99,34).

  • red value is 62;
  • green value is 99;
  • blue value is 34.
RGB:
(62,99,34)
(24%,39%,13%)

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 34 of 255 = 13%

62
99
34

R + G + B ~ 25%. #3E6322 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 34 = 195 (100%)
R 62 of 195 ~ 31.79%
G 99 of 195 ~ 50.77%
B 34 of 195 ~ 17.44%

%31.79
%50.77
%17.44

CMYK color model

#3E6322 color CMYK value is (37,0,66,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 65.66%
  • key color value is 61.18%
CMYK:
(37,0,66,61)
C37M0Y66K61 
(37%,0%,66%,61%)
(0.37/0.00/0.66/0.61)	

CMYK percentages

%37.37
%0
%65.66
%61.18

Codes

Color #3E6322 in popluar color models

3E6322
RGB629934
HSL94°48.87%26.08%
HSB/HSV94°65.66%38.82%
CMYK37.37%0.00%65.66%
61.18%

Color #3E6322 in popluar number systems.

HEX3E6322
Decimal629934
Binary1111101100011100010
Octal7614342

Shades and tints

Shades of #3E6322

#3E6322
(62,99,34)
#395A1F
(57,90,31)
#34511C
(52,81,28)
#2F4819
(47,72,25)
#2A3F16
(42,63,22)
#253613
(37,54,19)
#202D10
(32,45,16)
#1B240D
(27,36,13)
#161B0A
(22,27,10)
#111207
(17,18,7)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #3E6322

#3E6322
(62,99,34)
#4F7136
(79,113,54)
#607F4A
(96,127,74)
#718D5E
(113,141,94)
#829B72
(130,155,114)
#93A986
(147,169,134)
#A4B79A
(164,183,154)
#B5C5AE
(181,197,174)
#C6D3C2
(198,211,194)
#D7E1D6
(215,225,214)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6322 color. Also use rgb(62,99,34) instead hex code.

Text Font Color

.myTextColor { color: #3E6322; }

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

This text font color is #3E6322.


Background Color

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

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

This div background color is #3E6322.


Border color

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

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

This div border color is #3E6322.


Opacity

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

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

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

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

This text has shadow with #3E6322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6322 on black background.


Color preview on white background

This text has color #3E6322 on white background.



Black color preview on #3E6322 background

This text has black color on #3E6322 background.


White color preview on #3E6322 background

This text has white color on #3E6322 background.