COLOR #4F4913

HEX: #4F4913
RGB: (79,73,19)

Color info

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

RGB color model

#4F4913 color RGB value is (79,73,19).

  • red value is 79;
  • green value is 73;
  • blue value is 19.
RGB:
(79,73,19)
(31%,29%,7%)

RGB channels and saturation

R 79 of 255 = 31%
G 73 of 255 = 29%
B 19 of 255 = 7%

79
73
19

R + G + B ~ 22%. #4F4913 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 73 + 19 = 171 (100%)
R 79 of 171 ~ 46.2%
G 73 of 171 ~ 42.69%
B 19 of 171 ~ 11.11%

%46.2
%42.69
%11.11

CMYK color model

#4F4913 color CMYK value is (0,8,76,69).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 75.95%
  • key color value is 69.02%
CMYK:
(0,8,76,69)
C0M8Y76K69 
(0%,8%,76%,69%)
(0.00/0.08/0.76/0.69)	

CMYK percentages

%0
%7.59
%75.95
%69.02

Codes

Color #4F4913 in popluar color models

4F4913
RGB797319
HSL54°61.22%19.22%
HSB/HSV54°75.95%30.98%
CMYK0.00%7.59%75.95%
69.02%

Color #4F4913 in popluar number systems.

HEX4F4913
Decimal797319
Binary1001111100100110011
Octal11711123

Shades and tints

Shades of #4F4913

#4F4913
(79,73,19)
#484312
(72,67,18)
#413D11
(65,61,17)
#3A3710
(58,55,16)
#33310F
(51,49,15)
#2C2B0E
(44,43,14)
#25250D
(37,37,13)
#1E1F0C
(30,31,12)
#17190B
(23,25,11)
#10130A
(16,19,10)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #4F4913

#4F4913
(79,73,19)
#5F5928
(95,89,40)
#6F693D
(111,105,61)
#7F7952
(127,121,82)
#8F8967
(143,137,103)
#9F997C
(159,153,124)
#AFA991
(175,169,145)
#BFB9A6
(191,185,166)
#CFC9BB
(207,201,187)
#DFD9D0
(223,217,208)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4913 color. Also use rgb(79,73,19) instead hex code.

Text Font Color

.myTextColor { color: #4F4913; }

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

This text font color is #4F4913.


Background Color

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

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

This div background color is #4F4913.


Border color

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

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

This div border color is #4F4913.


Opacity

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

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

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

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

This text has shadow with #4F4913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4913 on black background.


Color preview on white background

This text has color #4F4913 on white background.



Black color preview on #4F4913 background

This text has black color on #4F4913 background.


White color preview on #4F4913 background

This text has white color on #4F4913 background.