COLOR #4F821C

HEX: #4F821C
RGB: (79,130,28)

Color info

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

RGB color model

#4F821C color RGB value is (79,130,28).

  • red value is 79;
  • green value is 130;
  • blue value is 28.
RGB:
(79,130,28)
(31%,51%,11%)

RGB channels and saturation

R 79 of 255 = 31%
G 130 of 255 = 51%
B 28 of 255 = 11%

79
130
28

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

Portions of RGB colors in percentages

R + G + B =
79 + 130 + 28 = 237 (100%)
R 79 of 237 ~ 33.33%
G 130 of 237 ~ 54.85%
B 28 of 237 ~ 11.81%

%33.33
%54.85
%11.81

CMYK color model

#4F821C color CMYK value is (39,0,78,49).

  • cyan value is 39.23%
  • magenta value is 0.00%
  • yellow value is 78.46%
  • key color value is 49.02%
CMYK:
(39,0,78,49)
C39M0Y78K49 
(39%,0%,78%,49%)
(0.39/0.00/0.78/0.49)	

CMYK percentages

%39.23
%0
%78.46
%49.02

Codes

Color #4F821C in popluar color models

4F821C
RGB7913028
HSL90°64.56%30.98%
HSB/HSV90°78.46%50.98%
CMYK39.23%0.00%78.46%
49.02%

Color #4F821C in popluar number systems.

HEX4F821C
Decimal7913028
Binary10011111000001011100
Octal11720234

Shades and tints

Shades of #4F821C

#4F821C
(79,130,28)
#48771A
(72,119,26)
#416C18
(65,108,24)
#3A6116
(58,97,22)
#335614
(51,86,20)
#2C4B12
(44,75,18)
#254010
(37,64,16)
#1E350E
(30,53,14)
#172A0C
(23,42,12)
#101F0A
(16,31,10)
#091408
(9,20,8)
#000000
(0,0,0)

Tints of #4F821C

#4F821C
(79,130,28)
#5F8D30
(95,141,48)
#6F9844
(111,152,68)
#7FA358
(127,163,88)
#8FAE6C
(143,174,108)
#9FB980
(159,185,128)
#AFC494
(175,196,148)
#BFCFA8
(191,207,168)
#CFDABC
(207,218,188)
#DFE5D0
(223,229,208)
#EFF0E4
(239,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F821C color. Also use rgb(79,130,28) instead hex code.

Text Font Color

.myTextColor { color: #4F821C; }

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

This text font color is #4F821C.


Background Color

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

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

This div background color is #4F821C.


Border color

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

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

This div border color is #4F821C.


Opacity

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

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

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

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

This text has shadow with #4F821C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F821C on black background.


Color preview on white background

This text has color #4F821C on white background.



Black color preview on #4F821C background

This text has black color on #4F821C background.


White color preview on #4F821C background

This text has white color on #4F821C background.