COLOR #3F470B

HEX: #3F470B
RGB: (63,71,11)

Color info

#3F470B contains mainly red and green colors. Web safe color of #3F470B is #333300 (or #330).

RGB color model

#3F470B color RGB value is (63,71,11).

  • red value is 63;
  • green value is 71;
  • blue value is 11.
RGB:
(63,71,11)
(25%,28%,4%)

RGB channels and saturation

R 63 of 255 = 25%
G 71 of 255 = 28%
B 11 of 255 = 4%

63
71
11

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

Portions of RGB colors in percentages

R + G + B =
63 + 71 + 11 = 145 (100%)
R 63 of 145 ~ 43.45%
G 71 of 145 ~ 48.97%
B 11 of 145 ~ 7.59%

%43.45
%48.97

CMYK color model

#3F470B color CMYK value is (11,0,85,72).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK:
(11,0,85,72)
C11M0Y85K72 
(11%,0%,85%,72%)
(0.11/0.00/0.85/0.72)	

CMYK percentages

%11.27
%0
%84.51
%72.16

Codes

Color #3F470B in popluar color models

3F470B
RGB637111
HSL68°73.17%16.08%
HSB/HSV68°84.51%27.84%
CMYK11.27%0.00%84.51%
72.16%

Color #3F470B in popluar number systems.

HEX3F470B
Decimal637111
Binary11111110001111011
Octal7710713

Shades and tints

Shades of #3F470B

#3F470B
(63,71,11)
#3A410A
(58,65,10)
#353B09
(53,59,9)
#303508
(48,53,8)
#2B2F07
(43,47,7)
#262906
(38,41,6)
#212305
(33,35,5)
#1C1D04
(28,29,4)
#171703
(23,23,3)
#121102
(18,17,2)
#0D0B01
(13,11,1)
#000000
(0,0,0)

Tints of #3F470B

#3F470B
(63,71,11)
#505721
(80,87,33)
#616737
(97,103,55)
#72774D
(114,119,77)
#838763
(131,135,99)
#949779
(148,151,121)
#A5A78F
(165,167,143)
#B6B7A5
(182,183,165)
#C7C7BB
(199,199,187)
#D8D7D1
(216,215,209)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F470B color. Also use rgb(63,71,11) instead hex code.

Text Font Color

.myTextColor { color: #3F470B; }

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

This text font color is #3F470B.


Background Color

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

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

This div background color is #3F470B.


Border color

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

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

This div border color is #3F470B.


Opacity

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

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

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

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

This text has shadow with #3F470B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F470B on black background.


Color preview on white background

This text has color #3F470B on white background.



Black color preview on #3F470B background

This text has black color on #3F470B background.


White color preview on #3F470B background

This text has white color on #3F470B background.