COLOR #4F7407

HEX: #4F7407
RGB: (79,116,7)

Color info

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

RGB color model

#4F7407 color RGB value is (79,116,7).

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

RGB channels and saturation

R 79 of 255 = 31%
G 116 of 255 = 45%
B 7 of 255 = 3%

79
116
7

R + G + B ~ 26%. #4F7407 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 7 = 202 (100%)
R 79 of 202 ~ 39.11%
G 116 of 202 ~ 57.43%
B 7 of 202 ~ 3.47%

%39.11
%57.43

CMYK color model

#4F7407 color CMYK value is (32,0,94,55).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 93.97%
  • key color value is 54.51%
CMYK:
(32,0,94,55)
C32M0Y94K55 
(32%,0%,94%,55%)
(0.32/0.00/0.94/0.55)	

CMYK percentages

%31.9
%0
%93.97
%54.51

Codes

Color #4F7407 in popluar color models

4F7407
RGB791167
HSL80°88.62%24.12%
HSB/HSV80°93.97%45.49%
CMYK31.90%0.00%93.97%
54.51%

Color #4F7407 in popluar number systems.

HEX4F7407
Decimal791167
Binary10011111110100111
Octal1171647

Shades and tints

Shades of #4F7407

#4F7407
(79,116,7)
#486A07
(72,106,7)
#416007
(65,96,7)
#3A5607
(58,86,7)
#334C07
(51,76,7)
#2C4207
(44,66,7)
#253807
(37,56,7)
#1E2E07
(30,46,7)
#172407
(23,36,7)
#101A07
(16,26,7)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #4F7407

#4F7407
(79,116,7)
#5F801D
(95,128,29)
#6F8C33
(111,140,51)
#7F9849
(127,152,73)
#8FA45F
(143,164,95)
#9FB075
(159,176,117)
#AFBC8B
(175,188,139)
#BFC8A1
(191,200,161)
#CFD4B7
(207,212,183)
#DFE0CD
(223,224,205)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7407; }

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

This text font color is #4F7407.


Background Color

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

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

This div background color is #4F7407.


Border color

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

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

This div border color is #4F7407.


Opacity

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

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

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

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

This text has shadow with #4F7407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7407 on black background.


Color preview on white background

This text has color #4F7407 on white background.



Black color preview on #4F7407 background

This text has black color on #4F7407 background.


White color preview on #4F7407 background

This text has white color on #4F7407 background.