COLOR #3F3B1F

HEX: #3F3B1F
RGB: (63,59,31)

Color info

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

RGB color model

#3F3B1F color RGB value is (63,59,31).

  • red value is 63;
  • green value is 59;
  • blue value is 31.
RGB:
(63,59,31)
(25%,23%,12%)

RGB channels and saturation

R 63 of 255 = 25%
G 59 of 255 = 23%
B 31 of 255 = 12%

63
59
31

R + G + B ~ 20%. #3F3B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 59 + 31 = 153 (100%)
R 63 of 153 ~ 41.18%
G 59 of 153 ~ 38.56%
B 31 of 153 ~ 20.26%

%41.18
%38.56
%20.26

CMYK color model

#3F3B1F color CMYK value is (0,6,51,75).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 50.79%
  • key color value is 75.29%
CMYK:
(0,6,51,75)
C0M6Y51K75 
(0%,6%,51%,75%)
(0.00/0.06/0.51/0.75)	

CMYK percentages

%0
%6.35
%50.79
%75.29

Codes

Color #3F3B1F in popluar color models

3F3B1F
RGB635931
HSL53°34.04%18.43%
HSB/HSV53°50.79%24.71%
CMYK0.00%6.35%50.79%
75.29%

Color #3F3B1F in popluar number systems.

HEX3F3B1F
Decimal635931
Binary11111111101111111
Octal777337

Shades and tints

Shades of #3F3B1F

#3F3B1F
(63,59,31)
#3A361D
(58,54,29)
#35311B
(53,49,27)
#302C19
(48,44,25)
#2B2717
(43,39,23)
#262215
(38,34,21)
#211D13
(33,29,19)
#1C1811
(28,24,17)
#17130F
(23,19,15)
#120E0D
(18,14,13)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #3F3B1F

#3F3B1F
(63,59,31)
#504C33
(80,76,51)
#615D47
(97,93,71)
#726E5B
(114,110,91)
#837F6F
(131,127,111)
#949083
(148,144,131)
#A5A197
(165,161,151)
#B6B2AB
(182,178,171)
#C7C3BF
(199,195,191)
#D8D4D3
(216,212,211)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3B1F color. Also use rgb(63,59,31) instead hex code.

Text Font Color

.myTextColor { color: #3F3B1F; }

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

This text font color is #3F3B1F.


Background Color

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

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

This div background color is #3F3B1F.


Border color

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

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

This div border color is #3F3B1F.


Opacity

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

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

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

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

This text has shadow with #3F3B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3B1F on black background.


Color preview on white background

This text has color #3F3B1F on white background.



Black color preview on #3F3B1F background

This text has black color on #3F3B1F background.


White color preview on #3F3B1F background

This text has white color on #3F3B1F background.