COLOR #3E6340

HEX: #3E6340
RGB: (62,99,64)

Color info

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

RGB color model

#3E6340 color RGB value is (62,99,64).

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

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 64 of 255 = 25%

62
99
64

R + G + B ~ 29%. #3E6340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 64 = 225 (100%)
R 62 of 225 ~ 27.56%
G 99 of 225 ~ 44%
B 64 of 225 ~ 28.44%

%27.56
%44
%28.44

CMYK color model

#3E6340 color CMYK value is (37,0,35,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(37,0,35,61)
C37M0Y35K61 
(37%,0%,35%,61%)
(0.37/0.00/0.35/0.61)	

CMYK percentages

%37.37
%0
%35.35
%61.18

Codes

Color #3E6340 in popluar color models

3E6340
RGB629964
HSL123°22.98%31.57%
HSB/HSV123°37.37%38.82%
CMYK37.37%0.00%35.35%
61.18%

Color #3E6340 in popluar number systems.

HEX3E6340
Decimal629964
Binary11111011000111000000
Octal76143100

Shades and tints

Shades of #3E6340

#3E6340
(62,99,64)
#395A3B
(57,90,59)
#345136
(52,81,54)
#2F4831
(47,72,49)
#2A3F2C
(42,63,44)
#253627
(37,54,39)
#202D22
(32,45,34)
#1B241D
(27,36,29)
#161B18
(22,27,24)
#111213
(17,18,19)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #3E6340

#3E6340
(62,99,64)
#4F7151
(79,113,81)
#607F62
(96,127,98)
#718D73
(113,141,115)
#829B84
(130,155,132)
#93A995
(147,169,149)
#A4B7A6
(164,183,166)
#B5C5B7
(181,197,183)
#C6D3C8
(198,211,200)
#D7E1D9
(215,225,217)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6340; }

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

This text font color is #3E6340.


Background Color

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

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

This div background color is #3E6340.


Border color

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

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

This div border color is #3E6340.


Opacity

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

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

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

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

This text has shadow with #3E6340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6340 on black background.


Color preview on white background

This text has color #3E6340 on white background.



Black color preview on #3E6340 background

This text has black color on #3E6340 background.


White color preview on #3E6340 background

This text has white color on #3E6340 background.