COLOR #4F801F

HEX: #4F801F
RGB: (79,128,31)

Color info

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

RGB color model

#4F801F color RGB value is (79,128,31).

  • red value is 79;
  • green value is 128;
  • blue value is 31.
RGB:
(79,128,31)
(31%,50%,12%)

RGB channels and saturation

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

79
128
31

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

Portions of RGB colors in percentages

R + G + B =
79 + 128 + 31 = 238 (100%)
R 79 of 238 ~ 33.19%
G 128 of 238 ~ 53.78%
B 31 of 238 ~ 13.03%

%33.19
%53.78
%13.03

CMYK color model

#4F801F color CMYK value is (38,0,76,50).

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 75.78%
  • key color value is 49.80%
CMYK:
(38,0,76,50)
C38M0Y76K50 
(38%,0%,76%,50%)
(0.38/0.00/0.76/0.50)	

CMYK percentages

%38.28
%0
%75.78
%49.8

Codes

Color #4F801F in popluar color models

4F801F
RGB7912831
HSL90°61.01%31.18%
HSB/HSV90°75.78%50.20%
CMYK38.28%0.00%75.78%
49.80%

Color #4F801F in popluar number systems.

HEX4F801F
Decimal7912831
Binary10011111000000011111
Octal11720037

Shades and tints

Shades of #4F801F

#4F801F
(79,128,31)
#48751D
(72,117,29)
#416A1B
(65,106,27)
#3A5F19
(58,95,25)
#335417
(51,84,23)
#2C4915
(44,73,21)
#253E13
(37,62,19)
#1E3311
(30,51,17)
#17280F
(23,40,15)
#101D0D
(16,29,13)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #4F801F

#4F801F
(79,128,31)
#5F8B33
(95,139,51)
#6F9647
(111,150,71)
#7FA15B
(127,161,91)
#8FAC6F
(143,172,111)
#9FB783
(159,183,131)
#AFC297
(175,194,151)
#BFCDAB
(191,205,171)
#CFD8BF
(207,216,191)
#DFE3D3
(223,227,211)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F801F; }

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

This text font color is #4F801F.


Background Color

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

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

This div background color is #4F801F.


Border color

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

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

This div border color is #4F801F.


Opacity

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

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

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

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

This text has shadow with #4F801F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F801F on black background.


Color preview on white background

This text has color #4F801F on white background.



Black color preview on #4F801F background

This text has black color on #4F801F background.


White color preview on #4F801F background

This text has white color on #4F801F background.