COLOR #4F801E

HEX: #4F801E RGB: (79,128,30)

Color info

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

RGB color model

#4F801E color RGB value is (79,128,30).

RGB: (79,128,30) (31%, 50%, 12%)

RGB channels and saturation

R 79 of 255 = 31%
G 128 of 255 = 50%
B 30 of 255 = 12%

79
128
30

R + G + B ~ 31%. #4F801E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 128 + 30 = 237 (100%)
R 79 of 237 ~ 33.33%
G 128 of 237 ~ 54.01%
B 30 of 237 ~ 12.66'%

%33.33
%54.01
%12.66

CMYK color model

#4F801E color CMYK value is (38,0,77,50).

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 76.56%
  • key color value is 49.80%

CMYK: (38,0,77,50)
C38M0Y77K50 (38%, 0%, 77%, 50%)
(0.38 / 0.00 / 0.77 / 0.50)

CMYK percentages

%38.28
%0
%76.56
%49.8

Codes

Color #4F801E in popluar color models

4F 80 1E
RGB 79 128 30
HSL 90° 62.03% 30.98%
HSB/HSV 90° 76.56% 50.20%
CMYK 38.28% 0.00% 76.56%
49.80%

Color #4F801E in popluar number systems.

HEX 4F 80 1E
Decimal 79 128 30
Binary 1001111 10000000 11110
Octal 117 200 36

Shades and tints

Shades of #4F801E

#4F801E
(79,128,30)
#48751C
(72,117,28)
#416A1A
(65,106,26)
#3A5F18
(58,95,24)
#335416
(51,84,22)
#2C4914
(44,73,20)
#253E12
(37,62,18)
#1E3310
(30,51,16)
#17280E
(23,40,14)
#101D0C
(16,29,12)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #4F801E

#4F801E
(79,128,30)
#5F8B32
(95,139,50)
#6F9646
(111,150,70)
#7FA15A
(127,161,90)
#8FAC6E
(143,172,110)
#9FB782
(159,183,130)
#AFC296
(175,194,150)
#BFCDAA
(191,205,170)
#CFD8BE
(207,216,190)
#DFE3D2
(223,227,210)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F801E color. Also use rgb(79,128,30) instead hex code.

Text Font Color

.myTextColor { color: #4F801E; }

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

This text font color is #4F801E.

Background Color

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

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

This div background color is #4F801E.

Border color

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

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

This div border color is #4F801E.

Opacity

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

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

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

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

This text has shadow with #4F801E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F801E.

Preview

Color preview on black background

This text has color #4F801E on black background.


Color preview on white background

This text has color #4F801E on white background.


Black color preview on #4F801E background

This text has black color on #4F801E background.


White color preview on #4F801E background

This text has white color on #4F801E background.


Related colors

Complementary color

Complementary color for #hex is #B07FE1.


I love getcolorcode.com

Triadic colors

1 #1E4F80 and #801E4F with #4F801E are triadic colors.

2 #1E804F and #804F1E with #4F801E are triadic colors.