COLOR #3FC531

HEX: #3FC531
RGB: (63,197,49)

Color info

#3FC531 contains mainly green color. Web safe color of #3FC531 is #33CC33 (or #3C3).

RGB color model

#3FC531 color RGB value is (63,197,49).

  • red value is 63;
  • green value is 197;
  • blue value is 49.
RGB:
(63,197,49)
(25%,77%,19%)

RGB channels and saturation

R 63 of 255 = 25%
G 197 of 255 = 77%
B 49 of 255 = 19%

63
197
49

R + G + B ~ 40%. #3FC531 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 197 + 49 = 309 (100%)
R 63 of 309 ~ 20.39%
G 197 of 309 ~ 63.75%
B 49 of 309 ~ 15.86%

%20.39
%63.75
%15.86

CMYK color model

#3FC531 color CMYK value is (68,0,75,23).

  • cyan value is 68.02%
  • magenta value is 0.00%
  • yellow value is 75.13%
  • key color value is 22.75%
CMYK:
(68,0,75,23)
C68M0Y75K23 
(68%,0%,75%,23%)
(0.68/0.00/0.75/0.23)	

CMYK percentages

%68.02
%0
%75.13
%22.75

Codes

Color #3FC531 in popluar color models

3FC531
RGB6319749
HSL114°60.16%48.24%
HSB/HSV114°75.13%77.25%
CMYK68.02%0.00%75.13%
22.75%

Color #3FC531 in popluar number systems.

HEX3FC531
Decimal6319749
Binary11111111000101110001
Octal7730561

Shades and tints

Shades of #3FC531

#3FC531
(63,197,49)
#3AB42D
(58,180,45)
#35A329
(53,163,41)
#309225
(48,146,37)
#2B8121
(43,129,33)
#26701D
(38,112,29)
#215F19
(33,95,25)
#1C4E15
(28,78,21)
#173D11
(23,61,17)
#122C0D
(18,44,13)
#0D1B09
(13,27,9)
#000000
(0,0,0)

Tints of #3FC531

#3FC531
(63,197,49)
#50CA43
(80,202,67)
#61CF55
(97,207,85)
#72D467
(114,212,103)
#83D979
(131,217,121)
#94DE8B
(148,222,139)
#A5E39D
(165,227,157)
#B6E8AF
(182,232,175)
#C7EDC1
(199,237,193)
#D8F2D3
(216,242,211)
#E9F7E5
(233,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FC531 color. Also use rgb(63,197,49) instead hex code.

Text Font Color

.myTextColor { color: #3FC531; }

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

This text font color is #3FC531.


Background Color

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

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

This div background color is #3FC531.


Border color

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

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

This div border color is #3FC531.


Opacity

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

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

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

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

This text has shadow with #3FC531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FC531 on black background.


Color preview on white background

This text has color #3FC531 on white background.



Black color preview on #3FC531 background

This text has black color on #3FC531 background.


White color preview on #3FC531 background

This text has white color on #3FC531 background.