COLOR #4F8C44

HEX: #4F8C44
RGB: (79,140,68)

Color info

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

RGB color model

#4F8C44 color RGB value is (79,140,68).

  • red value is 79;
  • green value is 140;
  • blue value is 68.
RGB:
(79,140,68)
(31%,55%,27%)

RGB channels and saturation

R 79 of 255 = 31%
G 140 of 255 = 55%
B 68 of 255 = 27%

79
140
68

R + G + B ~ 38%. #4F8C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 140 + 68 = 287 (100%)
R 79 of 287 ~ 27.53%
G 140 of 287 ~ 48.78%
B 68 of 287 ~ 23.69%

%27.53
%48.78
%23.69

CMYK color model

#4F8C44 color CMYK value is (44,0,51,45).

  • cyan value is 43.57%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 45.10%
CMYK:
(44,0,51,45)
C44M0Y51K45 
(44%,0%,51%,45%)
(0.44/0.00/0.51/0.45)	

CMYK percentages

%43.57
%0
%51.43
%45.1

Codes

Color #4F8C44 in popluar color models

4F8C44
RGB7914068
HSL111°34.62%40.78%
HSB/HSV111°51.43%54.90%
CMYK43.57%0.00%51.43%
45.10%

Color #4F8C44 in popluar number systems.

HEX4F8C44
Decimal7914068
Binary1001111100011001000100
Octal117214104

Shades and tints

Shades of #4F8C44

#4F8C44
(79,140,68)
#48803E
(72,128,62)
#417438
(65,116,56)
#3A6832
(58,104,50)
#335C2C
(51,92,44)
#2C5026
(44,80,38)
#254420
(37,68,32)
#1E381A
(30,56,26)
#172C14
(23,44,20)
#10200E
(16,32,14)
#091408
(9,20,8)
#000000
(0,0,0)

Tints of #4F8C44

#4F8C44
(79,140,68)
#5F9655
(95,150,85)
#6FA066
(111,160,102)
#7FAA77
(127,170,119)
#8FB488
(143,180,136)
#9FBE99
(159,190,153)
#AFC8AA
(175,200,170)
#BFD2BB
(191,210,187)
#CFDCCC
(207,220,204)
#DFE6DD
(223,230,221)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8C44 color. Also use rgb(79,140,68) instead hex code.

Text Font Color

.myTextColor { color: #4F8C44; }

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

This text font color is #4F8C44.


Background Color

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

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

This div background color is #4F8C44.


Border color

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

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

This div border color is #4F8C44.


Opacity

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

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

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

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

This text has shadow with #4F8C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8C44 on black background.


Color preview on white background

This text has color #4F8C44 on white background.



Black color preview on #4F8C44 background

This text has black color on #4F8C44 background.


White color preview on #4F8C44 background

This text has white color on #4F8C44 background.