COLOR #3F9662

HEX: #3F9662
RGB: (63,150,98)

Color info

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

RGB color model

#3F9662 color RGB value is (63,150,98).

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

RGB channels and saturation

R 63 of 255 = 25%
G 150 of 255 = 59%
B 98 of 255 = 38%

63
150
98

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

Portions of RGB colors in percentages

R + G + B =
63 + 150 + 98 = 311 (100%)
R 63 of 311 ~ 20.26%
G 150 of 311 ~ 48.23%
B 98 of 311 ~ 31.51%

%20.26
%48.23
%31.51

CMYK color model

#3F9662 color CMYK value is (58,0,35,41).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(58,0,35,41)
C58M0Y35K41 
(58%,0%,35%,41%)
(0.58/0.00/0.35/0.41)	

CMYK percentages

%58
%0
%34.67
%41.18

Codes

Color #3F9662 in popluar color models

3F9662
RGB6315098
HSL144°40.85%41.76%
HSB/HSV144°58.00%58.82%
CMYK58.00%0.00%34.67%
41.18%

Color #3F9662 in popluar number systems.

HEX3F9662
Decimal6315098
Binary111111100101101100010
Octal77226142

Shades and tints

Shades of #3F9662

#3F9662
(63,150,98)
#3A895A
(58,137,90)
#357C52
(53,124,82)
#306F4A
(48,111,74)
#2B6242
(43,98,66)
#26553A
(38,85,58)
#214832
(33,72,50)
#1C3B2A
(28,59,42)
#172E22
(23,46,34)
#12211A
(18,33,26)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #3F9662

#3F9662
(63,150,98)
#509F70
(80,159,112)
#61A87E
(97,168,126)
#72B18C
(114,177,140)
#83BA9A
(131,186,154)
#94C3A8
(148,195,168)
#A5CCB6
(165,204,182)
#B6D5C4
(182,213,196)
#C7DED2
(199,222,210)
#D8E7E0
(216,231,224)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F9662; }

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

This text font color is #3F9662.


Background Color

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

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

This div background color is #3F9662.


Border color

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

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

This div border color is #3F9662.


Opacity

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

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

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

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

This text has shadow with #3F9662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F9662 on black background.


Color preview on white background

This text has color #3F9662 on white background.



Black color preview on #3F9662 background

This text has black color on #3F9662 background.


White color preview on #3F9662 background

This text has white color on #3F9662 background.