COLOR #3F4819

HEX: #3F4819
RGB: (63,72,25)

Color info

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

RGB color model

#3F4819 color RGB value is (63,72,25).

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

RGB channels and saturation

R 63 of 255 = 25%
G 72 of 255 = 28%
B 25 of 255 = 10%

63
72
25

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

Portions of RGB colors in percentages

R + G + B =
63 + 72 + 25 = 160 (100%)
R 63 of 160 ~ 39.38%
G 72 of 160 ~ 45%
B 25 of 160 ~ 15.63%

%39.38
%45
%15.63

CMYK color model

#3F4819 color CMYK value is (13,0,65,72).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 65.28%
  • key color value is 71.76%
CMYK:
(13,0,65,72)
C13M0Y65K72 
(13%,0%,65%,72%)
(0.13/0.00/0.65/0.72)	

CMYK percentages

%12.5
%0
%65.28
%71.76

Codes

Color #3F4819 in popluar color models

3F4819
RGB637225
HSL71°48.45%19.02%
HSB/HSV71°65.28%28.24%
CMYK12.50%0.00%65.28%
71.76%

Color #3F4819 in popluar number systems.

HEX3F4819
Decimal637225
Binary111111100100011001
Octal7711031

Shades and tints

Shades of #3F4819

#3F4819
(63,72,25)
#3A4217
(58,66,23)
#353C15
(53,60,21)
#303613
(48,54,19)
#2B3011
(43,48,17)
#262A0F
(38,42,15)
#21240D
(33,36,13)
#1C1E0B
(28,30,11)
#171809
(23,24,9)
#121207
(18,18,7)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #3F4819

#3F4819
(63,72,25)
#50582D
(80,88,45)
#616841
(97,104,65)
#727855
(114,120,85)
#838869
(131,136,105)
#94987D
(148,152,125)
#A5A891
(165,168,145)
#B6B8A5
(182,184,165)
#C7C8B9
(199,200,185)
#D8D8CD
(216,216,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4819; }

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

This text font color is #3F4819.


Background Color

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

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

This div background color is #3F4819.


Border color

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

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

This div border color is #3F4819.


Opacity

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

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

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

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

This text has shadow with #3F4819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4819 on black background.


Color preview on white background

This text has color #3F4819 on white background.



Black color preview on #3F4819 background

This text has black color on #3F4819 background.


White color preview on #3F4819 background

This text has white color on #3F4819 background.