COLOR #3FA66C

HEX: #3FA66C
RGB: (63,166,108)

Color info

#3FA66C contains mainly green and blue colors. Web safe color of #3FA66C is #339966 (or #396).

RGB color model

#3FA66C color RGB value is (63,166,108).

  • red value is 63;
  • green value is 166;
  • blue value is 108.
RGB:
(63,166,108)
(25%,65%,42%)

RGB channels and saturation

R 63 of 255 = 25%
G 166 of 255 = 65%
B 108 of 255 = 42%

63
166
108

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

Portions of RGB colors in percentages

R + G + B =
63 + 166 + 108 = 337 (100%)
R 63 of 337 ~ 18.69%
G 166 of 337 ~ 49.26%
B 108 of 337 ~ 32.05%

%18.69
%49.26
%32.05

CMYK color model

#3FA66C color CMYK value is (62,0,35,35).

  • cyan value is 62.05%
  • magenta value is 0.00%
  • yellow value is 34.94%
  • key color value is 34.90%
CMYK:
(62,0,35,35)
C62M0Y35K35 
(62%,0%,35%,35%)
(0.62/0.00/0.35/0.35)	

CMYK percentages

%62.05
%0
%34.94
%34.9

Codes

Color #3FA66C in popluar color models

3FA66C
RGB63166108
HSL146°44.98%44.90%
HSB/HSV146°62.05%65.10%
CMYK62.05%0.00%34.94%
34.90%

Color #3FA66C in popluar number systems.

HEX3FA66C
Decimal63166108
Binary111111101001101101100
Octal77246154

Shades and tints

Shades of #3FA66C

#3FA66C
(63,166,108)
#3A9763
(58,151,99)
#35885A
(53,136,90)
#307951
(48,121,81)
#2B6A48
(43,106,72)
#265B3F
(38,91,63)
#214C36
(33,76,54)
#1C3D2D
(28,61,45)
#172E24
(23,46,36)
#121F1B
(18,31,27)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #3FA66C

#3FA66C
(63,166,108)
#50AE79
(80,174,121)
#61B686
(97,182,134)
#72BE93
(114,190,147)
#83C6A0
(131,198,160)
#94CEAD
(148,206,173)
#A5D6BA
(165,214,186)
#B6DEC7
(182,222,199)
#C7E6D4
(199,230,212)
#D8EEE1
(216,238,225)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FA66C color. Also use rgb(63,166,108) instead hex code.

Text Font Color

.myTextColor { color: #3FA66C; }

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

This text font color is #3FA66C.


Background Color

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

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

This div background color is #3FA66C.


Border color

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

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

This div border color is #3FA66C.


Opacity

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

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

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

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

This text has shadow with #3FA66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FA66C on black background.


Color preview on white background

This text has color #3FA66C on white background.



Black color preview on #3FA66C background

This text has black color on #3FA66C background.


White color preview on #3FA66C background

This text has white color on #3FA66C background.