COLOR #4F4D00

HEX: #4F4D00
RGB: (79,77,0)

Color info

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

RGB color model

#4F4D00 color RGB value is (79,77,0).

  • red value is 79;
  • green value is 77;
  • blue value is 0.
RGB:
(79,77,0)
(31%,30%,0%)

RGB channels and saturation

R 79 of 255 = 31%
G 77 of 255 = 30%
B 0 of 255 = 0%

79
77
0

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

Portions of RGB colors in percentages

R + G + B =
79 + 77 + 0 = 156 (100%)
R 79 of 156 ~ 50.64%
G 77 of 156 ~ 49.36%
B 0 of 156 ~ 0%

%50.64
%49.36

CMYK color model

#4F4D00 color CMYK value is (0,3,100,69).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 100.00%
  • key color value is 69.02%
CMYK:
(0,3,100,69)
C0M3Y100K69 
(0%,3%,100%,69%)
(0.00/0.03/1.00/0.69)	

CMYK percentages

%0
%2.53
%100
%69.02

Codes

Color #4F4D00 in popluar color models

4F4D00
RGB79770
HSL58°100.00%15.49%
HSB/HSV58°100.00%30.98%
CMYK0.00%2.53%100.00%
69.02%

Color #4F4D00 in popluar number systems.

HEX4F4D00
Decimal79770
Binary100111110011010
Octal1171150

Shades and tints

Shades of #4F4D00

#4F4D00
(79,77,0)
#484600
(72,70,0)
#413F00
(65,63,0)
#3A3800
(58,56,0)
#333100
(51,49,0)
#2C2A00
(44,42,0)
#252300
(37,35,0)
#1E1C00
(30,28,0)
#171500
(23,21,0)
#100E00
(16,14,0)
#090700
(9,7,0)
#000000
(0,0,0)

Tints of #4F4D00

#4F4D00
(79,77,0)
#5F5D17
(95,93,23)
#6F6D2E
(111,109,46)
#7F7D45
(127,125,69)
#8F8D5C
(143,141,92)
#9F9D73
(159,157,115)
#AFAD8A
(175,173,138)
#BFBDA1
(191,189,161)
#CFCDB8
(207,205,184)
#DFDDCF
(223,221,207)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4D00 color. Also use rgb(79,77,0) instead hex code.

Text Font Color

.myTextColor { color: #4F4D00; }

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

This text font color is #4F4D00.


Background Color

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

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

This div background color is #4F4D00.


Border color

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

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

This div border color is #4F4D00.


Opacity

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

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

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

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

This text has shadow with #4F4D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4D00 on black background.


Color preview on white background

This text has color #4F4D00 on white background.



Black color preview on #4F4D00 background

This text has black color on #4F4D00 background.


White color preview on #4F4D00 background

This text has white color on #4F4D00 background.