COLOR #4F7F14

HEX: #4F7F14
RGB: (79,127,20)

Color info

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

RGB color model

#4F7F14 color RGB value is (79,127,20).

  • red value is 79;
  • green value is 127;
  • blue value is 20.
RGB:
(79,127,20)
(31%,50%,8%)

RGB channels and saturation

R 79 of 255 = 31%
G 127 of 255 = 50%
B 20 of 255 = 8%

79
127
20

R + G + B ~ 30%. #4F7F14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 127 + 20 = 226 (100%)
R 79 of 226 ~ 34.96%
G 127 of 226 ~ 56.19%
B 20 of 226 ~ 8.85%

%34.96
%56.19

CMYK color model

#4F7F14 color CMYK value is (38,0,84,50).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 84.25%
  • key color value is 50.20%
CMYK:
(38,0,84,50)
C38M0Y84K50 
(38%,0%,84%,50%)
(0.38/0.00/0.84/0.50)	

CMYK percentages

%37.8
%0
%84.25
%50.2

Codes

Color #4F7F14 in popluar color models

4F7F14
RGB7912720
HSL87°72.79%28.82%
HSB/HSV87°84.25%49.80%
CMYK37.80%0.00%84.25%
50.20%

Color #4F7F14 in popluar number systems.

HEX4F7F14
Decimal7912720
Binary1001111111111110100
Octal11717724

Shades and tints

Shades of #4F7F14

#4F7F14
(79,127,20)
#487413
(72,116,19)
#416912
(65,105,18)
#3A5E11
(58,94,17)
#335310
(51,83,16)
#2C480F
(44,72,15)
#253D0E
(37,61,14)
#1E320D
(30,50,13)
#17270C
(23,39,12)
#101C0B
(16,28,11)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #4F7F14

#4F7F14
(79,127,20)
#5F8A29
(95,138,41)
#6F953E
(111,149,62)
#7FA053
(127,160,83)
#8FAB68
(143,171,104)
#9FB67D
(159,182,125)
#AFC192
(175,193,146)
#BFCCA7
(191,204,167)
#CFD7BC
(207,215,188)
#DFE2D1
(223,226,209)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7F14 color. Also use rgb(79,127,20) instead hex code.

Text Font Color

.myTextColor { color: #4F7F14; }

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

This text font color is #4F7F14.


Background Color

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

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

This div background color is #4F7F14.


Border color

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

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

This div border color is #4F7F14.


Opacity

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

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

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

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

This text has shadow with #4F7F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7F14 on black background.


Color preview on white background

This text has color #4F7F14 on white background.



Black color preview on #4F7F14 background

This text has black color on #4F7F14 background.


White color preview on #4F7F14 background

This text has white color on #4F7F14 background.