COLOR #4F8117

HEX: #4F8117
RGB: (79,129,23)

Color info

#4F8117 contains mainly red and green colors. Web safe color of #4F8117 is #669900 (or #690).

RGB color model

#4F8117 color RGB value is (79,129,23).

  • red value is 79;
  • green value is 129;
  • blue value is 23.
RGB:
(79,129,23)
(31%,51%,9%)

RGB channels and saturation

R 79 of 255 = 31%
G 129 of 255 = 51%
B 23 of 255 = 9%

79
129
23

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

Portions of RGB colors in percentages

R + G + B =
79 + 129 + 23 = 231 (100%)
R 79 of 231 ~ 34.2%
G 129 of 231 ~ 55.84%
B 23 of 231 ~ 9.96%

%34.2
%55.84
%9.96

CMYK color model

#4F8117 color CMYK value is (39,0,82,49).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 82.17%
  • key color value is 49.41%
CMYK:
(39,0,82,49)
C39M0Y82K49 
(39%,0%,82%,49%)
(0.39/0.00/0.82/0.49)	

CMYK percentages

%38.76
%0
%82.17
%49.41

Codes

Color #4F8117 in popluar color models

4F8117
RGB7912923
HSL88°69.74%29.80%
HSB/HSV88°82.17%50.59%
CMYK38.76%0.00%82.17%
49.41%

Color #4F8117 in popluar number systems.

HEX4F8117
Decimal7912923
Binary10011111000000110111
Octal11720127

Shades and tints

Shades of #4F8117

#4F8117
(79,129,23)
#487615
(72,118,21)
#416B13
(65,107,19)
#3A6011
(58,96,17)
#33550F
(51,85,15)
#2C4A0D
(44,74,13)
#253F0B
(37,63,11)
#1E3409
(30,52,9)
#172907
(23,41,7)
#101E05
(16,30,5)
#091303
(9,19,3)
#000000
(0,0,0)

Tints of #4F8117

#4F8117
(79,129,23)
#5F8C2C
(95,140,44)
#6F9741
(111,151,65)
#7FA256
(127,162,86)
#8FAD6B
(143,173,107)
#9FB880
(159,184,128)
#AFC395
(175,195,149)
#BFCEAA
(191,206,170)
#CFD9BF
(207,217,191)
#DFE4D4
(223,228,212)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8117 color. Also use rgb(79,129,23) instead hex code.

Text Font Color

.myTextColor { color: #4F8117; }

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

This text font color is #4F8117.


Background Color

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

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

This div background color is #4F8117.


Border color

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

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

This div border color is #4F8117.


Opacity

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

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

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

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

This text has shadow with #4F8117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8117 on black background.


Color preview on white background

This text has color #4F8117 on white background.



Black color preview on #4F8117 background

This text has black color on #4F8117 background.


White color preview on #4F8117 background

This text has white color on #4F8117 background.