COLOR #4F8133

HEX: #4F8133
RGB: (79,129,51)

Color info

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

RGB color model

#4F8133 color RGB value is (79,129,51).

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

RGB channels and saturation

R 79 of 255 = 31%
G 129 of 255 = 51%
B 51 of 255 = 20%

79
129
51

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

Portions of RGB colors in percentages

R + G + B =
79 + 129 + 51 = 259 (100%)
R 79 of 259 ~ 30.5%
G 129 of 259 ~ 49.81%
B 51 of 259 ~ 19.69%

%30.5
%49.81
%19.69

CMYK color model

#4F8133 color CMYK value is (39,0,60,49).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 60.47%
  • key color value is 49.41%
CMYK:
(39,0,60,49)
C39M0Y60K49 
(39%,0%,60%,49%)
(0.39/0.00/0.60/0.49)	

CMYK percentages

%38.76
%0
%60.47
%49.41

Codes

Color #4F8133 in popluar color models

4F8133
RGB7912951
HSL98°43.33%35.29%
HSB/HSV98°60.47%50.59%
CMYK38.76%0.00%60.47%
49.41%

Color #4F8133 in popluar number systems.

HEX4F8133
Decimal7912951
Binary100111110000001110011
Octal11720163

Shades and tints

Shades of #4F8133

#4F8133
(79,129,51)
#48762F
(72,118,47)
#416B2B
(65,107,43)
#3A6027
(58,96,39)
#335523
(51,85,35)
#2C4A1F
(44,74,31)
#253F1B
(37,63,27)
#1E3417
(30,52,23)
#172913
(23,41,19)
#101E0F
(16,30,15)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #4F8133

#4F8133
(79,129,51)
#5F8C45
(95,140,69)
#6F9757
(111,151,87)
#7FA269
(127,162,105)
#8FAD7B
(143,173,123)
#9FB88D
(159,184,141)
#AFC39F
(175,195,159)
#BFCEB1
(191,206,177)
#CFD9C3
(207,217,195)
#DFE4D5
(223,228,213)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8133; }

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

This text font color is #4F8133.


Background Color

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

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

This div background color is #4F8133.


Border color

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

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

This div border color is #4F8133.


Opacity

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

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

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

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

This text has shadow with #4F8133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8133 on black background.


Color preview on white background

This text has color #4F8133 on white background.



Black color preview on #4F8133 background

This text has black color on #4F8133 background.


White color preview on #4F8133 background

This text has white color on #4F8133 background.