COLOR #3F866D

HEX: #3F866D
RGB: (63,134,109)

Color info

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

RGB color model

#3F866D color RGB value is (63,134,109).

  • red value is 63;
  • green value is 134;
  • blue value is 109.
RGB:
(63,134,109)
(25%,53%,43%)

RGB channels and saturation

R 63 of 255 = 25%
G 134 of 255 = 53%
B 109 of 255 = 43%

63
134
109

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

Portions of RGB colors in percentages

R + G + B =
63 + 134 + 109 = 306 (100%)
R 63 of 306 ~ 20.59%
G 134 of 306 ~ 43.79%
B 109 of 306 ~ 35.62%

%20.59
%43.79
%35.62

CMYK color model

#3F866D color CMYK value is (53,0,19,47).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 18.66%
  • key color value is 47.45%
CMYK:
(53,0,19,47)
C53M0Y19K47 
(53%,0%,19%,47%)
(0.53/0.00/0.19/0.47)	

CMYK percentages

%52.99
%0
%18.66
%47.45

Codes

Color #3F866D in popluar color models

3F866D
RGB63134109
HSL159°36.04%38.63%
HSB/HSV159°52.99%52.55%
CMYK52.99%0.00%18.66%
47.45%

Color #3F866D in popluar number systems.

HEX3F866D
Decimal63134109
Binary111111100001101101101
Octal77206155

Shades and tints

Shades of #3F866D

#3F866D
(63,134,109)
#3A7A64
(58,122,100)
#356E5B
(53,110,91)
#306252
(48,98,82)
#2B5649
(43,86,73)
#264A40
(38,74,64)
#213E37
(33,62,55)
#1C322E
(28,50,46)
#172625
(23,38,37)
#121A1C
(18,26,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #3F866D

#3F866D
(63,134,109)
#50917A
(80,145,122)
#619C87
(97,156,135)
#72A794
(114,167,148)
#83B2A1
(131,178,161)
#94BDAE
(148,189,174)
#A5C8BB
(165,200,187)
#B6D3C8
(182,211,200)
#C7DED5
(199,222,213)
#D8E9E2
(216,233,226)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F866D color. Also use rgb(63,134,109) instead hex code.

Text Font Color

.myTextColor { color: #3F866D; }

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

This text font color is #3F866D.


Background Color

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

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

This div background color is #3F866D.


Border color

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

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

This div border color is #3F866D.


Opacity

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

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

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

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

This text has shadow with #3F866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F866D on black background.


Color preview on white background

This text has color #3F866D on white background.



Black color preview on #3F866D background

This text has black color on #3F866D background.


White color preview on #3F866D background

This text has white color on #3F866D background.