COLOR #3F501E

HEX: #3F501E
RGB: (63,80,30)

Color info

#3F501E contains red, green and blue colors in about the same proportion. Web safe color of #3F501E is #336633 (or #363).

RGB color model

#3F501E color RGB value is (63,80,30).

  • red value is 63;
  • green value is 80;
  • blue value is 30.
RGB:
(63,80,30)
(25%,31%,12%)

RGB channels and saturation

R 63 of 255 = 25%
G 80 of 255 = 31%
B 30 of 255 = 12%

63
80
30

R + G + B ~ 23%. #3F501E is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 80 + 30 = 173 (100%)
R 63 of 173 ~ 36.42%
G 80 of 173 ~ 46.24%
B 30 of 173 ~ 17.34%

%36.42
%46.24
%17.34

CMYK color model

#3F501E color CMYK value is (21,0,63,69).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 68.63%
CMYK:
(21,0,63,69)
C21M0Y63K69 
(21%,0%,63%,69%)
(0.21/0.00/0.63/0.69)	

CMYK percentages

%21.25
%0
%62.5
%68.63

Codes

Color #3F501E in popluar color models

3F501E
RGB638030
HSL80°45.45%21.57%
HSB/HSV80°62.50%31.37%
CMYK21.25%0.00%62.50%
68.63%

Color #3F501E in popluar number systems.

HEX3F501E
Decimal638030
Binary111111101000011110
Octal7712036

Shades and tints

Shades of #3F501E

#3F501E
(63,80,30)
#3A491C
(58,73,28)
#35421A
(53,66,26)
#303B18
(48,59,24)
#2B3416
(43,52,22)
#262D14
(38,45,20)
#212612
(33,38,18)
#1C1F10
(28,31,16)
#17180E
(23,24,14)
#12110C
(18,17,12)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #3F501E

#3F501E
(63,80,30)
#505F32
(80,95,50)
#616E46
(97,110,70)
#727D5A
(114,125,90)
#838C6E
(131,140,110)
#949B82
(148,155,130)
#A5AA96
(165,170,150)
#B6B9AA
(182,185,170)
#C7C8BE
(199,200,190)
#D8D7D2
(216,215,210)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F501E color. Also use rgb(63,80,30) instead hex code.

Text Font Color

.myTextColor { color: #3F501E; }

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

This text font color is #3F501E.


Background Color

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

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

This div background color is #3F501E.


Border color

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

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

This div border color is #3F501E.


Opacity

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

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

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

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

This text has shadow with #3F501E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F501E on black background.


Color preview on white background

This text has color #3F501E on white background.



Black color preview on #3F501E background

This text has black color on #3F501E background.


White color preview on #3F501E background

This text has white color on #3F501E background.