COLOR #4F7400

HEX: #4F7400
RGB: (79,116,0)

Color info

#4F7400 contains only red and green colors. Web safe color of #4F7400 is #666600 (or #660).

RGB color model

#4F7400 color RGB value is (79,116,0).

  • red value is 79;
  • green value is 116;
  • blue value is 0.
RGB:
(79,116,0)
(31%,45%,0%)

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 0 of 255 = 0%

79
116
0

R + G + B ~ 25%. #4F7400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 0 = 195 (100%)
R 79 of 195 ~ 40.51%
G 116 of 195 ~ 59.49%
B 0 of 195 ~ 0%

%40.51
%59.49

CMYK color model

#4F7400 color CMYK value is (32,0,100,55).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 54.51%
CMYK:
(32,0,100,55)
C32M0Y100K55 
(32%,0%,100%,55%)
(0.32/0.00/1.00/0.55)	

CMYK percentages

%31.9
%0
%100
%54.51

Codes

Color #4F7400 in popluar color models

4F7400
RGB791160
HSL79°100.00%22.75%
HSB/HSV79°100.00%45.49%
CMYK31.90%0.00%100.00%
54.51%

Color #4F7400 in popluar number systems.

HEX4F7400
Decimal791160
Binary100111111101000
Octal1171640

Shades and tints

Shades of #4F7400

#4F7400
(79,116,0)
#486A00
(72,106,0)
#416000
(65,96,0)
#3A5600
(58,86,0)
#334C00
(51,76,0)
#2C4200
(44,66,0)
#253800
(37,56,0)
#1E2E00
(30,46,0)
#172400
(23,36,0)
#101A00
(16,26,0)
#091000
(9,16,0)
#000000
(0,0,0)

Tints of #4F7400

#4F7400
(79,116,0)
#5F8017
(95,128,23)
#6F8C2E
(111,140,46)
#7F9845
(127,152,69)
#8FA45C
(143,164,92)
#9FB073
(159,176,115)
#AFBC8A
(175,188,138)
#BFC8A1
(191,200,161)
#CFD4B8
(207,212,184)
#DFE0CF
(223,224,207)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7400 color. Also use rgb(79,116,0) instead hex code.

Text Font Color

.myTextColor { color: #4F7400; }

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

This text font color is #4F7400.


Background Color

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

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

This div background color is #4F7400.


Border color

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

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

This div border color is #4F7400.


Opacity

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

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

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

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

This text has shadow with #4F7400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7400 on black background.


Color preview on white background

This text has color #4F7400 on white background.



Black color preview on #4F7400 background

This text has black color on #4F7400 background.


White color preview on #4F7400 background

This text has white color on #4F7400 background.