COLOR #3F4221

HEX: #3F4221
RGB: (63,66,33)

Color info

#3F4221 contains red, green and blue colors in about the same proportion. Web safe color of #3F4221 is #333333 (or #333).

RGB color model

#3F4221 color RGB value is (63,66,33).

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

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 33 of 255 = 13%

63
66
33

R + G + B ~ 21%. #3F4221 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 66 + 33 = 162 (100%)
R 63 of 162 ~ 38.89%
G 66 of 162 ~ 40.74%
B 33 of 162 ~ 20.37%

%38.89
%40.74
%20.37

CMYK color model

#3F4221 color CMYK value is (5,0,50,74).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.12%
CMYK:
(5,0,50,74)
C5M0Y50K74 
(5%,0%,50%,74%)
(0.05/0.00/0.50/0.74)	

CMYK percentages

%4.55
%0
%50
%74.12

Codes

Color #3F4221 in popluar color models

3F4221
RGB636633
HSL65°33.33%19.41%
HSB/HSV65°50.00%25.88%
CMYK4.55%0.00%50.00%
74.12%

Color #3F4221 in popluar number systems.

HEX3F4221
Decimal636633
Binary1111111000010100001
Octal7710241

Shades and tints

Shades of #3F4221

#3F4221
(63,66,33)
#3A3C1E
(58,60,30)
#35361B
(53,54,27)
#303018
(48,48,24)
#2B2A15
(43,42,21)
#262412
(38,36,18)
#211E0F
(33,30,15)
#1C180C
(28,24,12)
#171209
(23,18,9)
#120C06
(18,12,6)
#0D0603
(13,6,3)
#000000
(0,0,0)

Tints of #3F4221

#3F4221
(63,66,33)
#505335
(80,83,53)
#616449
(97,100,73)
#72755D
(114,117,93)
#838671
(131,134,113)
#949785
(148,151,133)
#A5A899
(165,168,153)
#B6B9AD
(182,185,173)
#C7CAC1
(199,202,193)
#D8DBD5
(216,219,213)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4221; }

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

This text font color is #3F4221.


Background Color

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

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

This div background color is #3F4221.


Border color

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

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

This div border color is #3F4221.


Opacity

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

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

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

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

This text has shadow with #3F4221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4221 on black background.


Color preview on white background

This text has color #3F4221 on white background.



Black color preview on #3F4221 background

This text has black color on #3F4221 background.


White color preview on #3F4221 background

This text has white color on #3F4221 background.