COLOR #3F8813

HEX: #3F8813
RGB: (63,136,19)

Color info

#3F8813 contains mainly green color. Web safe color of #3F8813 is #339900 (or #390).

RGB color model

#3F8813 color RGB value is (63,136,19).

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

RGB channels and saturation

R 63 of 255 = 25%
G 136 of 255 = 53%
B 19 of 255 = 7%

63
136
19

R + G + B ~ 28%. #3F8813 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 136 + 19 = 218 (100%)
R 63 of 218 ~ 28.9%
G 136 of 218 ~ 62.39%
B 19 of 218 ~ 8.72%

%28.9
%62.39

CMYK color model

#3F8813 color CMYK value is (54,0,86,47).

  • cyan value is 53.68%
  • magenta value is 0.00%
  • yellow value is 86.03%
  • key color value is 46.67%
CMYK:
(54,0,86,47)
C54M0Y86K47 
(54%,0%,86%,47%)
(0.54/0.00/0.86/0.47)	

CMYK percentages

%53.68
%0
%86.03
%46.67

Codes

Color #3F8813 in popluar color models

3F8813
RGB6313619
HSL97°75.48%30.39%
HSB/HSV97°86.03%53.33%
CMYK53.68%0.00%86.03%
46.67%

Color #3F8813 in popluar number systems.

HEX3F8813
Decimal6313619
Binary1111111000100010011
Octal7721023

Shades and tints

Shades of #3F8813

#3F8813
(63,136,19)
#3A7C12
(58,124,18)
#357011
(53,112,17)
#306410
(48,100,16)
#2B580F
(43,88,15)
#264C0E
(38,76,14)
#21400D
(33,64,13)
#1C340C
(28,52,12)
#17280B
(23,40,11)
#121C0A
(18,28,10)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #3F8813

#3F8813
(63,136,19)
#509228
(80,146,40)
#619C3D
(97,156,61)
#72A652
(114,166,82)
#83B067
(131,176,103)
#94BA7C
(148,186,124)
#A5C491
(165,196,145)
#B6CEA6
(182,206,166)
#C7D8BB
(199,216,187)
#D8E2D0
(216,226,208)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8813; }

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

This text font color is #3F8813.


Background Color

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

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

This div background color is #3F8813.


Border color

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

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

This div border color is #3F8813.


Opacity

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

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

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

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

This text has shadow with #3F8813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8813 on black background.


Color preview on white background

This text has color #3F8813 on white background.



Black color preview on #3F8813 background

This text has black color on #3F8813 background.


White color preview on #3F8813 background

This text has white color on #3F8813 background.