COLOR #3FC360

HEX: #3FC360
RGB: (63,195,96)

Color info

#3FC360 contains mainly green color. Web safe color of #3FC360 is #33CC66 (or #3C6).

RGB color model

#3FC360 color RGB value is (63,195,96).

  • red value is 63;
  • green value is 195;
  • blue value is 96.
RGB:
(63,195,96)
(25%,76%,38%)

RGB channels and saturation

R 63 of 255 = 25%
G 195 of 255 = 76%
B 96 of 255 = 38%

63
195
96

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

Portions of RGB colors in percentages

R + G + B =
63 + 195 + 96 = 354 (100%)
R 63 of 354 ~ 17.8%
G 195 of 354 ~ 55.08%
B 96 of 354 ~ 27.12%

%17.8
%55.08
%27.12

CMYK color model

#3FC360 color CMYK value is (68,0,51,24).

  • cyan value is 67.69%
  • magenta value is 0.00%
  • yellow value is 50.77%
  • key color value is 23.53%
CMYK:
(68,0,51,24)
C68M0Y51K24 
(68%,0%,51%,24%)
(0.68/0.00/0.51/0.24)	

CMYK percentages

%67.69
%0
%50.77
%23.53

Codes

Color #3FC360 in popluar color models

3FC360
RGB6319596
HSL135°52.38%50.59%
HSB/HSV135°67.69%76.47%
CMYK67.69%0.00%50.77%
23.53%

Color #3FC360 in popluar number systems.

HEX3FC360
Decimal6319596
Binary111111110000111100000
Octal77303140

Shades and tints

Shades of #3FC360

#3FC360
(63,195,96)
#3AB258
(58,178,88)
#35A150
(53,161,80)
#309048
(48,144,72)
#2B7F40
(43,127,64)
#266E38
(38,110,56)
#215D30
(33,93,48)
#1C4C28
(28,76,40)
#173B20
(23,59,32)
#122A18
(18,42,24)
#0D1910
(13,25,16)
#000000
(0,0,0)

Tints of #3FC360

#3FC360
(63,195,96)
#50C86E
(80,200,110)
#61CD7C
(97,205,124)
#72D28A
(114,210,138)
#83D798
(131,215,152)
#94DCA6
(148,220,166)
#A5E1B4
(165,225,180)
#B6E6C2
(182,230,194)
#C7EBD0
(199,235,208)
#D8F0DE
(216,240,222)
#E9F5EC
(233,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FC360 color. Also use rgb(63,195,96) instead hex code.

Text Font Color

.myTextColor { color: #3FC360; }

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

This text font color is #3FC360.


Background Color

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

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

This div background color is #3FC360.


Border color

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

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

This div border color is #3FC360.


Opacity

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

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

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

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

This text has shadow with #3FC360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FC360 on black background.


Color preview on white background

This text has color #3FC360 on white background.



Black color preview on #3FC360 background

This text has black color on #3FC360 background.


White color preview on #3FC360 background

This text has white color on #3FC360 background.