COLOR #3FC3A7

HEX: #3FC3A7
RGB: (63,195,167)

Color info

#3FC3A7 contains mainly green and blue colors. Web safe color of #3FC3A7 is #33CC99 (or #3C9).

RGB color model

#3FC3A7 color RGB value is (63,195,167).

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

RGB channels and saturation

R 63 of 255 = 25%
G 195 of 255 = 76%
B 167 of 255 = 65%

63
195
167

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

Portions of RGB colors in percentages

R + G + B =
63 + 195 + 167 = 425 (100%)
R 63 of 425 ~ 14.82%
G 195 of 425 ~ 45.88%
B 167 of 425 ~ 39.29%

%14.82
%45.88
%39.29

CMYK color model

#3FC3A7 color CMYK value is (68,0,14,24).

  • cyan value is 67.69%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 23.53%
CMYK:
(68,0,14,24)
C68M0Y14K24 
(68%,0%,14%,24%)
(0.68/0.00/0.14/0.24)	

CMYK percentages

%67.69
%0
%14.36
%23.53

Codes

Color #3FC3A7 in popluar color models

3FC3A7
RGB63195167
HSL167°52.38%50.59%
HSB/HSV167°67.69%76.47%
CMYK67.69%0.00%14.36%
23.53%

Color #3FC3A7 in popluar number systems.

HEX3FC3A7
Decimal63195167
Binary1111111100001110100111
Octal77303247

Shades and tints

Shades of #3FC3A7

#3FC3A7
(63,195,167)
#3AB298
(58,178,152)
#35A189
(53,161,137)
#30907A
(48,144,122)
#2B7F6B
(43,127,107)
#266E5C
(38,110,92)
#215D4D
(33,93,77)
#1C4C3E
(28,76,62)
#173B2F
(23,59,47)
#122A20
(18,42,32)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #3FC3A7

#3FC3A7
(63,195,167)
#50C8AF
(80,200,175)
#61CDB7
(97,205,183)
#72D2BF
(114,210,191)
#83D7C7
(131,215,199)
#94DCCF
(148,220,207)
#A5E1D7
(165,225,215)
#B6E6DF
(182,230,223)
#C7EBE7
(199,235,231)
#D8F0EF
(216,240,239)
#E9F5F7
(233,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3FC3A7; }

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

This text font color is #3FC3A7.


Background Color

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

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

This div background color is #3FC3A7.


Border color

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

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

This div border color is #3FC3A7.


Opacity

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

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

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

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

This text has shadow with #3FC3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FC3A7 on black background.


Color preview on white background

This text has color #3FC3A7 on white background.



Black color preview on #3FC3A7 background

This text has black color on #3FC3A7 background.


White color preview on #3FC3A7 background

This text has white color on #3FC3A7 background.