COLOR #4F781C

HEX: #4F781C
RGB: (79,120,28)

Color info

#4F781C contains mainly red and green colors. Web safe color of #4F781C is #666633 (or #663).

RGB color model

#4F781C color RGB value is (79,120,28).

  • red value is 79;
  • green value is 120;
  • blue value is 28.
RGB:
(79,120,28)
(31%,47%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 120 of 255 = 47%
B 28 of 255 = 11%

79
120
28

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

Portions of RGB colors in percentages

R + G + B =
79 + 120 + 28 = 227 (100%)
R 79 of 227 ~ 34.8%
G 120 of 227 ~ 52.86%
B 28 of 227 ~ 12.33%

%34.8
%52.86
%12.33

CMYK color model

#4F781C color CMYK value is (34,0,77,53).

  • cyan value is 34.17%
  • magenta value is 0.00%
  • yellow value is 76.67%
  • key color value is 52.94%
CMYK:
(34,0,77,53)
C34M0Y77K53 
(34%,0%,77%,53%)
(0.34/0.00/0.77/0.53)	

CMYK percentages

%34.17
%0
%76.67
%52.94

Codes

Color #4F781C in popluar color models

4F781C
RGB7912028
HSL87°62.16%29.02%
HSB/HSV87°76.67%47.06%
CMYK34.17%0.00%76.67%
52.94%

Color #4F781C in popluar number systems.

HEX4F781C
Decimal7912028
Binary1001111111100011100
Octal11717034

Shades and tints

Shades of #4F781C

#4F781C
(79,120,28)
#486E1A
(72,110,26)
#416418
(65,100,24)
#3A5A16
(58,90,22)
#335014
(51,80,20)
#2C4612
(44,70,18)
#253C10
(37,60,16)
#1E320E
(30,50,14)
#17280C
(23,40,12)
#101E0A
(16,30,10)
#091408
(9,20,8)
#000000
(0,0,0)

Tints of #4F781C

#4F781C
(79,120,28)
#5F8430
(95,132,48)
#6F9044
(111,144,68)
#7F9C58
(127,156,88)
#8FA86C
(143,168,108)
#9FB480
(159,180,128)
#AFC094
(175,192,148)
#BFCCA8
(191,204,168)
#CFD8BC
(207,216,188)
#DFE4D0
(223,228,208)
#EFF0E4
(239,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F781C color. Also use rgb(79,120,28) instead hex code.

Text Font Color

.myTextColor { color: #4F781C; }

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

This text font color is #4F781C.


Background Color

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

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

This div background color is #4F781C.


Border color

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

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

This div border color is #4F781C.


Opacity

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

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

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

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

This text has shadow with #4F781C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F781C on black background.


Color preview on white background

This text has color #4F781C on white background.



Black color preview on #4F781C background

This text has black color on #4F781C background.


White color preview on #4F781C background

This text has white color on #4F781C background.