COLOR #3F4F13

HEX: #3F4F13
RGB: (63,79,19)

Color info

#3F4F13 contains mainly red and green colors. Web safe color of #3F4F13 is #336600 (or #360).

RGB color model

#3F4F13 color RGB value is (63,79,19).

  • red value is 63;
  • green value is 79;
  • blue value is 19.
RGB:
(63,79,19)
(25%,31%,7%)

RGB channels and saturation

R 63 of 255 = 25%
G 79 of 255 = 31%
B 19 of 255 = 7%

63
79
19

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

Portions of RGB colors in percentages

R + G + B =
63 + 79 + 19 = 161 (100%)
R 63 of 161 ~ 39.13%
G 79 of 161 ~ 49.07%
B 19 of 161 ~ 11.8%

%39.13
%49.07
%11.8

CMYK color model

#3F4F13 color CMYK value is (20,0,76,69).

  • cyan value is 20.25%
  • magenta value is 0.00%
  • yellow value is 75.95%
  • key color value is 69.02%
CMYK:
(20,0,76,69)
C20M0Y76K69 
(20%,0%,76%,69%)
(0.20/0.00/0.76/0.69)	

CMYK percentages

%20.25
%0
%75.95
%69.02

Codes

Color #3F4F13 in popluar color models

3F4F13
RGB637919
HSL76°61.22%19.22%
HSB/HSV76°75.95%30.98%
CMYK20.25%0.00%75.95%
69.02%

Color #3F4F13 in popluar number systems.

HEX3F4F13
Decimal637919
Binary111111100111110011
Octal7711723

Shades and tints

Shades of #3F4F13

#3F4F13
(63,79,19)
#3A4812
(58,72,18)
#354111
(53,65,17)
#303A10
(48,58,16)
#2B330F
(43,51,15)
#262C0E
(38,44,14)
#21250D
(33,37,13)
#1C1E0C
(28,30,12)
#17170B
(23,23,11)
#12100A
(18,16,10)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #3F4F13

#3F4F13
(63,79,19)
#505F28
(80,95,40)
#616F3D
(97,111,61)
#727F52
(114,127,82)
#838F67
(131,143,103)
#949F7C
(148,159,124)
#A5AF91
(165,175,145)
#B6BFA6
(182,191,166)
#C7CFBB
(199,207,187)
#D8DFD0
(216,223,208)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4F13 color. Also use rgb(63,79,19) instead hex code.

Text Font Color

.myTextColor { color: #3F4F13; }

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

This text font color is #3F4F13.


Background Color

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

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

This div background color is #3F4F13.


Border color

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

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

This div border color is #3F4F13.


Opacity

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

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

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

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

This text has shadow with #3F4F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4F13 on black background.


Color preview on white background

This text has color #3F4F13 on white background.



Black color preview on #3F4F13 background

This text has black color on #3F4F13 background.


White color preview on #3F4F13 background

This text has white color on #3F4F13 background.