COLOR #3F682E

HEX: #3F682E
RGB: (63,104,46)

Color info

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

RGB color model

#3F682E color RGB value is (63,104,46).

  • red value is 63;
  • green value is 104;
  • blue value is 46.
RGB:
(63,104,46)
(25%,41%,18%)

RGB channels and saturation

R 63 of 255 = 25%
G 104 of 255 = 41%
B 46 of 255 = 18%

63
104
46

R + G + B ~ 28%. #3F682E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 104 + 46 = 213 (100%)
R 63 of 213 ~ 29.58%
G 104 of 213 ~ 48.83%
B 46 of 213 ~ 21.6%

%29.58
%48.83
%21.6

CMYK color model

#3F682E color CMYK value is (39,0,56,59).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 55.77%
  • key color value is 59.22%
CMYK:
(39,0,56,59)
C39M0Y56K59 
(39%,0%,56%,59%)
(0.39/0.00/0.56/0.59)	

CMYK percentages

%39.42
%0
%55.77
%59.22

Codes

Color #3F682E in popluar color models

3F682E
RGB6310446
HSL102°38.67%29.41%
HSB/HSV102°55.77%40.78%
CMYK39.42%0.00%55.77%
59.22%

Color #3F682E in popluar number systems.

HEX3F682E
Decimal6310446
Binary1111111101000101110
Octal7715056

Shades and tints

Shades of #3F682E

#3F682E
(63,104,46)
#3A5F2A
(58,95,42)
#355626
(53,86,38)
#304D22
(48,77,34)
#2B441E
(43,68,30)
#263B1A
(38,59,26)
#213216
(33,50,22)
#1C2912
(28,41,18)
#17200E
(23,32,14)
#12170A
(18,23,10)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #3F682E

#3F682E
(63,104,46)
#507541
(80,117,65)
#618254
(97,130,84)
#728F67
(114,143,103)
#839C7A
(131,156,122)
#94A98D
(148,169,141)
#A5B6A0
(165,182,160)
#B6C3B3
(182,195,179)
#C7D0C6
(199,208,198)
#D8DDD9
(216,221,217)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F682E color. Also use rgb(63,104,46) instead hex code.

Text Font Color

.myTextColor { color: #3F682E; }

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

This text font color is #3F682E.


Background Color

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

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

This div background color is #3F682E.


Border color

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

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

This div border color is #3F682E.


Opacity

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

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

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

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

This text has shadow with #3F682E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F682E on black background.


Color preview on white background

This text has color #3F682E on white background.



Black color preview on #3F682E background

This text has black color on #3F682E background.


White color preview on #3F682E background

This text has white color on #3F682E background.