COLOR #4F8E37

HEX: #4F8E37
RGB: (79,142,55)

Color info

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

RGB color model

#4F8E37 color RGB value is (79,142,55).

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

RGB channels and saturation

R 79 of 255 = 31%
G 142 of 255 = 56%
B 55 of 255 = 22%

79
142
55

R + G + B ~ 36%. #4F8E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 142 + 55 = 276 (100%)
R 79 of 276 ~ 28.62%
G 142 of 276 ~ 51.45%
B 55 of 276 ~ 19.93%

%28.62
%51.45
%19.93

CMYK color model

#4F8E37 color CMYK value is (44,0,61,44).

  • cyan value is 44.37%
  • magenta value is 0.00%
  • yellow value is 61.27%
  • key color value is 44.31%
CMYK:
(44,0,61,44)
C44M0Y61K44 
(44%,0%,61%,44%)
(0.44/0.00/0.61/0.44)	

CMYK percentages

%44.37
%0
%61.27
%44.31

Codes

Color #4F8E37 in popluar color models

4F8E37
RGB7914255
HSL103°44.16%38.63%
HSB/HSV103°61.27%55.69%
CMYK44.37%0.00%61.27%
44.31%

Color #4F8E37 in popluar number systems.

HEX4F8E37
Decimal7914255
Binary100111110001110110111
Octal11721667

Shades and tints

Shades of #4F8E37

#4F8E37
(79,142,55)
#488232
(72,130,50)
#41762D
(65,118,45)
#3A6A28
(58,106,40)
#335E23
(51,94,35)
#2C521E
(44,82,30)
#254619
(37,70,25)
#1E3A14
(30,58,20)
#172E0F
(23,46,15)
#10220A
(16,34,10)
#091605
(9,22,5)
#000000
(0,0,0)

Tints of #4F8E37

#4F8E37
(79,142,55)
#5F9849
(95,152,73)
#6FA25B
(111,162,91)
#7FAC6D
(127,172,109)
#8FB67F
(143,182,127)
#9FC091
(159,192,145)
#AFCAA3
(175,202,163)
#BFD4B5
(191,212,181)
#CFDEC7
(207,222,199)
#DFE8D9
(223,232,217)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8E37; }

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

This text font color is #4F8E37.


Background Color

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

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

This div background color is #4F8E37.


Border color

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

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

This div border color is #4F8E37.


Opacity

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

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

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

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

This text has shadow with #4F8E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8E37 on black background.


Color preview on white background

This text has color #4F8E37 on white background.



Black color preview on #4F8E37 background

This text has black color on #4F8E37 background.


White color preview on #4F8E37 background

This text has white color on #4F8E37 background.