COLOR #4F8731

HEX: #4F8731
RGB: (79,135,49)

Color info

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

RGB color model

#4F8731 color RGB value is (79,135,49).

  • red value is 79;
  • green value is 135;
  • blue value is 49.
RGB:
(79,135,49)
(31%,53%,19%)

RGB channels and saturation

R 79 of 255 = 31%
G 135 of 255 = 53%
B 49 of 255 = 19%

79
135
49

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

Portions of RGB colors in percentages

R + G + B =
79 + 135 + 49 = 263 (100%)
R 79 of 263 ~ 30.04%
G 135 of 263 ~ 51.33%
B 49 of 263 ~ 18.63%

%30.04
%51.33
%18.63

CMYK color model

#4F8731 color CMYK value is (41,0,64,47).

  • cyan value is 41.48%
  • magenta value is 0.00%
  • yellow value is 63.70%
  • key color value is 47.06%
CMYK:
(41,0,64,47)
C41M0Y64K47 
(41%,0%,64%,47%)
(0.41/0.00/0.64/0.47)	

CMYK percentages

%41.48
%0
%63.7
%47.06

Codes

Color #4F8731 in popluar color models

4F8731
RGB7913549
HSL99°46.74%36.08%
HSB/HSV99°63.70%52.94%
CMYK41.48%0.00%63.70%
47.06%

Color #4F8731 in popluar number systems.

HEX4F8731
Decimal7913549
Binary100111110000111110001
Octal11720761

Shades and tints

Shades of #4F8731

#4F8731
(79,135,49)
#487B2D
(72,123,45)
#416F29
(65,111,41)
#3A6325
(58,99,37)
#335721
(51,87,33)
#2C4B1D
(44,75,29)
#253F19
(37,63,25)
#1E3315
(30,51,21)
#172711
(23,39,17)
#101B0D
(16,27,13)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #4F8731

#4F8731
(79,135,49)
#5F9143
(95,145,67)
#6F9B55
(111,155,85)
#7FA567
(127,165,103)
#8FAF79
(143,175,121)
#9FB98B
(159,185,139)
#AFC39D
(175,195,157)
#BFCDAF
(191,205,175)
#CFD7C1
(207,215,193)
#DFE1D3
(223,225,211)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8731 color. Also use rgb(79,135,49) instead hex code.

Text Font Color

.myTextColor { color: #4F8731; }

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

This text font color is #4F8731.


Background Color

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

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

This div background color is #4F8731.


Border color

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

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

This div border color is #4F8731.


Opacity

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

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

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

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

This text has shadow with #4F8731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8731 on black background.


Color preview on white background

This text has color #4F8731 on white background.



Black color preview on #4F8731 background

This text has black color on #4F8731 background.


White color preview on #4F8731 background

This text has white color on #4F8731 background.