COLOR #3F4321

HEX: #3F4321
RGB: (63,67,33)

Color info

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

RGB color model

#3F4321 color RGB value is (63,67,33).

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

RGB channels and saturation

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

63
67
33

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

Portions of RGB colors in percentages

R + G + B =
63 + 67 + 33 = 163 (100%)
R 63 of 163 ~ 38.65%
G 67 of 163 ~ 41.1%
B 33 of 163 ~ 20.25%

%38.65
%41.1
%20.25

CMYK color model

#3F4321 color CMYK value is (6,0,51,74).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 73.73%
CMYK:
(6,0,51,74)
C6M0Y51K74 
(6%,0%,51%,74%)
(0.06/0.00/0.51/0.74)	

CMYK percentages

%5.97
%0
%50.75
%73.73

Codes

Color #3F4321 in popluar color models

3F4321
RGB636733
HSL67°34.00%19.61%
HSB/HSV67°50.75%26.27%
CMYK5.97%0.00%50.75%
73.73%

Color #3F4321 in popluar number systems.

HEX3F4321
Decimal636733
Binary1111111000011100001
Octal7710341

Shades and tints

Shades of #3F4321

#3F4321
(63,67,33)
#3A3D1E
(58,61,30)
#35371B
(53,55,27)
#303118
(48,49,24)
#2B2B15
(43,43,21)
#262512
(38,37,18)
#211F0F
(33,31,15)
#1C190C
(28,25,12)
#171309
(23,19,9)
#120D06
(18,13,6)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #3F4321

#3F4321
(63,67,33)
#505435
(80,84,53)
#616549
(97,101,73)
#72765D
(114,118,93)
#838771
(131,135,113)
#949885
(148,152,133)
#A5A999
(165,169,153)
#B6BAAD
(182,186,173)
#C7CBC1
(199,203,193)
#D8DCD5
(216,220,213)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4321; }

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

This text font color is #3F4321.


Background Color

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

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

This div background color is #3F4321.


Border color

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

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

This div border color is #3F4321.


Opacity

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

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

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

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

This text has shadow with #3F4321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4321 on black background.


Color preview on white background

This text has color #3F4321 on white background.



Black color preview on #3F4321 background

This text has black color on #3F4321 background.


White color preview on #3F4321 background

This text has white color on #3F4321 background.