COLOR #3FB315

HEX: #3FB315
RGB: (63,179,21)

Color info

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

RGB color model

#3FB315 color RGB value is (63,179,21).

  • red value is 63;
  • green value is 179;
  • blue value is 21.
RGB:
(63,179,21)
(25%,70%,8%)

RGB channels and saturation

R 63 of 255 = 25%
G 179 of 255 = 70%
B 21 of 255 = 8%

63
179
21

R + G + B ~ 34%. #3FB315 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 179 + 21 = 263 (100%)
R 63 of 263 ~ 23.95%
G 179 of 263 ~ 68.06%
B 21 of 263 ~ 7.98%

%23.95
%68.06

CMYK color model

#3FB315 color CMYK value is (65,0,88,30).

  • cyan value is 64.80%
  • magenta value is 0.00%
  • yellow value is 88.27%
  • key color value is 29.80%
CMYK:
(65,0,88,30)
C65M0Y88K30 
(65%,0%,88%,30%)
(0.65/0.00/0.88/0.30)	

CMYK percentages

%64.8
%0
%88.27
%29.8

Codes

Color #3FB315 in popluar color models

3FB315
RGB6317921
HSL104°79.00%39.22%
HSB/HSV104°88.27%70.20%
CMYK64.80%0.00%88.27%
29.80%

Color #3FB315 in popluar number systems.

HEX3FB315
Decimal6317921
Binary1111111011001110101
Octal7726325

Shades and tints

Shades of #3FB315

#3FB315
(63,179,21)
#3AA314
(58,163,20)
#359313
(53,147,19)
#308312
(48,131,18)
#2B7311
(43,115,17)
#266310
(38,99,16)
#21530F
(33,83,15)
#1C430E
(28,67,14)
#17330D
(23,51,13)
#12230C
(18,35,12)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #3FB315

#3FB315
(63,179,21)
#50B92A
(80,185,42)
#61BF3F
(97,191,63)
#72C554
(114,197,84)
#83CB69
(131,203,105)
#94D17E
(148,209,126)
#A5D793
(165,215,147)
#B6DDA8
(182,221,168)
#C7E3BD
(199,227,189)
#D8E9D2
(216,233,210)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB315 color. Also use rgb(63,179,21) instead hex code.

Text Font Color

.myTextColor { color: #3FB315; }

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

This text font color is #3FB315.


Background Color

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

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

This div background color is #3FB315.


Border color

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

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

This div border color is #3FB315.


Opacity

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

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

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

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

This text has shadow with #3FB315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB315 on black background.


Color preview on white background

This text has color #3FB315 on white background.



Black color preview on #3FB315 background

This text has black color on #3FB315 background.


White color preview on #3FB315 background

This text has white color on #3FB315 background.