COLOR #4F8130

HEX: #4F8130
RGB: (79,129,48)

Color info

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

RGB color model

#4F8130 color RGB value is (79,129,48).

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

RGB channels and saturation

R 79 of 255 = 31%
G 129 of 255 = 51%
B 48 of 255 = 19%

79
129
48

R + G + B ~ 34%. #4F8130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 129 + 48 = 256 (100%)
R 79 of 256 ~ 30.86%
G 129 of 256 ~ 50.39%
B 48 of 256 ~ 18.75%

%30.86
%50.39
%18.75

CMYK color model

#4F8130 color CMYK value is (39,0,63,49).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 62.79%
  • key color value is 49.41%
CMYK:
(39,0,63,49)
C39M0Y63K49 
(39%,0%,63%,49%)
(0.39/0.00/0.63/0.49)	

CMYK percentages

%38.76
%0
%62.79
%49.41

Codes

Color #4F8130 in popluar color models

4F8130
RGB7912948
HSL97°45.76%34.71%
HSB/HSV97°62.79%50.59%
CMYK38.76%0.00%62.79%
49.41%

Color #4F8130 in popluar number systems.

HEX4F8130
Decimal7912948
Binary100111110000001110000
Octal11720160

Shades and tints

Shades of #4F8130

#4F8130
(79,129,48)
#48762C
(72,118,44)
#416B28
(65,107,40)
#3A6024
(58,96,36)
#335520
(51,85,32)
#2C4A1C
(44,74,28)
#253F18
(37,63,24)
#1E3414
(30,52,20)
#172910
(23,41,16)
#101E0C
(16,30,12)
#091308
(9,19,8)
#000000
(0,0,0)

Tints of #4F8130

#4F8130
(79,129,48)
#5F8C42
(95,140,66)
#6F9754
(111,151,84)
#7FA266
(127,162,102)
#8FAD78
(143,173,120)
#9FB88A
(159,184,138)
#AFC39C
(175,195,156)
#BFCEAE
(191,206,174)
#CFD9C0
(207,217,192)
#DFE4D2
(223,228,210)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8130; }

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

This text font color is #4F8130.


Background Color

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

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

This div background color is #4F8130.


Border color

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

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

This div border color is #4F8130.


Opacity

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

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

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

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

This text has shadow with #4F8130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8130 on black background.


Color preview on white background

This text has color #4F8130 on white background.



Black color preview on #4F8130 background

This text has black color on #4F8130 background.


White color preview on #4F8130 background

This text has white color on #4F8130 background.