COLOR #3F6221

HEX: #3F6221 RGB: (63,98,33)

Color info

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

RGB color model

#3F6221 color RGB value is (63,98,33).

RGB: (63,98,33) (25%, 38%, 13%)

RGB channels and saturation

R 63 of 255 = 25%
G 98 of 255 = 38%
B 33 of 255 = 13%

63
98
33

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

Portions of RGB colors in percentages

R + G + B = 63 + 98 + 33 = 194 (100%)
R 63 of 194 ~ 32.47%
G 98 of 194 ~ 50.52%
B 33 of 194 ~ 17.01'%

%32.47
%50.52
%17.01

CMYK color model

#3F6221 color CMYK value is (36,0,66,62).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 66.33%
  • key color value is 61.57%

CMYK: (36,0,66,62)
C36M0Y66K62 (36%, 0%, 66%, 62%)
(0.36 / 0.00 / 0.66 / 0.62)

CMYK percentages

%35.71
%0
%66.33
%61.57

Codes

Color #3F6221 in popluar color models

3F 62 21
RGB 63 98 33
HSL 92° 49.62% 25.69%
HSB/HSV 92° 66.33% 38.43%
CMYK 35.71% 0.00% 66.33%
61.57%

Color #3F6221 in popluar number systems.

HEX 3F 62 21
Decimal 63 98 33
Binary 111111 1100010 100001
Octal 77 142 41

Shades and tints

Shades of #3F6221

#3F6221
(63,98,33)
#3A5A1E
(58,90,30)
#35521B
(53,82,27)
#304A18
(48,74,24)
#2B4215
(43,66,21)
#263A12
(38,58,18)
#21320F
(33,50,15)
#1C2A0C
(28,42,12)
#172209
(23,34,9)
#121A06
(18,26,6)
#0D1203
(13,18,3)
#000000
(0,0,0)

Tints of #3F6221

#3F6221
(63,98,33)
#507035
(80,112,53)
#617E49
(97,126,73)
#728C5D
(114,140,93)
#839A71
(131,154,113)
#94A885
(148,168,133)
#A5B699
(165,182,153)
#B6C4AD
(182,196,173)
#C7D2C1
(199,210,193)
#D8E0D5
(216,224,213)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6221; }

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

This text font color is #3F6221.

Background Color

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

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

This div background color is #3F6221.

Border color

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

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

This div border color is #3F6221.

Opacity

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

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

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

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

This text has shadow with #3F6221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6221.

Preview

Color preview on black background

This text has color #3F6221 on black background.


Color preview on white background

This text has color #3F6221 on white background.


Black color preview on #3F6221 background

This text has black color on #3F6221 background.


White color preview on #3F6221 background

This text has white color on #3F6221 background.


Related colors

Complementary color

Complementary color for #hex is #C09DDE.


I love getcolorcode.com

Triadic colors

1 #213F62 and #62213F with #3F6221 are triadic colors.

2 #21623F and #623F21 with #3F6221 are triadic colors.