COLOR #3FC37D

HEX: #3FC37D
RGB: (63,195,125)

Color info

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

RGB color model

#3FC37D color RGB value is (63,195,125).

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

RGB channels and saturation

R 63 of 255 = 25%
G 195 of 255 = 76%
B 125 of 255 = 49%

63
195
125

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

Portions of RGB colors in percentages

R + G + B =
63 + 195 + 125 = 383 (100%)
R 63 of 383 ~ 16.45%
G 195 of 383 ~ 50.91%
B 125 of 383 ~ 32.64%

%16.45
%50.91
%32.64

CMYK color model

#3FC37D color CMYK value is (68,0,36,24).

  • cyan value is 67.69%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(68,0,36,24)
C68M0Y36K24 
(68%,0%,36%,24%)
(0.68/0.00/0.36/0.24)	

CMYK percentages

%67.69
%0
%35.9
%23.53

Codes

Color #3FC37D in popluar color models

3FC37D
RGB63195125
HSL148°52.38%50.59%
HSB/HSV148°67.69%76.47%
CMYK67.69%0.00%35.90%
23.53%

Color #3FC37D in popluar number systems.

HEX3FC37D
Decimal63195125
Binary111111110000111111101
Octal77303175

Shades and tints

Shades of #3FC37D

#3FC37D
(63,195,125)
#3AB272
(58,178,114)
#35A167
(53,161,103)
#30905C
(48,144,92)
#2B7F51
(43,127,81)
#266E46
(38,110,70)
#215D3B
(33,93,59)
#1C4C30
(28,76,48)
#173B25
(23,59,37)
#122A1A
(18,42,26)
#0D190F
(13,25,15)
#000000
(0,0,0)

Tints of #3FC37D

#3FC37D
(63,195,125)
#50C888
(80,200,136)
#61CD93
(97,205,147)
#72D29E
(114,210,158)
#83D7A9
(131,215,169)
#94DCB4
(148,220,180)
#A5E1BF
(165,225,191)
#B6E6CA
(182,230,202)
#C7EBD5
(199,235,213)
#D8F0E0
(216,240,224)
#E9F5EB
(233,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FC37D; }

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

This text font color is #3FC37D.


Background Color

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

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

This div background color is #3FC37D.


Border color

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

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

This div border color is #3FC37D.


Opacity

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

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

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

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

This text has shadow with #3FC37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FC37D on black background.


Color preview on white background

This text has color #3FC37D on white background.



Black color preview on #3FC37D background

This text has black color on #3FC37D background.


White color preview on #3FC37D background

This text has white color on #3FC37D background.