COLOR #4F8728

HEX: #4F8728
RGB: (79,135,40)

Color info

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

RGB color model

#4F8728 color RGB value is (79,135,40).

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

RGB channels and saturation

R 79 of 255 = 31%
G 135 of 255 = 53%
B 40 of 255 = 16%

79
135
40

R + G + B ~ 33%. #4F8728 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 135 + 40 = 254 (100%)
R 79 of 254 ~ 31.1%
G 135 of 254 ~ 53.15%
B 40 of 254 ~ 15.75%

%31.1
%53.15
%15.75

CMYK color model

#4F8728 color CMYK value is (41,0,70,47).

  • cyan value is 41.48%
  • magenta value is 0.00%
  • yellow value is 70.37%
  • key color value is 47.06%
CMYK:
(41,0,70,47)
C41M0Y70K47 
(41%,0%,70%,47%)
(0.41/0.00/0.70/0.47)	

CMYK percentages

%41.48
%0
%70.37
%47.06

Codes

Color #4F8728 in popluar color models

4F8728
RGB7913540
HSL95°54.29%34.31%
HSB/HSV95°70.37%52.94%
CMYK41.48%0.00%70.37%
47.06%

Color #4F8728 in popluar number systems.

HEX4F8728
Decimal7913540
Binary100111110000111101000
Octal11720750

Shades and tints

Shades of #4F8728

#4F8728
(79,135,40)
#487B25
(72,123,37)
#416F22
(65,111,34)
#3A631F
(58,99,31)
#33571C
(51,87,28)
#2C4B19
(44,75,25)
#253F16
(37,63,22)
#1E3313
(30,51,19)
#172710
(23,39,16)
#101B0D
(16,27,13)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #4F8728

#4F8728
(79,135,40)
#5F913B
(95,145,59)
#6F9B4E
(111,155,78)
#7FA561
(127,165,97)
#8FAF74
(143,175,116)
#9FB987
(159,185,135)
#AFC39A
(175,195,154)
#BFCDAD
(191,205,173)
#CFD7C0
(207,215,192)
#DFE1D3
(223,225,211)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F8728; }

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

This text font color is #4F8728.


Background Color

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

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

This div background color is #4F8728.


Border color

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

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

This div border color is #4F8728.


Opacity

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

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

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

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

This text has shadow with #4F8728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8728 on black background.


Color preview on white background

This text has color #4F8728 on white background.



Black color preview on #4F8728 background

This text has black color on #4F8728 background.


White color preview on #4F8728 background

This text has white color on #4F8728 background.