COLOR #4F7607

HEX: #4F7607
RGB: (79,118,7)

Color info

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

RGB color model

#4F7607 color RGB value is (79,118,7).

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

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 7 of 255 = 3%

79
118
7

R + G + B ~ 27%. #4F7607 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 118 + 7 = 204 (100%)
R 79 of 204 ~ 38.73%
G 118 of 204 ~ 57.84%
B 7 of 204 ~ 3.43%

%38.73
%57.84

CMYK color model

#4F7607 color CMYK value is (33,0,94,54).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 94.07%
  • key color value is 53.73%
CMYK:
(33,0,94,54)
C33M0Y94K54 
(33%,0%,94%,54%)
(0.33/0.00/0.94/0.54)	

CMYK percentages

%33.05
%0
%94.07
%53.73

Codes

Color #4F7607 in popluar color models

4F7607
RGB791187
HSL81°88.80%24.51%
HSB/HSV81°94.07%46.27%
CMYK33.05%0.00%94.07%
53.73%

Color #4F7607 in popluar number systems.

HEX4F7607
Decimal791187
Binary10011111110110111
Octal1171667

Shades and tints

Shades of #4F7607

#4F7607
(79,118,7)
#486C07
(72,108,7)
#416207
(65,98,7)
#3A5807
(58,88,7)
#334E07
(51,78,7)
#2C4407
(44,68,7)
#253A07
(37,58,7)
#1E3007
(30,48,7)
#172607
(23,38,7)
#101C07
(16,28,7)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #4F7607

#4F7607
(79,118,7)
#5F821D
(95,130,29)
#6F8E33
(111,142,51)
#7F9A49
(127,154,73)
#8FA65F
(143,166,95)
#9FB275
(159,178,117)
#AFBE8B
(175,190,139)
#BFCAA1
(191,202,161)
#CFD6B7
(207,214,183)
#DFE2CD
(223,226,205)
#EFEEE3
(239,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7607; }

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

This text font color is #4F7607.


Background Color

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

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

This div background color is #4F7607.


Border color

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

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

This div border color is #4F7607.


Opacity

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

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

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

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

This text has shadow with #4F7607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7607 on black background.


Color preview on white background

This text has color #4F7607 on white background.



Black color preview on #4F7607 background

This text has black color on #4F7607 background.


White color preview on #4F7607 background

This text has white color on #4F7607 background.