COLOR #4F7E21

HEX: #4F7E21
RGB: (79,126,33)

Color info

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

RGB color model

#4F7E21 color RGB value is (79,126,33).

  • red value is 79;
  • green value is 126;
  • blue value is 33.
RGB:
(79,126,33)
(31%,49%,13%)

RGB channels and saturation

R 79 of 255 = 31%
G 126 of 255 = 49%
B 33 of 255 = 13%

79
126
33

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

Portions of RGB colors in percentages

R + G + B =
79 + 126 + 33 = 238 (100%)
R 79 of 238 ~ 33.19%
G 126 of 238 ~ 52.94%
B 33 of 238 ~ 13.87%

%33.19
%52.94
%13.87

CMYK color model

#4F7E21 color CMYK value is (37,0,74,51).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 73.81%
  • key color value is 50.59%
CMYK:
(37,0,74,51)
C37M0Y74K51 
(37%,0%,74%,51%)
(0.37/0.00/0.74/0.51)	

CMYK percentages

%37.3
%0
%73.81
%50.59

Codes

Color #4F7E21 in popluar color models

4F7E21
RGB7912633
HSL90°58.49%31.18%
HSB/HSV90°73.81%49.41%
CMYK37.30%0.00%73.81%
50.59%

Color #4F7E21 in popluar number systems.

HEX4F7E21
Decimal7912633
Binary10011111111110100001
Octal11717641

Shades and tints

Shades of #4F7E21

#4F7E21
(79,126,33)
#48731E
(72,115,30)
#41681B
(65,104,27)
#3A5D18
(58,93,24)
#335215
(51,82,21)
#2C4712
(44,71,18)
#253C0F
(37,60,15)
#1E310C
(30,49,12)
#172609
(23,38,9)
#101B06
(16,27,6)
#091003
(9,16,3)
#000000
(0,0,0)

Tints of #4F7E21

#4F7E21
(79,126,33)
#5F8935
(95,137,53)
#6F9449
(111,148,73)
#7F9F5D
(127,159,93)
#8FAA71
(143,170,113)
#9FB585
(159,181,133)
#AFC099
(175,192,153)
#BFCBAD
(191,203,173)
#CFD6C1
(207,214,193)
#DFE1D5
(223,225,213)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7E21 color. Also use rgb(79,126,33) instead hex code.

Text Font Color

.myTextColor { color: #4F7E21; }

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

This text font color is #4F7E21.


Background Color

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

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

This div background color is #4F7E21.


Border color

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

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

This div border color is #4F7E21.


Opacity

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

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

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

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

This text has shadow with #4F7E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7E21 on black background.


Color preview on white background

This text has color #4F7E21 on white background.



Black color preview on #4F7E21 background

This text has black color on #4F7E21 background.


White color preview on #4F7E21 background

This text has white color on #4F7E21 background.