COLOR #3F8A62

HEX: #3F8A62
RGB: (63,138,98)

Color info

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

RGB color model

#3F8A62 color RGB value is (63,138,98).

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

RGB channels and saturation

R 63 of 255 = 25%
G 138 of 255 = 54%
B 98 of 255 = 38%

63
138
98

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

Portions of RGB colors in percentages

R + G + B =
63 + 138 + 98 = 299 (100%)
R 63 of 299 ~ 21.07%
G 138 of 299 ~ 46.15%
B 98 of 299 ~ 32.78%

%21.07
%46.15
%32.78

CMYK color model

#3F8A62 color CMYK value is (54,0,29,46).

  • cyan value is 54.35%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(54,0,29,46)
C54M0Y29K46 
(54%,0%,29%,46%)
(0.54/0.00/0.29/0.46)	

CMYK percentages

%54.35
%0
%28.99
%45.88

Codes

Color #3F8A62 in popluar color models

3F8A62
RGB6313898
HSL148°37.31%39.41%
HSB/HSV148°54.35%54.12%
CMYK54.35%0.00%28.99%
45.88%

Color #3F8A62 in popluar number systems.

HEX3F8A62
Decimal6313898
Binary111111100010101100010
Octal77212142

Shades and tints

Shades of #3F8A62

#3F8A62
(63,138,98)
#3A7E5A
(58,126,90)
#357252
(53,114,82)
#30664A
(48,102,74)
#2B5A42
(43,90,66)
#264E3A
(38,78,58)
#214232
(33,66,50)
#1C362A
(28,54,42)
#172A22
(23,42,34)
#121E1A
(18,30,26)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #3F8A62

#3F8A62
(63,138,98)
#509470
(80,148,112)
#619E7E
(97,158,126)
#72A88C
(114,168,140)
#83B29A
(131,178,154)
#94BCA8
(148,188,168)
#A5C6B6
(165,198,182)
#B6D0C4
(182,208,196)
#C7DAD2
(199,218,210)
#D8E4E0
(216,228,224)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8A62; }

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

This text font color is #3F8A62.


Background Color

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

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

This div background color is #3F8A62.


Border color

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

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

This div border color is #3F8A62.


Opacity

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

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

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

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

This text has shadow with #3F8A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8A62 on black background.


Color preview on white background

This text has color #3F8A62 on white background.



Black color preview on #3F8A62 background

This text has black color on #3F8A62 background.


White color preview on #3F8A62 background

This text has white color on #3F8A62 background.