COLOR #4F4801

HEX: #4F4801
RGB: (79,72,1)

Color info

#4F4801 contains mainly red and green colors. Web safe color of #4F4801 is #663300 (or #630).

RGB color model

#4F4801 color RGB value is (79,72,1).

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

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 1 of 255 = 0%

79
72
1

R + G + B ~ 20%. #4F4801 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 1 = 152 (100%)
R 79 of 152 ~ 51.97%
G 72 of 152 ~ 47.37%
B 1 of 152 ~ 0.66%

%51.97
%47.37

CMYK color model

#4F4801 color CMYK value is (0,9,99,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 98.73%
  • key color value is 69.02%
CMYK:
(0,9,99,69)
C0M9Y99K69 
(0%,9%,99%,69%)
(0.00/0.09/0.99/0.69)	

CMYK percentages

%0
%8.86
%98.73
%69.02

Codes

Color #4F4801 in popluar color models

4F4801
RGB79721
HSL55°97.50%15.69%
HSB/HSV55°98.73%30.98%
CMYK0.00%8.86%98.73%
69.02%

Color #4F4801 in popluar number systems.

HEX4F4801
Decimal79721
Binary100111110010001
Octal1171101

Shades and tints

Shades of #4F4801

#4F4801
(79,72,1)
#484201
(72,66,1)
#413C01
(65,60,1)
#3A3601
(58,54,1)
#333001
(51,48,1)
#2C2A01
(44,42,1)
#252401
(37,36,1)
#1E1E01
(30,30,1)
#171801
(23,24,1)
#101201
(16,18,1)
#090C01
(9,12,1)
#000000
(0,0,0)

Tints of #4F4801

#4F4801
(79,72,1)
#5F5818
(95,88,24)
#6F682F
(111,104,47)
#7F7846
(127,120,70)
#8F885D
(143,136,93)
#9F9874
(159,152,116)
#AFA88B
(175,168,139)
#BFB8A2
(191,184,162)
#CFC8B9
(207,200,185)
#DFD8D0
(223,216,208)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4801; }

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

This text font color is #4F4801.


Background Color

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

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

This div background color is #4F4801.


Border color

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

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

This div border color is #4F4801.


Opacity

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

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

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

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

This text has shadow with #4F4801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4801 on black background.


Color preview on white background

This text has color #4F4801 on white background.



Black color preview on #4F4801 background

This text has black color on #4F4801 background.


White color preview on #4F4801 background

This text has white color on #4F4801 background.