COLOR #4F9516

HEX: #4F9516
RGB: (79,149,22)

Color info

#4F9516 contains mainly green color. Web safe color of #4F9516 is #669900 (or #690).

RGB color model

#4F9516 color RGB value is (79,149,22).

  • red value is 79;
  • green value is 149;
  • blue value is 22.
RGB:
(79,149,22)
(31%,58%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 149 of 255 = 58%
B 22 of 255 = 9%

79
149
22

R + G + B ~ 33%. #4F9516 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 149 + 22 = 250 (100%)
R 79 of 250 ~ 31.6%
G 149 of 250 ~ 59.6%
B 22 of 250 ~ 8.8%

%31.6
%59.6

CMYK color model

#4F9516 color CMYK value is (47,0,85,42).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 85.23%
  • key color value is 41.57%
CMYK:
(47,0,85,42)
C47M0Y85K42 
(47%,0%,85%,42%)
(0.47/0.00/0.85/0.42)	

CMYK percentages

%46.98
%0
%85.23
%41.57

Codes

Color #4F9516 in popluar color models

4F9516
RGB7914922
HSL93°74.27%33.53%
HSB/HSV93°85.23%58.43%
CMYK46.98%0.00%85.23%
41.57%

Color #4F9516 in popluar number systems.

HEX4F9516
Decimal7914922
Binary10011111001010110110
Octal11722526

Shades and tints

Shades of #4F9516

#4F9516
(79,149,22)
#488814
(72,136,20)
#417B12
(65,123,18)
#3A6E10
(58,110,16)
#33610E
(51,97,14)
#2C540C
(44,84,12)
#25470A
(37,71,10)
#1E3A08
(30,58,8)
#172D06
(23,45,6)
#102004
(16,32,4)
#091302
(9,19,2)
#000000
(0,0,0)

Tints of #4F9516

#4F9516
(79,149,22)
#5F9E2B
(95,158,43)
#6FA740
(111,167,64)
#7FB055
(127,176,85)
#8FB96A
(143,185,106)
#9FC27F
(159,194,127)
#AFCB94
(175,203,148)
#BFD4A9
(191,212,169)
#CFDDBE
(207,221,190)
#DFE6D3
(223,230,211)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9516 color. Also use rgb(79,149,22) instead hex code.

Text Font Color

.myTextColor { color: #4F9516; }

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

This text font color is #4F9516.


Background Color

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

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

This div background color is #4F9516.


Border color

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

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

This div border color is #4F9516.


Opacity

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

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

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

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

This text has shadow with #4F9516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9516 on black background.


Color preview on white background

This text has color #4F9516 on white background.



Black color preview on #4F9516 background

This text has black color on #4F9516 background.


White color preview on #4F9516 background

This text has white color on #4F9516 background.