COLOR #3F3317

HEX: #3F3317
RGB: (63,51,23)

Color info

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

RGB color model

#3F3317 color RGB value is (63,51,23).

  • red value is 63;
  • green value is 51;
  • blue value is 23.
RGB:
(63,51,23)
(25%,20%,9%)

RGB channels and saturation

R 63 of 255 = 25%
G 51 of 255 = 20%
B 23 of 255 = 9%

63
51
23

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

Portions of RGB colors in percentages

R + G + B =
63 + 51 + 23 = 137 (100%)
R 63 of 137 ~ 45.99%
G 51 of 137 ~ 37.23%
B 23 of 137 ~ 16.79%

%45.99
%37.23
%16.79

CMYK color model

#3F3317 color CMYK value is (0,19,63,75).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 63.49%
  • key color value is 75.29%
CMYK:
(0,19,63,75)
C0M19Y63K75 
(0%,19%,63%,75%)
(0.00/0.19/0.63/0.75)	

CMYK percentages

%0
%19.05
%63.49
%75.29

Codes

Color #3F3317 in popluar color models

3F3317
RGB635123
HSL42°46.51%16.86%
HSB/HSV42°63.49%24.71%
CMYK0.00%19.05%63.49%
75.29%

Color #3F3317 in popluar number systems.

HEX3F3317
Decimal635123
Binary11111111001110111
Octal776327

Shades and tints

Shades of #3F3317

#3F3317
(63,51,23)
#3A2F15
(58,47,21)
#352B13
(53,43,19)
#302711
(48,39,17)
#2B230F
(43,35,15)
#261F0D
(38,31,13)
#211B0B
(33,27,11)
#1C1709
(28,23,9)
#171307
(23,19,7)
#120F05
(18,15,5)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #3F3317

#3F3317
(63,51,23)
#50452C
(80,69,44)
#615741
(97,87,65)
#726956
(114,105,86)
#837B6B
(131,123,107)
#948D80
(148,141,128)
#A59F95
(165,159,149)
#B6B1AA
(182,177,170)
#C7C3BF
(199,195,191)
#D8D5D4
(216,213,212)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3317 color. Also use rgb(63,51,23) instead hex code.

Text Font Color

.myTextColor { color: #3F3317; }

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

This text font color is #3F3317.


Background Color

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

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

This div background color is #3F3317.


Border color

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

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

This div border color is #3F3317.


Opacity

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

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

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

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

This text has shadow with #3F3317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3317 on black background.


Color preview on white background

This text has color #3F3317 on white background.



Black color preview on #3F3317 background

This text has black color on #3F3317 background.


White color preview on #3F3317 background

This text has white color on #3F3317 background.