COLOR #4F9A40

HEX: #4F9A40
RGB: (79,154,64)

Color info

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

RGB color model

#4F9A40 color RGB value is (79,154,64).

  • red value is 79;
  • green value is 154;
  • blue value is 64.
RGB:
(79,154,64)
(31%,60%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 154 of 255 = 60%
B 64 of 255 = 25%

79
154
64

R + G + B ~ 39%. #4F9A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 154 + 64 = 297 (100%)
R 79 of 297 ~ 26.6%
G 154 of 297 ~ 51.85%
B 64 of 297 ~ 21.55%

%26.6
%51.85
%21.55

CMYK color model

#4F9A40 color CMYK value is (49,0,58,40).

  • cyan value is 48.70%
  • magenta value is 0.00%
  • yellow value is 58.44%
  • key color value is 39.61%
CMYK:
(49,0,58,40)
C49M0Y58K40 
(49%,0%,58%,40%)
(0.49/0.00/0.58/0.40)	

CMYK percentages

%48.7
%0
%58.44
%39.61

Codes

Color #4F9A40 in popluar color models

4F9A40
RGB7915464
HSL110°41.28%42.75%
HSB/HSV110°58.44%60.39%
CMYK48.70%0.00%58.44%
39.61%

Color #4F9A40 in popluar number systems.

HEX4F9A40
Decimal7915464
Binary1001111100110101000000
Octal117232100

Shades and tints

Shades of #4F9A40

#4F9A40
(79,154,64)
#488C3B
(72,140,59)
#417E36
(65,126,54)
#3A7031
(58,112,49)
#33622C
(51,98,44)
#2C5427
(44,84,39)
#254622
(37,70,34)
#1E381D
(30,56,29)
#172A18
(23,42,24)
#101C13
(16,28,19)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #4F9A40

#4F9A40
(79,154,64)
#5FA351
(95,163,81)
#6FAC62
(111,172,98)
#7FB573
(127,181,115)
#8FBE84
(143,190,132)
#9FC795
(159,199,149)
#AFD0A6
(175,208,166)
#BFD9B7
(191,217,183)
#CFE2C8
(207,226,200)
#DFEBD9
(223,235,217)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9A40 color. Also use rgb(79,154,64) instead hex code.

Text Font Color

.myTextColor { color: #4F9A40; }

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

This text font color is #4F9A40.


Background Color

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

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

This div background color is #4F9A40.


Border color

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

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

This div border color is #4F9A40.


Opacity

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

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

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

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

This text has shadow with #4F9A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9A40 on black background.


Color preview on white background

This text has color #4F9A40 on white background.



Black color preview on #4F9A40 background

This text has black color on #4F9A40 background.


White color preview on #4F9A40 background

This text has white color on #4F9A40 background.