COLOR #3F981F

HEX: #3F981F
RGB: (63,152,31)

Color info

#3F981F contains mainly green color. Web safe color of #3F981F is #339933 (or #393).

RGB color model

#3F981F color RGB value is (63,152,31).

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

RGB channels and saturation

R 63 of 255 = 25%
G 152 of 255 = 60%
B 31 of 255 = 12%

63
152
31

R + G + B ~ 32%. #3F981F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 152 + 31 = 246 (100%)
R 63 of 246 ~ 25.61%
G 152 of 246 ~ 61.79%
B 31 of 246 ~ 12.6%

%25.61
%61.79
%12.6

CMYK color model

#3F981F color CMYK value is (59,0,80,40).

  • cyan value is 58.55%
  • magenta value is 0.00%
  • yellow value is 79.61%
  • key color value is 40.39%
CMYK:
(59,0,80,40)
C59M0Y80K40 
(59%,0%,80%,40%)
(0.59/0.00/0.80/0.40)	

CMYK percentages

%58.55
%0
%79.61
%40.39

Codes

Color #3F981F in popluar color models

3F981F
RGB6315231
HSL104°66.12%35.88%
HSB/HSV104°79.61%59.61%
CMYK58.55%0.00%79.61%
40.39%

Color #3F981F in popluar number systems.

HEX3F981F
Decimal6315231
Binary1111111001100011111
Octal7723037

Shades and tints

Shades of #3F981F

#3F981F
(63,152,31)
#3A8B1D
(58,139,29)
#357E1B
(53,126,27)
#307119
(48,113,25)
#2B6417
(43,100,23)
#265715
(38,87,21)
#214A13
(33,74,19)
#1C3D11
(28,61,17)
#17300F
(23,48,15)
#12230D
(18,35,13)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #3F981F

#3F981F
(63,152,31)
#50A133
(80,161,51)
#61AA47
(97,170,71)
#72B35B
(114,179,91)
#83BC6F
(131,188,111)
#94C583
(148,197,131)
#A5CE97
(165,206,151)
#B6D7AB
(182,215,171)
#C7E0BF
(199,224,191)
#D8E9D3
(216,233,211)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F981F color. Also use rgb(63,152,31) instead hex code.

Text Font Color

.myTextColor { color: #3F981F; }

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

This text font color is #3F981F.


Background Color

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

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

This div background color is #3F981F.


Border color

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

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

This div border color is #3F981F.


Opacity

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

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

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

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

This text has shadow with #3F981F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F981F on black background.


Color preview on white background

This text has color #3F981F on white background.



Black color preview on #3F981F background

This text has black color on #3F981F background.


White color preview on #3F981F background

This text has white color on #3F981F background.