COLOR #3F9651

HEX: #3F9651
RGB: (63,150,81)

Color info

#3F9651 contains mainly green color. Web safe color of #3F9651 is #339966 (or #396).

RGB color model

#3F9651 color RGB value is (63,150,81).

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

RGB channels and saturation

R 63 of 255 = 25%
G 150 of 255 = 59%
B 81 of 255 = 32%

63
150
81

R + G + B ~ 39%. #3F9651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 150 + 81 = 294 (100%)
R 63 of 294 ~ 21.43%
G 150 of 294 ~ 51.02%
B 81 of 294 ~ 27.55%

%21.43
%51.02
%27.55

CMYK color model

#3F9651 color CMYK value is (58,0,46,41).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 46.00%
  • key color value is 41.18%
CMYK:
(58,0,46,41)
C58M0Y46K41 
(58%,0%,46%,41%)
(0.58/0.00/0.46/0.41)	

CMYK percentages

%58
%0
%46
%41.18

Codes

Color #3F9651 in popluar color models

3F9651
RGB6315081
HSL132°40.85%41.76%
HSB/HSV132°58.00%58.82%
CMYK58.00%0.00%46.00%
41.18%

Color #3F9651 in popluar number systems.

HEX3F9651
Decimal6315081
Binary111111100101101010001
Octal77226121

Shades and tints

Shades of #3F9651

#3F9651
(63,150,81)
#3A894A
(58,137,74)
#357C43
(53,124,67)
#306F3C
(48,111,60)
#2B6235
(43,98,53)
#26552E
(38,85,46)
#214827
(33,72,39)
#1C3B20
(28,59,32)
#172E19
(23,46,25)
#122112
(18,33,18)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #3F9651

#3F9651
(63,150,81)
#509F60
(80,159,96)
#61A86F
(97,168,111)
#72B17E
(114,177,126)
#83BA8D
(131,186,141)
#94C39C
(148,195,156)
#A5CCAB
(165,204,171)
#B6D5BA
(182,213,186)
#C7DEC9
(199,222,201)
#D8E7D8
(216,231,216)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F9651; }

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

This text font color is #3F9651.


Background Color

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

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

This div background color is #3F9651.


Border color

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

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

This div border color is #3F9651.


Opacity

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

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

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

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

This text has shadow with #3F9651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9651 on black background.


Color preview on white background

This text has color #3F9651 on white background.



Black color preview on #3F9651 background

This text has black color on #3F9651 background.


White color preview on #3F9651 background

This text has white color on #3F9651 background.