COLOR #3F6A2F

HEX: #3F6A2F
RGB: (63,106,47)

Color info

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

RGB color model

#3F6A2F color RGB value is (63,106,47).

  • red value is 63;
  • green value is 106;
  • blue value is 47.
RGB:
(63,106,47)
(25%,42%,18%)

RGB channels and saturation

R 63 of 255 = 25%
G 106 of 255 = 42%
B 47 of 255 = 18%

63
106
47

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

Portions of RGB colors in percentages

R + G + B =
63 + 106 + 47 = 216 (100%)
R 63 of 216 ~ 29.17%
G 106 of 216 ~ 49.07%
B 47 of 216 ~ 21.76%

%29.17
%49.07
%21.76

CMYK color model

#3F6A2F color CMYK value is (41,0,56,58).

  • cyan value is 40.57%
  • magenta value is 0.00%
  • yellow value is 55.66%
  • key color value is 58.43%
CMYK:
(41,0,56,58)
C41M0Y56K58 
(41%,0%,56%,58%)
(0.41/0.00/0.56/0.58)	

CMYK percentages

%40.57
%0
%55.66
%58.43

Codes

Color #3F6A2F in popluar color models

3F6A2F
RGB6310647
HSL104°38.56%30.00%
HSB/HSV104°55.66%41.57%
CMYK40.57%0.00%55.66%
58.43%

Color #3F6A2F in popluar number systems.

HEX3F6A2F
Decimal6310647
Binary1111111101010101111
Octal7715257

Shades and tints

Shades of #3F6A2F

#3F6A2F
(63,106,47)
#3A612B
(58,97,43)
#355827
(53,88,39)
#304F23
(48,79,35)
#2B461F
(43,70,31)
#263D1B
(38,61,27)
#213417
(33,52,23)
#1C2B13
(28,43,19)
#17220F
(23,34,15)
#12190B
(18,25,11)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #3F6A2F

#3F6A2F
(63,106,47)
#507741
(80,119,65)
#618453
(97,132,83)
#729165
(114,145,101)
#839E77
(131,158,119)
#94AB89
(148,171,137)
#A5B89B
(165,184,155)
#B6C5AD
(182,197,173)
#C7D2BF
(199,210,191)
#D8DFD1
(216,223,209)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6A2F color. Also use rgb(63,106,47) instead hex code.

Text Font Color

.myTextColor { color: #3F6A2F; }

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

This text font color is #3F6A2F.


Background Color

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

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

This div background color is #3F6A2F.


Border color

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

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

This div border color is #3F6A2F.


Opacity

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

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

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

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

This text has shadow with #3F6A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6A2F on black background.


Color preview on white background

This text has color #3F6A2F on white background.



Black color preview on #3F6A2F background

This text has black color on #3F6A2F background.


White color preview on #3F6A2F background

This text has white color on #3F6A2F background.