COLOR #3F5219

HEX: #3F5219
RGB: (63,82,25)

Color info

#3F5219 contains red, green and blue colors in about the same proportion. Web safe color of #3F5219 is #336600 (or #360).

RGB color model

#3F5219 color RGB value is (63,82,25).

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

RGB channels and saturation

R 63 of 255 = 25%
G 82 of 255 = 32%
B 25 of 255 = 10%

63
82
25

R + G + B ~ 22%. #3F5219 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 82 + 25 = 170 (100%)
R 63 of 170 ~ 37.06%
G 82 of 170 ~ 48.24%
B 25 of 170 ~ 14.71%

%37.06
%48.24
%14.71

CMYK color model

#3F5219 color CMYK value is (23,0,70,68).

  • cyan value is 23.17%
  • magenta value is 0.00%
  • yellow value is 69.51%
  • key color value is 67.84%
CMYK:
(23,0,70,68)
C23M0Y70K68 
(23%,0%,70%,68%)
(0.23/0.00/0.70/0.68)	

CMYK percentages

%23.17
%0
%69.51
%67.84

Codes

Color #3F5219 in popluar color models

3F5219
RGB638225
HSL80°53.27%20.98%
HSB/HSV80°69.51%32.16%
CMYK23.17%0.00%69.51%
67.84%

Color #3F5219 in popluar number systems.

HEX3F5219
Decimal638225
Binary111111101001011001
Octal7712231

Shades and tints

Shades of #3F5219

#3F5219
(63,82,25)
#3A4B17
(58,75,23)
#354415
(53,68,21)
#303D13
(48,61,19)
#2B3611
(43,54,17)
#262F0F
(38,47,15)
#21280D
(33,40,13)
#1C210B
(28,33,11)
#171A09
(23,26,9)
#121307
(18,19,7)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #3F5219

#3F5219
(63,82,25)
#50612D
(80,97,45)
#617041
(97,112,65)
#727F55
(114,127,85)
#838E69
(131,142,105)
#949D7D
(148,157,125)
#A5AC91
(165,172,145)
#B6BBA5
(182,187,165)
#C7CAB9
(199,202,185)
#D8D9CD
(216,217,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5219; }

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

This text font color is #3F5219.


Background Color

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

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

This div background color is #3F5219.


Border color

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

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

This div border color is #3F5219.


Opacity

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

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

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

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

This text has shadow with #3F5219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5219 on black background.


Color preview on white background

This text has color #3F5219 on white background.



Black color preview on #3F5219 background

This text has black color on #3F5219 background.


White color preview on #3F5219 background

This text has white color on #3F5219 background.