COLOR #3F3B11

HEX: #3F3B11
RGB: (63,59,17)

Color info

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

RGB color model

#3F3B11 color RGB value is (63,59,17).

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

RGB channels and saturation

R 63 of 255 = 25%
G 59 of 255 = 23%
B 17 of 255 = 7%

63
59
17

R + G + B ~ 18%. #3F3B11 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 59 + 17 = 139 (100%)
R 63 of 139 ~ 45.32%
G 59 of 139 ~ 42.45%
B 17 of 139 ~ 12.23%

%45.32
%42.45
%12.23

CMYK color model

#3F3B11 color CMYK value is (0,6,73,75).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 73.02%
  • key color value is 75.29%
CMYK:
(0,6,73,75)
C0M6Y73K75 
(0%,6%,73%,75%)
(0.00/0.06/0.73/0.75)	

CMYK percentages

%0
%6.35
%73.02
%75.29

Codes

Color #3F3B11 in popluar color models

3F3B11
RGB635917
HSL55°57.50%15.69%
HSB/HSV55°73.02%24.71%
CMYK0.00%6.35%73.02%
75.29%

Color #3F3B11 in popluar number systems.

HEX3F3B11
Decimal635917
Binary11111111101110001
Octal777321

Shades and tints

Shades of #3F3B11

#3F3B11
(63,59,17)
#3A3610
(58,54,16)
#35310F
(53,49,15)
#302C0E
(48,44,14)
#2B270D
(43,39,13)
#26220C
(38,34,12)
#211D0B
(33,29,11)
#1C180A
(28,24,10)
#171309
(23,19,9)
#120E08
(18,14,8)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #3F3B11

#3F3B11
(63,59,17)
#504C26
(80,76,38)
#615D3B
(97,93,59)
#726E50
(114,110,80)
#837F65
(131,127,101)
#94907A
(148,144,122)
#A5A18F
(165,161,143)
#B6B2A4
(182,178,164)
#C7C3B9
(199,195,185)
#D8D4CE
(216,212,206)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3B11; }

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

This text font color is #3F3B11.


Background Color

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

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

This div background color is #3F3B11.


Border color

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

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

This div border color is #3F3B11.


Opacity

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

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

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

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

This text has shadow with #3F3B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3B11 on black background.


Color preview on white background

This text has color #3F3B11 on white background.



Black color preview on #3F3B11 background

This text has black color on #3F3B11 background.


White color preview on #3F3B11 background

This text has white color on #3F3B11 background.