COLOR #3F8647

HEX: #3F8647 RGB: (63,134,71)

Color info

#3F8647 contains mainly green color. Web safe color of #3F8647 is #339933 (or #393).

RGB color model

#3F8647 color RGB value is (63,134,71).

RGB: (63,134,71) (25%, 53%, 28%)

RGB channels and saturation

R 63 of 255 = 25%
G 134 of 255 = 53%
B 71 of 255 = 28%

63
134
71

R + G + B ~ 35%. #3F8647 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 134 + 71 = 268 (100%)
R 63 of 268 ~ 23.51%
G 134 of 268 ~ 50%
B 71 of 268 ~ 26.49'%

%23.51
%50
%26.49

CMYK color model

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

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 47.01%
  • key color value is 47.45%

CMYK: (53,0,47,47)
C53M0Y47K47 (53%, 0%, 47%, 47%)
(0.53 / 0.00 / 0.47 / 0.47)

CMYK percentages

%52.99
%0
%47.01
%47.45

Codes

Color #3F8647 in popluar color models

3F 86 47
RGB 63 134 71
HSL 127° 36.04% 38.63%
HSB/HSV 127° 52.99% 52.55%
CMYK 52.99% 0.00% 47.01%
47.45%

Color #3F8647 in popluar number systems.

HEX 3F 86 47
Decimal 63 134 71
Binary 111111 10000110 1000111
Octal 77 206 107

Shades and tints

Shades of #3F8647

#3F8647
(63,134,71)
#3A7A41
(58,122,65)
#356E3B
(53,110,59)
#306235
(48,98,53)
#2B562F
(43,86,47)
#264A29
(38,74,41)
#213E23
(33,62,35)
#1C321D
(28,50,29)
#172617
(23,38,23)
#121A11
(18,26,17)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #3F8647

#3F8647
(63,134,71)
#509157
(80,145,87)
#619C67
(97,156,103)
#72A777
(114,167,119)
#83B287
(131,178,135)
#94BD97
(148,189,151)
#A5C8A7
(165,200,167)
#B6D3B7
(182,211,183)
#C7DEC7
(199,222,199)
#D8E9D7
(216,233,215)
#E9F4E7
(233,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8647; }

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

This text font color is #3F8647.

Background Color

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

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

This div background color is #3F8647.

Border color

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

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

This div border color is #3F8647.

Opacity

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

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

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

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

This text has shadow with #3F8647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8647.

Preview

Color preview on black background

This text has color #3F8647 on black background.


Color preview on white background

This text has color #3F8647 on white background.


Black color preview on #3F8647 background

This text has black color on #3F8647 background.


White color preview on #3F8647 background

This text has white color on #3F8647 background.


Related colors

Complementary color

Complementary color for #hex is #C079B8.


I love getcolorcode.com

Triadic colors

1 #473F86 and #86473F with #3F8647 are triadic colors.

2 #47863F and #863F47 with #3F8647 are triadic colors.