COLOR #4F7D24

HEX: #4F7D24
RGB: (79,125,36)

Color info

#4F7D24 contains mainly red and green colors. Web safe color of #4F7D24 is #666633 (or #663).

RGB color model

#4F7D24 color RGB value is (79,125,36).

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

RGB channels and saturation

R 79 of 255 = 31%
G 125 of 255 = 49%
B 36 of 255 = 14%

79
125
36

R + G + B ~ 31%. #4F7D24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 125 + 36 = 240 (100%)
R 79 of 240 ~ 32.92%
G 125 of 240 ~ 52.08%
B 36 of 240 ~ 15%

%32.92
%52.08
%15

CMYK color model

#4F7D24 color CMYK value is (37,0,71,51).

  • cyan value is 36.80%
  • magenta value is 0.00%
  • yellow value is 71.20%
  • key color value is 50.98%
CMYK:
(37,0,71,51)
C37M0Y71K51 
(37%,0%,71%,51%)
(0.37/0.00/0.71/0.51)	

CMYK percentages

%36.8
%0
%71.2
%50.98

Codes

Color #4F7D24 in popluar color models

4F7D24
RGB7912536
HSL91°55.28%31.57%
HSB/HSV91°71.20%49.02%
CMYK36.80%0.00%71.20%
50.98%

Color #4F7D24 in popluar number systems.

HEX4F7D24
Decimal7912536
Binary10011111111101100100
Octal11717544

Shades and tints

Shades of #4F7D24

#4F7D24
(79,125,36)
#487221
(72,114,33)
#41671E
(65,103,30)
#3A5C1B
(58,92,27)
#335118
(51,81,24)
#2C4615
(44,70,21)
#253B12
(37,59,18)
#1E300F
(30,48,15)
#17250C
(23,37,12)
#101A09
(16,26,9)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #4F7D24

#4F7D24
(79,125,36)
#5F8837
(95,136,55)
#6F934A
(111,147,74)
#7F9E5D
(127,158,93)
#8FA970
(143,169,112)
#9FB483
(159,180,131)
#AFBF96
(175,191,150)
#BFCAA9
(191,202,169)
#CFD5BC
(207,213,188)
#DFE0CF
(223,224,207)
#EFEBE2
(239,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7D24; }

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

This text font color is #4F7D24.


Background Color

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

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

This div background color is #4F7D24.


Border color

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

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

This div border color is #4F7D24.


Opacity

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

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

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

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

This text has shadow with #4F7D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7D24 on black background.


Color preview on white background

This text has color #4F7D24 on white background.



Black color preview on #4F7D24 background

This text has black color on #4F7D24 background.


White color preview on #4F7D24 background

This text has white color on #4F7D24 background.