COLOR #3F4E14

HEX: #3F4E14
RGB: (63,78,20)

Color info

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

RGB color model

#3F4E14 color RGB value is (63,78,20).

  • red value is 63;
  • green value is 78;
  • blue value is 20.
RGB:
(63,78,20)
(25%,31%,8%)

RGB channels and saturation

R 63 of 255 = 25%
G 78 of 255 = 31%
B 20 of 255 = 8%

63
78
20

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

Portions of RGB colors in percentages

R + G + B =
63 + 78 + 20 = 161 (100%)
R 63 of 161 ~ 39.13%
G 78 of 161 ~ 48.45%
B 20 of 161 ~ 12.42%

%39.13
%48.45
%12.42

CMYK color model

#3F4E14 color CMYK value is (19,0,74,69).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 69.41%
CMYK:
(19,0,74,69)
C19M0Y74K69 
(19%,0%,74%,69%)
(0.19/0.00/0.74/0.69)	

CMYK percentages

%19.23
%0
%74.36
%69.41

Codes

Color #3F4E14 in popluar color models

3F4E14
RGB637820
HSL76°59.18%19.22%
HSB/HSV76°74.36%30.59%
CMYK19.23%0.00%74.36%
69.41%

Color #3F4E14 in popluar number systems.

HEX3F4E14
Decimal637820
Binary111111100111010100
Octal7711624

Shades and tints

Shades of #3F4E14

#3F4E14
(63,78,20)
#3A4713
(58,71,19)
#354012
(53,64,18)
#303911
(48,57,17)
#2B3210
(43,50,16)
#262B0F
(38,43,15)
#21240E
(33,36,14)
#1C1D0D
(28,29,13)
#17160C
(23,22,12)
#120F0B
(18,15,11)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #3F4E14

#3F4E14
(63,78,20)
#505E29
(80,94,41)
#616E3E
(97,110,62)
#727E53
(114,126,83)
#838E68
(131,142,104)
#949E7D
(148,158,125)
#A5AE92
(165,174,146)
#B6BEA7
(182,190,167)
#C7CEBC
(199,206,188)
#D8DED1
(216,222,209)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4E14 color. Also use rgb(63,78,20) instead hex code.

Text Font Color

.myTextColor { color: #3F4E14; }

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

This text font color is #3F4E14.


Background Color

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

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

This div background color is #3F4E14.


Border color

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

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

This div border color is #3F4E14.


Opacity

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

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

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

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

This text has shadow with #3F4E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4E14 on black background.


Color preview on white background

This text has color #3F4E14 on white background.



Black color preview on #3F4E14 background

This text has black color on #3F4E14 background.


White color preview on #3F4E14 background

This text has white color on #3F4E14 background.