COLOR #3F8746

HEX: #3F8746 RGB: (63,135,70)

Color info

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

RGB color model

#3F8746 color RGB value is (63,135,70).

RGB: (63,135,70) (25%, 53%, 27%)

RGB channels and saturation

R 63 of 255 = 25%
G 135 of 255 = 53%
B 70 of 255 = 27%

63
135
70

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

Portions of RGB colors in percentages

R + G + B = 63 + 135 + 70 = 268 (100%)
R 63 of 268 ~ 23.51%
G 135 of 268 ~ 50.37%
B 70 of 268 ~ 26.12'%

%23.51
%50.37
%26.12

CMYK color model

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

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 47.06%

CMYK: (53,0,48,47)
C53M0Y48K47 (53%, 0%, 48%, 47%)
(0.53 / 0.00 / 0.48 / 0.47)

CMYK percentages

%53.33
%0
%48.15
%47.06

Codes

Color #3F8746 in popluar color models

3F 87 46
RGB 63 135 70
HSL 126° 36.36% 38.82%
HSB/HSV 126° 53.33% 52.94%
CMYK 53.33% 0.00% 48.15%
47.06%

Color #3F8746 in popluar number systems.

HEX 3F 87 46
Decimal 63 135 70
Binary 111111 10000111 1000110
Octal 77 207 106

Shades and tints

Shades of #3F8746

#3F8746
(63,135,70)
#3A7B40
(58,123,64)
#356F3A
(53,111,58)
#306334
(48,99,52)
#2B572E
(43,87,46)
#264B28
(38,75,40)
#213F22
(33,63,34)
#1C331C
(28,51,28)
#172716
(23,39,22)
#121B10
(18,27,16)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #3F8746

#3F8746
(63,135,70)
#509156
(80,145,86)
#619B66
(97,155,102)
#72A576
(114,165,118)
#83AF86
(131,175,134)
#94B996
(148,185,150)
#A5C3A6
(165,195,166)
#B6CDB6
(182,205,182)
#C7D7C6
(199,215,198)
#D8E1D6
(216,225,214)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8746 color. Also use rgb(63,135,70) instead hex code.

Text Font Color

.myTextColor { color: #3F8746; }

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

This text font color is #3F8746.

Background Color

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

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

This div background color is #3F8746.

Border color

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

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

This div border color is #3F8746.

Opacity

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

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

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

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

This text has shadow with #3F8746 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F8746.

Preview

Color preview on black background

This text has color #3F8746 on black background.


Color preview on white background

This text has color #3F8746 on white background.


Black color preview on #3F8746 background

This text has black color on #3F8746 background.


White color preview on #3F8746 background

This text has white color on #3F8746 background.


Related colors

Complementary color

Complementary color for #hex is #C078B9.


I love getcolorcode.com

Triadic colors

1 #463F87 and #87463F with #3F8746 are triadic colors.

2 #46873F and #873F46 with #3F8746 are triadic colors.