COLOR #3F6E21

HEX: #3F6E21
RGB: (63,110,33)

Color info

#3F6E21 contains mainly red and green colors. Web safe color of #3F6E21 is #336633 (or #363).

RGB color model

#3F6E21 color RGB value is (63,110,33).

  • red value is 63;
  • green value is 110;
  • blue value is 33.
RGB:
(63,110,33)
(25%,43%,13%)

RGB channels and saturation

R 63 of 255 = 25%
G 110 of 255 = 43%
B 33 of 255 = 13%

63
110
33

R + G + B ~ 27%. #3F6E21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 110 + 33 = 206 (100%)
R 63 of 206 ~ 30.58%
G 110 of 206 ~ 53.4%
B 33 of 206 ~ 16.02%

%30.58
%53.4
%16.02

CMYK color model

#3F6E21 color CMYK value is (43,0,70,57).

  • cyan value is 42.73%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 56.86%
CMYK:
(43,0,70,57)
C43M0Y70K57 
(43%,0%,70%,57%)
(0.43/0.00/0.70/0.57)	

CMYK percentages

%42.73
%0
%70
%56.86

Codes

Color #3F6E21 in popluar color models

3F6E21
RGB6311033
HSL97°53.85%28.04%
HSB/HSV97°70.00%43.14%
CMYK42.73%0.00%70.00%
56.86%

Color #3F6E21 in popluar number systems.

HEX3F6E21
Decimal6311033
Binary1111111101110100001
Octal7715641

Shades and tints

Shades of #3F6E21

#3F6E21
(63,110,33)
#3A641E
(58,100,30)
#355A1B
(53,90,27)
#305018
(48,80,24)
#2B4615
(43,70,21)
#263C12
(38,60,18)
#21320F
(33,50,15)
#1C280C
(28,40,12)
#171E09
(23,30,9)
#121406
(18,20,6)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #3F6E21

#3F6E21
(63,110,33)
#507B35
(80,123,53)
#618849
(97,136,73)
#72955D
(114,149,93)
#83A271
(131,162,113)
#94AF85
(148,175,133)
#A5BC99
(165,188,153)
#B6C9AD
(182,201,173)
#C7D6C1
(199,214,193)
#D8E3D5
(216,227,213)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6E21 color. Also use rgb(63,110,33) instead hex code.

Text Font Color

.myTextColor { color: #3F6E21; }

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

This text font color is #3F6E21.


Background Color

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

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

This div background color is #3F6E21.


Border color

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

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

This div border color is #3F6E21.


Opacity

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

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

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

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

This text has shadow with #3F6E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6E21 on black background.


Color preview on white background

This text has color #3F6E21 on white background.



Black color preview on #3F6E21 background

This text has black color on #3F6E21 background.


White color preview on #3F6E21 background

This text has white color on #3F6E21 background.