COLOR #4F7B0E

HEX: #4F7B0E
RGB: (79,123,14)

Color info

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

RGB color model

#4F7B0E color RGB value is (79,123,14).

  • red value is 79;
  • green value is 123;
  • blue value is 14.
RGB:
(79,123,14)
(31%,48%,5%)

RGB channels and saturation

R 79 of 255 = 31%
G 123 of 255 = 48%
B 14 of 255 = 5%

79
123
14

R + G + B ~ 28%. #4F7B0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 123 + 14 = 216 (100%)
R 79 of 216 ~ 36.57%
G 123 of 216 ~ 56.94%
B 14 of 216 ~ 6.48%

%36.57
%56.94

CMYK color model

#4F7B0E color CMYK value is (36,0,89,52).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 88.62%
  • key color value is 51.76%
CMYK:
(36,0,89,52)
C36M0Y89K52 
(36%,0%,89%,52%)
(0.36/0.00/0.89/0.52)	

CMYK percentages

%35.77
%0
%88.62
%51.76

Codes

Color #4F7B0E in popluar color models

4F7B0E
RGB7912314
HSL84°79.56%26.86%
HSB/HSV84°88.62%48.24%
CMYK35.77%0.00%88.62%
51.76%

Color #4F7B0E in popluar number systems.

HEX4F7B0E
Decimal7912314
Binary100111111110111110
Octal11717316

Shades and tints

Shades of #4F7B0E

#4F7B0E
(79,123,14)
#48700D
(72,112,13)
#41650C
(65,101,12)
#3A5A0B
(58,90,11)
#334F0A
(51,79,10)
#2C4409
(44,68,9)
#253908
(37,57,8)
#1E2E07
(30,46,7)
#172306
(23,35,6)
#101805
(16,24,5)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #4F7B0E

#4F7B0E
(79,123,14)
#5F8723
(95,135,35)
#6F9338
(111,147,56)
#7F9F4D
(127,159,77)
#8FAB62
(143,171,98)
#9FB777
(159,183,119)
#AFC38C
(175,195,140)
#BFCFA1
(191,207,161)
#CFDBB6
(207,219,182)
#DFE7CB
(223,231,203)
#EFF3E0
(239,243,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7B0E color. Also use rgb(79,123,14) instead hex code.

Text Font Color

.myTextColor { color: #4F7B0E; }

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

This text font color is #4F7B0E.


Background Color

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

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

This div background color is #4F7B0E.


Border color

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

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

This div border color is #4F7B0E.


Opacity

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

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

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

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

This text has shadow with #4F7B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7B0E on black background.


Color preview on white background

This text has color #4F7B0E on white background.



Black color preview on #4F7B0E background

This text has black color on #4F7B0E background.


White color preview on #4F7B0E background

This text has white color on #4F7B0E background.