COLOR #4F8E3F

HEX: #4F8E3F
RGB: (79,142,63)

Color info

#4F8E3F contains mainly green color. Web safe color of #4F8E3F is #669933 (or #693).

RGB color model

#4F8E3F color RGB value is (79,142,63).

  • red value is 79;
  • green value is 142;
  • blue value is 63.
RGB:
(79,142,63)
(31%,56%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 142 of 255 = 56%
B 63 of 255 = 25%

79
142
63

R + G + B ~ 37%. #4F8E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 142 + 63 = 284 (100%)
R 79 of 284 ~ 27.82%
G 142 of 284 ~ 50%
B 63 of 284 ~ 22.18%

%27.82
%50
%22.18

CMYK color model

#4F8E3F color CMYK value is (44,0,56,44).

  • cyan value is 44.37%
  • magenta value is 0.00%
  • yellow value is 55.63%
  • key color value is 44.31%
CMYK:
(44,0,56,44)
C44M0Y56K44 
(44%,0%,56%,44%)
(0.44/0.00/0.56/0.44)	

CMYK percentages

%44.37
%0
%55.63
%44.31

Codes

Color #4F8E3F in popluar color models

4F8E3F
RGB7914263
HSL108°38.54%40.20%
HSB/HSV108°55.63%55.69%
CMYK44.37%0.00%55.63%
44.31%

Color #4F8E3F in popluar number systems.

HEX4F8E3F
Decimal7914263
Binary100111110001110111111
Octal11721677

Shades and tints

Shades of #4F8E3F

#4F8E3F
(79,142,63)
#48823A
(72,130,58)
#417635
(65,118,53)
#3A6A30
(58,106,48)
#335E2B
(51,94,43)
#2C5226
(44,82,38)
#254621
(37,70,33)
#1E3A1C
(30,58,28)
#172E17
(23,46,23)
#102212
(16,34,18)
#09160D
(9,22,13)
#000000
(0,0,0)

Tints of #4F8E3F

#4F8E3F
(79,142,63)
#5F9850
(95,152,80)
#6FA261
(111,162,97)
#7FAC72
(127,172,114)
#8FB683
(143,182,131)
#9FC094
(159,192,148)
#AFCAA5
(175,202,165)
#BFD4B6
(191,212,182)
#CFDEC7
(207,222,199)
#DFE8D8
(223,232,216)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8E3F color. Also use rgb(79,142,63) instead hex code.

Text Font Color

.myTextColor { color: #4F8E3F; }

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

This text font color is #4F8E3F.


Background Color

.myBgColor { background-color: #4F8E3F; }

<div style="background-color:#4F8E3F">Inner text</div>

This div background color is #4F8E3F.


Border color

.myBorderColor { border: 1px solid #4F8E3F; }

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

This div border color is #4F8E3F.


Opacity

.myOpacity80 { color: #4F8E3F; opacity: 0.8; }

<p style="color:#4F8E3F;opacity:0.8;">80%</p>

Text with #4F8E3F 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 #4F8E3F;}

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

This text has shadow with #4F8E3F color.

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

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

This text has shadow with #4F8E3F primary color and red secondary color.


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

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

This text has shadow with #4F8E3F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8E3F on black background.


Color preview on white background

This text has color #4F8E3F on white background.



Black color preview on #4F8E3F background

This text has black color on #4F8E3F background.


White color preview on #4F8E3F background

This text has white color on #4F8E3F background.