COLOR #3F481D

HEX: #3F481D
RGB: (63,72,29)

Color info

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

RGB color model

#3F481D color RGB value is (63,72,29).

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

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 29 of 255 = 11%

63
72
29

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

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 29 = 164 (100%)
R 63 of 164 ~ 38.41%
G 72 of 164 ~ 43.9%
B 29 of 164 ~ 17.68%

%38.41
%43.9
%17.68

CMYK color model

#3F481D color CMYK value is (13,0,60,72).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 59.72%
  • key color value is 71.76%
CMYK:
(13,0,60,72)
C13M0Y60K72 
(13%,0%,60%,72%)
(0.13/0.00/0.60/0.72)	

CMYK percentages

%12.5
%0
%59.72
%71.76

Codes

Color #3F481D in popluar color models

3F481D
RGB637229
HSL73°42.57%19.80%
HSB/HSV73°59.72%28.24%
CMYK12.50%0.00%59.72%
71.76%

Color #3F481D in popluar number systems.

HEX3F481D
Decimal637229
Binary111111100100011101
Octal7711035

Shades and tints

Shades of #3F481D

#3F481D
(63,72,29)
#3A421B
(58,66,27)
#353C19
(53,60,25)
#303617
(48,54,23)
#2B3015
(43,48,21)
#262A13
(38,42,19)
#212411
(33,36,17)
#1C1E0F
(28,30,15)
#17180D
(23,24,13)
#12120B
(18,18,11)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #3F481D

#3F481D
(63,72,29)
#505831
(80,88,49)
#616845
(97,104,69)
#727859
(114,120,89)
#83886D
(131,136,109)
#949881
(148,152,129)
#A5A895
(165,168,149)
#B6B8A9
(182,184,169)
#C7C8BD
(199,200,189)
#D8D8D1
(216,216,209)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F481D color. Also use rgb(63,72,29) instead hex code.

Text Font Color

.myTextColor { color: #3F481D; }

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

This text font color is #3F481D.


Background Color

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

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

This div background color is #3F481D.


Border color

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

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

This div border color is #3F481D.


Opacity

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

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

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

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

This text has shadow with #3F481D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F481D on black background.


Color preview on white background

This text has color #3F481D on white background.



Black color preview on #3F481D background

This text has black color on #3F481D background.


White color preview on #3F481D background

This text has white color on #3F481D background.