COLOR #3E6719

HEX: #3E6719
RGB: (62,103,25)

Color info

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

RGB color model

#3E6719 color RGB value is (62,103,25).

  • red value is 62;
  • green value is 103;
  • blue value is 25.
RGB:
(62,103,25)
(24%,40%,10%)

RGB channels and saturation

R 62 of 255 = 24%
G 103 of 255 = 40%
B 25 of 255 = 10%

62
103
25

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

Portions of RGB colors in percentages

R + G + B =
62 + 103 + 25 = 190 (100%)
R 62 of 190 ~ 32.63%
G 103 of 190 ~ 54.21%
B 25 of 190 ~ 13.16%

%32.63
%54.21
%13.16

CMYK color model

#3E6719 color CMYK value is (40,0,76,60).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 75.73%
  • key color value is 59.61%
CMYK:
(40,0,76,60)
C40M0Y76K60 
(40%,0%,76%,60%)
(0.40/0.00/0.76/0.60)	

CMYK percentages

%39.81
%0
%75.73
%59.61

Codes

Color #3E6719 in popluar color models

3E6719
RGB6210325
HSL92°60.94%25.10%
HSB/HSV92°75.73%40.39%
CMYK39.81%0.00%75.73%
59.61%

Color #3E6719 in popluar number systems.

HEX3E6719
Decimal6210325
Binary111110110011111001
Octal7614731

Shades and tints

Shades of #3E6719

#3E6719
(62,103,25)
#395E17
(57,94,23)
#345515
(52,85,21)
#2F4C13
(47,76,19)
#2A4311
(42,67,17)
#253A0F
(37,58,15)
#20310D
(32,49,13)
#1B280B
(27,40,11)
#161F09
(22,31,9)
#111607
(17,22,7)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #3E6719

#3E6719
(62,103,25)
#4F742D
(79,116,45)
#608141
(96,129,65)
#718E55
(113,142,85)
#829B69
(130,155,105)
#93A87D
(147,168,125)
#A4B591
(164,181,145)
#B5C2A5
(181,194,165)
#C6CFB9
(198,207,185)
#D7DCCD
(215,220,205)
#E8E9E1
(232,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6719 color. Also use rgb(62,103,25) instead hex code.

Text Font Color

.myTextColor { color: #3E6719; }

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

This text font color is #3E6719.


Background Color

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

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

This div background color is #3E6719.


Border color

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

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

This div border color is #3E6719.


Opacity

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

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

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

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

This text has shadow with #3E6719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6719 on black background.


Color preview on white background

This text has color #3E6719 on white background.



Black color preview on #3E6719 background

This text has black color on #3E6719 background.


White color preview on #3E6719 background

This text has white color on #3E6719 background.