COLOR #3F480B

HEX: #3F480B
RGB: (63,72,11)

Color info

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

RGB color model

#3F480B color RGB value is (63,72,11).

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

RGB channels and saturation

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

63
72
11

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

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 11 = 146 (100%)
R 63 of 146 ~ 43.15%
G 72 of 146 ~ 49.32%
B 11 of 146 ~ 7.53%

%43.15
%49.32

CMYK color model

#3F480B color CMYK value is (13,0,85,72).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(13,0,85,72)
C13M0Y85K72 
(13%,0%,85%,72%)
(0.13/0.00/0.85/0.72)	

CMYK percentages

%12.5
%0
%84.72
%71.76

Codes

Color #3F480B in popluar color models

3F480B
RGB637211
HSL69°73.49%16.27%
HSB/HSV69°84.72%28.24%
CMYK12.50%0.00%84.72%
71.76%

Color #3F480B in popluar number systems.

HEX3F480B
Decimal637211
Binary11111110010001011
Octal7711013

Shades and tints

Shades of #3F480B

#3F480B
(63,72,11)
#3A420A
(58,66,10)
#353C09
(53,60,9)
#303608
(48,54,8)
#2B3007
(43,48,7)
#262A06
(38,42,6)
#212405
(33,36,5)
#1C1E04
(28,30,4)
#171803
(23,24,3)
#121202
(18,18,2)
#0D0C01
(13,12,1)
#000000
(0,0,0)

Tints of #3F480B

#3F480B
(63,72,11)
#505821
(80,88,33)
#616837
(97,104,55)
#72784D
(114,120,77)
#838863
(131,136,99)
#949879
(148,152,121)
#A5A88F
(165,168,143)
#B6B8A5
(182,184,165)
#C7C8BB
(199,200,187)
#D8D8D1
(216,216,209)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F480B; }

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

This text font color is #3F480B.


Background Color

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

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

This div background color is #3F480B.


Border color

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

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

This div border color is #3F480B.


Opacity

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

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

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

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

This text has shadow with #3F480B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F480B on black background.


Color preview on white background

This text has color #3F480B on white background.



Black color preview on #3F480B background

This text has black color on #3F480B background.


White color preview on #3F480B background

This text has white color on #3F480B background.