COLOR #3F8246

HEX: #3F8246
RGB: (63,130,70)

Color info

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

RGB color model

#3F8246 color RGB value is (63,130,70).

  • red value is 63;
  • green value is 130;
  • blue value is 70.
RGB:
(63,130,70)
(25%,51%,27%)

RGB channels and saturation

R 63 of 255 = 25%
G 130 of 255 = 51%
B 70 of 255 = 27%

63
130
70

R + G + B ~ 34%. #3F8246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 130 + 70 = 263 (100%)
R 63 of 263 ~ 23.95%
G 130 of 263 ~ 49.43%
B 70 of 263 ~ 26.62%

%23.95
%49.43
%26.62

CMYK color model

#3F8246 color CMYK value is (52,0,46,49).

  • cyan value is 51.54%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(52,0,46,49)
C52M0Y46K49 
(52%,0%,46%,49%)
(0.52/0.00/0.46/0.49)	

CMYK percentages

%51.54
%0
%46.15
%49.02

Codes

Color #3F8246 in popluar color models

3F8246
RGB6313070
HSL126°34.72%37.84%
HSB/HSV126°51.54%50.98%
CMYK51.54%0.00%46.15%
49.02%

Color #3F8246 in popluar number systems.

HEX3F8246
Decimal6313070
Binary111111100000101000110
Octal77202106

Shades and tints

Shades of #3F8246

#3F8246
(63,130,70)
#3A7740
(58,119,64)
#356C3A
(53,108,58)
#306134
(48,97,52)
#2B562E
(43,86,46)
#264B28
(38,75,40)
#214022
(33,64,34)
#1C351C
(28,53,28)
#172A16
(23,42,22)
#121F10
(18,31,16)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #3F8246

#3F8246
(63,130,70)
#508D56
(80,141,86)
#619866
(97,152,102)
#72A376
(114,163,118)
#83AE86
(131,174,134)
#94B996
(148,185,150)
#A5C4A6
(165,196,166)
#B6CFB6
(182,207,182)
#C7DAC6
(199,218,198)
#D8E5D6
(216,229,214)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8246; }

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

This text font color is #3F8246.


Background Color

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

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

This div background color is #3F8246.


Border color

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

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

This div border color is #3F8246.


Opacity

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

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

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

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

This text has shadow with #3F8246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8246 on black background.


Color preview on white background

This text has color #3F8246 on white background.



Black color preview on #3F8246 background

This text has black color on #3F8246 background.


White color preview on #3F8246 background

This text has white color on #3F8246 background.