COLOR #3F966F

HEX: #3F966F
RGB: (63,150,111)

Color info

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

RGB color model

#3F966F color RGB value is (63,150,111).

  • red value is 63;
  • green value is 150;
  • blue value is 111.
RGB:
(63,150,111)
(25%,59%,44%)

RGB channels and saturation

R 63 of 255 = 25%
G 150 of 255 = 59%
B 111 of 255 = 44%

63
150
111

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

Portions of RGB colors in percentages

R + G + B =
63 + 150 + 111 = 324 (100%)
R 63 of 324 ~ 19.44%
G 150 of 324 ~ 46.3%
B 111 of 324 ~ 34.26%

%19.44
%46.3
%34.26

CMYK color model

#3F966F color CMYK value is (58,0,26,41).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(58,0,26,41)
C58M0Y26K41 
(58%,0%,26%,41%)
(0.58/0.00/0.26/0.41)	

CMYK percentages

%58
%0
%26
%41.18

Codes

Color #3F966F in popluar color models

3F966F
RGB63150111
HSL153°40.85%41.76%
HSB/HSV153°58.00%58.82%
CMYK58.00%0.00%26.00%
41.18%

Color #3F966F in popluar number systems.

HEX3F966F
Decimal63150111
Binary111111100101101101111
Octal77226157

Shades and tints

Shades of #3F966F

#3F966F
(63,150,111)
#3A8965
(58,137,101)
#357C5B
(53,124,91)
#306F51
(48,111,81)
#2B6247
(43,98,71)
#26553D
(38,85,61)
#214833
(33,72,51)
#1C3B29
(28,59,41)
#172E1F
(23,46,31)
#122115
(18,33,21)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #3F966F

#3F966F
(63,150,111)
#509F7C
(80,159,124)
#61A889
(97,168,137)
#72B196
(114,177,150)
#83BAA3
(131,186,163)
#94C3B0
(148,195,176)
#A5CCBD
(165,204,189)
#B6D5CA
(182,213,202)
#C7DED7
(199,222,215)
#D8E7E4
(216,231,228)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F966F color. Also use rgb(63,150,111) instead hex code.

Text Font Color

.myTextColor { color: #3F966F; }

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

This text font color is #3F966F.


Background Color

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

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

This div background color is #3F966F.


Border color

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

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

This div border color is #3F966F.


Opacity

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

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

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

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

This text has shadow with #3F966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F966F on black background.


Color preview on white background

This text has color #3F966F on white background.



Black color preview on #3F966F background

This text has black color on #3F966F background.


White color preview on #3F966F background

This text has white color on #3F966F background.