COLOR #4F8C24

HEX: #4F8C24
RGB: (79,140,36)

Color info

#4F8C24 contains mainly green color. Web safe color of #4F8C24 is #669933 (or #693).

RGB color model

#4F8C24 color RGB value is (79,140,36).

  • red value is 79;
  • green value is 140;
  • blue value is 36.
RGB:
(79,140,36)
(31%,55%,14%)

RGB channels and saturation

R 79 of 255 = 31%
G 140 of 255 = 55%
B 36 of 255 = 14%

79
140
36

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

Portions of RGB colors in percentages

R + G + B =
79 + 140 + 36 = 255 (100%)
R 79 of 255 ~ 30.98%
G 140 of 255 ~ 54.9%
B 36 of 255 ~ 14.12%

%30.98
%54.9
%14.12

CMYK color model

#4F8C24 color CMYK value is (44,0,74,45).

  • cyan value is 43.57%
  • magenta value is 0.00%
  • yellow value is 74.29%
  • key color value is 45.10%
CMYK:
(44,0,74,45)
C44M0Y74K45 
(44%,0%,74%,45%)
(0.44/0.00/0.74/0.45)	

CMYK percentages

%43.57
%0
%74.29
%45.1

Codes

Color #4F8C24 in popluar color models

4F8C24
RGB7914036
HSL95°59.09%34.51%
HSB/HSV95°74.29%54.90%
CMYK43.57%0.00%74.29%
45.10%

Color #4F8C24 in popluar number systems.

HEX4F8C24
Decimal7914036
Binary100111110001100100100
Octal11721444

Shades and tints

Shades of #4F8C24

#4F8C24
(79,140,36)
#488021
(72,128,33)
#41741E
(65,116,30)
#3A681B
(58,104,27)
#335C18
(51,92,24)
#2C5015
(44,80,21)
#254412
(37,68,18)
#1E380F
(30,56,15)
#172C0C
(23,44,12)
#102009
(16,32,9)
#091406
(9,20,6)
#000000
(0,0,0)

Tints of #4F8C24

#4F8C24
(79,140,36)
#5F9637
(95,150,55)
#6FA04A
(111,160,74)
#7FAA5D
(127,170,93)
#8FB470
(143,180,112)
#9FBE83
(159,190,131)
#AFC896
(175,200,150)
#BFD2A9
(191,210,169)
#CFDCBC
(207,220,188)
#DFE6CF
(223,230,207)
#EFF0E2
(239,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8C24 color. Also use rgb(79,140,36) instead hex code.

Text Font Color

.myTextColor { color: #4F8C24; }

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

This text font color is #4F8C24.


Background Color

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

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

This div background color is #4F8C24.


Border color

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

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

This div border color is #4F8C24.


Opacity

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

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

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

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

This text has shadow with #4F8C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8C24 on black background.


Color preview on white background

This text has color #4F8C24 on white background.



Black color preview on #4F8C24 background

This text has black color on #4F8C24 background.


White color preview on #4F8C24 background

This text has white color on #4F8C24 background.