COLOR #3F8254

HEX: #3F8254
RGB: (63,130,84)

Color info

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

RGB color model

#3F8254 color RGB value is (63,130,84).

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

RGB channels and saturation

R 63 of 255 = 25%
G 130 of 255 = 51%
B 84 of 255 = 33%

63
130
84

R + G + B ~ 36%. #3F8254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 130 + 84 = 277 (100%)
R 63 of 277 ~ 22.74%
G 130 of 277 ~ 46.93%
B 84 of 277 ~ 30.32%

%22.74
%46.93
%30.32

CMYK color model

#3F8254 color CMYK value is (52,0,35,49).

  • cyan value is 51.54%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(52,0,35,49)
C52M0Y35K49 
(52%,0%,35%,49%)
(0.52/0.00/0.35/0.49)	

CMYK percentages

%51.54
%0
%35.38
%49.02

Codes

Color #3F8254 in popluar color models

3F8254
RGB6313084
HSL139°34.72%37.84%
HSB/HSV139°51.54%50.98%
CMYK51.54%0.00%35.38%
49.02%

Color #3F8254 in popluar number systems.

HEX3F8254
Decimal6313084
Binary111111100000101010100
Octal77202124

Shades and tints

Shades of #3F8254

#3F8254
(63,130,84)
#3A774D
(58,119,77)
#356C46
(53,108,70)
#30613F
(48,97,63)
#2B5638
(43,86,56)
#264B31
(38,75,49)
#21402A
(33,64,42)
#1C3523
(28,53,35)
#172A1C
(23,42,28)
#121F15
(18,31,21)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #3F8254

#3F8254
(63,130,84)
#508D63
(80,141,99)
#619872
(97,152,114)
#72A381
(114,163,129)
#83AE90
(131,174,144)
#94B99F
(148,185,159)
#A5C4AE
(165,196,174)
#B6CFBD
(182,207,189)
#C7DACC
(199,218,204)
#D8E5DB
(216,229,219)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F8254; }

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

This text font color is #3F8254.


Background Color

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

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

This div background color is #3F8254.


Border color

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

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

This div border color is #3F8254.


Opacity

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

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

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

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

This text has shadow with #3F8254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8254 on black background.


Color preview on white background

This text has color #3F8254 on white background.



Black color preview on #3F8254 background

This text has black color on #3F8254 background.


White color preview on #3F8254 background

This text has white color on #3F8254 background.