COLOR #4F9A50

HEX: #4F9A50
RGB: (79,154,80)

Color info

#4F9A50 contains mainly green color. Web safe color of #4F9A50 is #669966 (or #696).

RGB color model

#4F9A50 color RGB value is (79,154,80).

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

RGB channels and saturation

R 79 of 255 = 31%
G 154 of 255 = 60%
B 80 of 255 = 31%

79
154
80

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

Portions of RGB colors in percentages

R + G + B =
79 + 154 + 80 = 313 (100%)
R 79 of 313 ~ 25.24%
G 154 of 313 ~ 49.2%
B 80 of 313 ~ 25.56%

%25.24
%49.2
%25.56

CMYK color model

#4F9A50 color CMYK value is (49,0,48,40).

  • cyan value is 48.70%
  • magenta value is 0.00%
  • yellow value is 48.05%
  • key color value is 39.61%
CMYK:
(49,0,48,40)
C49M0Y48K40 
(49%,0%,48%,40%)
(0.49/0.00/0.48/0.40)	

CMYK percentages

%48.7
%0
%48.05
%39.61

Codes

Color #4F9A50 in popluar color models

4F9A50
RGB7915480
HSL121°32.19%45.69%
HSB/HSV121°48.70%60.39%
CMYK48.70%0.00%48.05%
39.61%

Color #4F9A50 in popluar number systems.

HEX4F9A50
Decimal7915480
Binary1001111100110101010000
Octal117232120

Shades and tints

Shades of #4F9A50

#4F9A50
(79,154,80)
#488C49
(72,140,73)
#417E42
(65,126,66)
#3A703B
(58,112,59)
#336234
(51,98,52)
#2C542D
(44,84,45)
#254626
(37,70,38)
#1E381F
(30,56,31)
#172A18
(23,42,24)
#101C11
(16,28,17)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F9A50

#4F9A50
(79,154,80)
#5FA35F
(95,163,95)
#6FAC6E
(111,172,110)
#7FB57D
(127,181,125)
#8FBE8C
(143,190,140)
#9FC79B
(159,199,155)
#AFD0AA
(175,208,170)
#BFD9B9
(191,217,185)
#CFE2C8
(207,226,200)
#DFEBD7
(223,235,215)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9A50; }

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

This text font color is #4F9A50.


Background Color

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

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

This div background color is #4F9A50.


Border color

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

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

This div border color is #4F9A50.


Opacity

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

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

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

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

This text has shadow with #4F9A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9A50 on black background.


Color preview on white background

This text has color #4F9A50 on white background.



Black color preview on #4F9A50 background

This text has black color on #4F9A50 background.


White color preview on #4F9A50 background

This text has white color on #4F9A50 background.