COLOR #4F6301

HEX: #4F6301
RGB: (79,99,1)

Color info

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

RGB color model

#4F6301 color RGB value is (79,99,1).

  • red value is 79;
  • green value is 99;
  • blue value is 1.
RGB:
(79,99,1)
(31%,39%,0%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 1 of 255 = 0%

79
99
1

R + G + B ~ 23%. #4F6301 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 1 = 179 (100%)
R 79 of 179 ~ 44.13%
G 99 of 179 ~ 55.31%
B 1 of 179 ~ 0.56%

%44.13
%55.31

CMYK color model

#4F6301 color CMYK value is (20,0,99,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 98.99%
  • key color value is 61.18%
CMYK:
(20,0,99,61)
C20M0Y99K61 
(20%,0%,99%,61%)
(0.20/0.00/0.99/0.61)	

CMYK percentages

%20.2
%0
%98.99
%61.18

Codes

Color #4F6301 in popluar color models

4F6301
RGB79991
HSL72°98.00%19.61%
HSB/HSV72°98.99%38.82%
CMYK20.20%0.00%98.99%
61.18%

Color #4F6301 in popluar number systems.

HEX4F6301
Decimal79991
Binary100111111000111
Octal1171431

Shades and tints

Shades of #4F6301

#4F6301
(79,99,1)
#485A01
(72,90,1)
#415101
(65,81,1)
#3A4801
(58,72,1)
#333F01
(51,63,1)
#2C3601
(44,54,1)
#252D01
(37,45,1)
#1E2401
(30,36,1)
#171B01
(23,27,1)
#101201
(16,18,1)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #4F6301

#4F6301
(79,99,1)
#5F7118
(95,113,24)
#6F7F2F
(111,127,47)
#7F8D46
(127,141,70)
#8F9B5D
(143,155,93)
#9FA974
(159,169,116)
#AFB78B
(175,183,139)
#BFC5A2
(191,197,162)
#CFD3B9
(207,211,185)
#DFE1D0
(223,225,208)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6301 color. Also use rgb(79,99,1) instead hex code.

Text Font Color

.myTextColor { color: #4F6301; }

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

This text font color is #4F6301.


Background Color

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

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

This div background color is #4F6301.


Border color

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

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

This div border color is #4F6301.


Opacity

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

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

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

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

This text has shadow with #4F6301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6301 on black background.


Color preview on white background

This text has color #4F6301 on white background.



Black color preview on #4F6301 background

This text has black color on #4F6301 background.


White color preview on #4F6301 background

This text has white color on #4F6301 background.