COLOR #3E6314

HEX: #3E6314
RGB: (62,99,20)

Color info

#3E6314 contains mainly red and green colors. Web safe color of #3E6314 is #336600 (or #360).

RGB color model

#3E6314 color RGB value is (62,99,20).

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

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 20 of 255 = 8%

62
99
20

R + G + B ~ 24%. #3E6314 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 20 = 181 (100%)
R 62 of 181 ~ 34.25%
G 99 of 181 ~ 54.7%
B 20 of 181 ~ 11.05%

%34.25
%54.7
%11.05

CMYK color model

#3E6314 color CMYK value is (37,0,80,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 79.80%
  • key color value is 61.18%
CMYK:
(37,0,80,61)
C37M0Y80K61 
(37%,0%,80%,61%)
(0.37/0.00/0.80/0.61)	

CMYK percentages

%37.37
%0
%79.8
%61.18

Codes

Color #3E6314 in popluar color models

3E6314
RGB629920
HSL88°66.39%23.33%
HSB/HSV88°79.80%38.82%
CMYK37.37%0.00%79.80%
61.18%

Color #3E6314 in popluar number systems.

HEX3E6314
Decimal629920
Binary111110110001110100
Octal7614324

Shades and tints

Shades of #3E6314

#3E6314
(62,99,20)
#395A13
(57,90,19)
#345112
(52,81,18)
#2F4811
(47,72,17)
#2A3F10
(42,63,16)
#25360F
(37,54,15)
#202D0E
(32,45,14)
#1B240D
(27,36,13)
#161B0C
(22,27,12)
#11120B
(17,18,11)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #3E6314

#3E6314
(62,99,20)
#4F7129
(79,113,41)
#607F3E
(96,127,62)
#718D53
(113,141,83)
#829B68
(130,155,104)
#93A97D
(147,169,125)
#A4B792
(164,183,146)
#B5C5A7
(181,197,167)
#C6D3BC
(198,211,188)
#D7E1D1
(215,225,209)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6314; }

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

This text font color is #3E6314.


Background Color

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

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

This div background color is #3E6314.


Border color

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

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

This div border color is #3E6314.


Opacity

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

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

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

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

This text has shadow with #3E6314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6314 on black background.


Color preview on white background

This text has color #3E6314 on white background.



Black color preview on #3E6314 background

This text has black color on #3E6314 background.


White color preview on #3E6314 background

This text has white color on #3E6314 background.