COLOR #4F861D

HEX: #4F861D
RGB: (79,134,29)

Color info

#4F861D contains mainly red and green colors. Web safe color of #4F861D is #669933 (or #693).

RGB color model

#4F861D color RGB value is (79,134,29).

  • red value is 79;
  • green value is 134;
  • blue value is 29.
RGB:
(79,134,29)
(31%,53%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 134 of 255 = 53%
B 29 of 255 = 11%

79
134
29

R + G + B ~ 32%. #4F861D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 134 + 29 = 242 (100%)
R 79 of 242 ~ 32.64%
G 134 of 242 ~ 55.37%
B 29 of 242 ~ 11.98%

%32.64
%55.37
%11.98

CMYK color model

#4F861D color CMYK value is (41,0,78,47).

  • cyan value is 41.04%
  • magenta value is 0.00%
  • yellow value is 78.36%
  • key color value is 47.45%
CMYK:
(41,0,78,47)
C41M0Y78K47 
(41%,0%,78%,47%)
(0.41/0.00/0.78/0.47)	

CMYK percentages

%41.04
%0
%78.36
%47.45

Codes

Color #4F861D in popluar color models

4F861D
RGB7913429
HSL91°64.42%31.96%
HSB/HSV91°78.36%52.55%
CMYK41.04%0.00%78.36%
47.45%

Color #4F861D in popluar number systems.

HEX4F861D
Decimal7913429
Binary10011111000011011101
Octal11720635

Shades and tints

Shades of #4F861D

#4F861D
(79,134,29)
#487A1B
(72,122,27)
#416E19
(65,110,25)
#3A6217
(58,98,23)
#335615
(51,86,21)
#2C4A13
(44,74,19)
#253E11
(37,62,17)
#1E320F
(30,50,15)
#17260D
(23,38,13)
#101A0B
(16,26,11)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #4F861D

#4F861D
(79,134,29)
#5F9131
(95,145,49)
#6F9C45
(111,156,69)
#7FA759
(127,167,89)
#8FB26D
(143,178,109)
#9FBD81
(159,189,129)
#AFC895
(175,200,149)
#BFD3A9
(191,211,169)
#CFDEBD
(207,222,189)
#DFE9D1
(223,233,209)
#EFF4E5
(239,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F861D color. Also use rgb(79,134,29) instead hex code.

Text Font Color

.myTextColor { color: #4F861D; }

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

This text font color is #4F861D.


Background Color

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

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

This div background color is #4F861D.


Border color

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

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

This div border color is #4F861D.


Opacity

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

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

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

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

This text has shadow with #4F861D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F861D on black background.


Color preview on white background

This text has color #4F861D on white background.



Black color preview on #4F861D background

This text has black color on #4F861D background.


White color preview on #4F861D background

This text has white color on #4F861D background.