COLOR #3F4212

HEX: #3F4212
RGB: (63,66,18)

Color info

#3F4212 contains red, green and blue colors in about the same proportion. Web safe color of #3F4212 is #333300 (or #330).

RGB color model

#3F4212 color RGB value is (63,66,18).

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

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 18 of 255 = 7%

63
66
18

R + G + B ~ 19%. #3F4212 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 66 + 18 = 147 (100%)
R 63 of 147 ~ 42.86%
G 66 of 147 ~ 44.9%
B 18 of 147 ~ 12.24%

%42.86
%44.9
%12.24

CMYK color model

#3F4212 color CMYK value is (5,0,73,74).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 74.12%
CMYK:
(5,0,73,74)
C5M0Y73K74 
(5%,0%,73%,74%)
(0.05/0.00/0.73/0.74)	

CMYK percentages

%4.55
%0
%72.73
%74.12

Codes

Color #3F4212 in popluar color models

3F4212
RGB636618
HSL64°57.14%16.47%
HSB/HSV64°72.73%25.88%
CMYK4.55%0.00%72.73%
74.12%

Color #3F4212 in popluar number systems.

HEX3F4212
Decimal636618
Binary111111100001010010
Octal7710222

Shades and tints

Shades of #3F4212

#3F4212
(63,66,18)
#3A3C11
(58,60,17)
#353610
(53,54,16)
#30300F
(48,48,15)
#2B2A0E
(43,42,14)
#26240D
(38,36,13)
#211E0C
(33,30,12)
#1C180B
(28,24,11)
#17120A
(23,18,10)
#120C09
(18,12,9)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #3F4212

#3F4212
(63,66,18)
#505327
(80,83,39)
#61643C
(97,100,60)
#727551
(114,117,81)
#838666
(131,134,102)
#94977B
(148,151,123)
#A5A890
(165,168,144)
#B6B9A5
(182,185,165)
#C7CABA
(199,202,186)
#D8DBCF
(216,219,207)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4212; }

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

This text font color is #3F4212.


Background Color

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

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

This div background color is #3F4212.


Border color

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

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

This div border color is #3F4212.


Opacity

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

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

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

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

This text has shadow with #3F4212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4212 on black background.


Color preview on white background

This text has color #3F4212 on white background.



Black color preview on #3F4212 background

This text has black color on #3F4212 background.


White color preview on #3F4212 background

This text has white color on #3F4212 background.