COLOR #3F480E

HEX: #3F480E
RGB: (63,72,14)

Color info

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

RGB color model

#3F480E color RGB value is (63,72,14).

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

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 14 of 255 = 5%

63
72
14

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

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 14 = 149 (100%)
R 63 of 149 ~ 42.28%
G 72 of 149 ~ 48.32%
B 14 of 149 ~ 9.4%

%42.28
%48.32

CMYK color model

#3F480E color CMYK value is (13,0,81,72).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 80.56%
  • key color value is 71.76%
CMYK:
(13,0,81,72)
C13M0Y81K72 
(13%,0%,81%,72%)
(0.13/0.00/0.81/0.72)	

CMYK percentages

%12.5
%0
%80.56
%71.76

Codes

Color #3F480E in popluar color models

3F480E
RGB637214
HSL69°67.44%16.86%
HSB/HSV69°80.56%28.24%
CMYK12.50%0.00%80.56%
71.76%

Color #3F480E in popluar number systems.

HEX3F480E
Decimal637214
Binary11111110010001110
Octal7711016

Shades and tints

Shades of #3F480E

#3F480E
(63,72,14)
#3A420D
(58,66,13)
#353C0C
(53,60,12)
#30360B
(48,54,11)
#2B300A
(43,48,10)
#262A09
(38,42,9)
#212408
(33,36,8)
#1C1E07
(28,30,7)
#171806
(23,24,6)
#121205
(18,18,5)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #3F480E

#3F480E
(63,72,14)
#505823
(80,88,35)
#616838
(97,104,56)
#72784D
(114,120,77)
#838862
(131,136,98)
#949877
(148,152,119)
#A5A88C
(165,168,140)
#B6B8A1
(182,184,161)
#C7C8B6
(199,200,182)
#D8D8CB
(216,216,203)
#E9E8E0
(233,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F480E; }

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

This text font color is #3F480E.


Background Color

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

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

This div background color is #3F480E.


Border color

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

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

This div border color is #3F480E.


Opacity

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

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

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

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

This text has shadow with #3F480E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F480E on black background.


Color preview on white background

This text has color #3F480E on white background.



Black color preview on #3F480E background

This text has black color on #3F480E background.


White color preview on #3F480E background

This text has white color on #3F480E background.