COLOR #4F6F02

HEX: #4F6F02
RGB: (79,111,2)

Color info

#4F6F02 contains mainly red and green colors. Web safe color of #4F6F02 is #666600 (or #660).

RGB color model

#4F6F02 color RGB value is (79,111,2).

  • red value is 79;
  • green value is 111;
  • blue value is 2.
RGB:
(79,111,2)
(31%,44%,1%)

RGB channels and saturation

R 79 of 255 = 31%
G 111 of 255 = 44%
B 2 of 255 = 1%

79
111
2

R + G + B ~ 25%. #4F6F02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 111 + 2 = 192 (100%)
R 79 of 192 ~ 41.15%
G 111 of 192 ~ 57.81%
B 2 of 192 ~ 1.04%

%41.15
%57.81

CMYK color model

#4F6F02 color CMYK value is (29,0,98,56).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 98.20%
  • key color value is 56.47%
CMYK:
(29,0,98,56)
C29M0Y98K56 
(29%,0%,98%,56%)
(0.29/0.00/0.98/0.56)	

CMYK percentages

%28.83
%0
%98.2
%56.47

Codes

Color #4F6F02 in popluar color models

4F6F02
RGB791112
HSL78°96.46%22.16%
HSB/HSV78°98.20%43.53%
CMYK28.83%0.00%98.20%
56.47%

Color #4F6F02 in popluar number systems.

HEX4F6F02
Decimal791112
Binary1001111110111110
Octal1171572

Shades and tints

Shades of #4F6F02

#4F6F02
(79,111,2)
#486502
(72,101,2)
#415B02
(65,91,2)
#3A5102
(58,81,2)
#334702
(51,71,2)
#2C3D02
(44,61,2)
#253302
(37,51,2)
#1E2902
(30,41,2)
#171F02
(23,31,2)
#101502
(16,21,2)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #4F6F02

#4F6F02
(79,111,2)
#5F7C19
(95,124,25)
#6F8930
(111,137,48)
#7F9647
(127,150,71)
#8FA35E
(143,163,94)
#9FB075
(159,176,117)
#AFBD8C
(175,189,140)
#BFCAA3
(191,202,163)
#CFD7BA
(207,215,186)
#DFE4D1
(223,228,209)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6F02 color. Also use rgb(79,111,2) instead hex code.

Text Font Color

.myTextColor { color: #4F6F02; }

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

This text font color is #4F6F02.


Background Color

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

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

This div background color is #4F6F02.


Border color

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

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

This div border color is #4F6F02.


Opacity

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

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

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

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

This text has shadow with #4F6F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6F02 on black background.


Color preview on white background

This text has color #4F6F02 on white background.



Black color preview on #4F6F02 background

This text has black color on #4F6F02 background.


White color preview on #4F6F02 background

This text has white color on #4F6F02 background.