COLOR #3F471B

HEX: #3F471B
RGB: (63,71,27)

Color info

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

RGB color model

#3F471B color RGB value is (63,71,27).

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

RGB channels and saturation

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

63
71
27

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

Portions of RGB colors in percentages

R + G + B =
63 + 71 + 27 = 161 (100%)
R 63 of 161 ~ 39.13%
G 71 of 161 ~ 44.1%
B 27 of 161 ~ 16.77%

%39.13
%44.1
%16.77

CMYK color model

#3F471B color CMYK value is (11,0,62,72).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 61.97%
  • key color value is 72.16%
CMYK:
(11,0,62,72)
C11M0Y62K72 
(11%,0%,62%,72%)
(0.11/0.00/0.62/0.72)	

CMYK percentages

%11.27
%0
%61.97
%72.16

Codes

Color #3F471B in popluar color models

3F471B
RGB637127
HSL71°44.90%19.22%
HSB/HSV71°61.97%27.84%
CMYK11.27%0.00%61.97%
72.16%

Color #3F471B in popluar number systems.

HEX3F471B
Decimal637127
Binary111111100011111011
Octal7710733

Shades and tints

Shades of #3F471B

#3F471B
(63,71,27)
#3A4119
(58,65,25)
#353B17
(53,59,23)
#303515
(48,53,21)
#2B2F13
(43,47,19)
#262911
(38,41,17)
#21230F
(33,35,15)
#1C1D0D
(28,29,13)
#17170B
(23,23,11)
#121109
(18,17,9)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #3F471B

#3F471B
(63,71,27)
#50572F
(80,87,47)
#616743
(97,103,67)
#727757
(114,119,87)
#83876B
(131,135,107)
#94977F
(148,151,127)
#A5A793
(165,167,147)
#B6B7A7
(182,183,167)
#C7C7BB
(199,199,187)
#D8D7CF
(216,215,207)
#E9E7E3
(233,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F471B; }

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

This text font color is #3F471B.


Background Color

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

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

This div background color is #3F471B.


Border color

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

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

This div border color is #3F471B.


Opacity

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

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

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

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

This text has shadow with #3F471B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F471B on black background.


Color preview on white background

This text has color #3F471B on white background.



Black color preview on #3F471B background

This text has black color on #3F471B background.


White color preview on #3F471B background

This text has white color on #3F471B background.