COLOR #4F9E4D

HEX: #4F9E4D
RGB: (79,158,77)

Color info

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

RGB color model

#4F9E4D color RGB value is (79,158,77).

  • red value is 79;
  • green value is 158;
  • blue value is 77.
RGB:
(79,158,77)
(31%,62%,30%)

RGB channels and saturation

R 79 of 255 = 31%
G 158 of 255 = 62%
B 77 of 255 = 30%

79
158
77

R + G + B ~ 41%. #4F9E4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 158 + 77 = 314 (100%)
R 79 of 314 ~ 25.16%
G 158 of 314 ~ 50.32%
B 77 of 314 ~ 24.52%

%25.16
%50.32
%24.52

CMYK color model

#4F9E4D color CMYK value is (50,0,51,38).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 51.27%
  • key color value is 38.04%
CMYK:
(50,0,51,38)
C50M0Y51K38 
(50%,0%,51%,38%)
(0.50/0.00/0.51/0.38)	

CMYK percentages

%50
%0
%51.27
%38.04

Codes

Color #4F9E4D in popluar color models

4F9E4D
RGB7915877
HSL119°34.47%46.08%
HSB/HSV119°51.27%61.96%
CMYK50.00%0.00%51.27%
38.04%

Color #4F9E4D in popluar number systems.

HEX4F9E4D
Decimal7915877
Binary1001111100111101001101
Octal117236115

Shades and tints

Shades of #4F9E4D

#4F9E4D
(79,158,77)
#489046
(72,144,70)
#41823F
(65,130,63)
#3A7438
(58,116,56)
#336631
(51,102,49)
#2C582A
(44,88,42)
#254A23
(37,74,35)
#1E3C1C
(30,60,28)
#172E15
(23,46,21)
#10200E
(16,32,14)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #4F9E4D

#4F9E4D
(79,158,77)
#5FA65D
(95,166,93)
#6FAE6D
(111,174,109)
#7FB67D
(127,182,125)
#8FBE8D
(143,190,141)
#9FC69D
(159,198,157)
#AFCEAD
(175,206,173)
#BFD6BD
(191,214,189)
#CFDECD
(207,222,205)
#DFE6DD
(223,230,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9E4D color. Also use rgb(79,158,77) instead hex code.

Text Font Color

.myTextColor { color: #4F9E4D; }

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

This text font color is #4F9E4D.


Background Color

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

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

This div background color is #4F9E4D.


Border color

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

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

This div border color is #4F9E4D.


Opacity

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

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

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

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

This text has shadow with #4F9E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9E4D on black background.


Color preview on white background

This text has color #4F9E4D on white background.



Black color preview on #4F9E4D background

This text has black color on #4F9E4D background.


White color preview on #4F9E4D background

This text has white color on #4F9E4D background.