COLOR #4F4509

HEX: #4F4509
RGB: (79,69,9)

Color info

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

RGB color model

#4F4509 color RGB value is (79,69,9).

  • red value is 79;
  • green value is 69;
  • blue value is 9.
RGB:
(79,69,9)
(31%,27%,4%)

RGB channels and saturation

R 79 of 255 = 31%
G 69 of 255 = 27%
B 9 of 255 = 4%

79
69
9

R + G + B ~ 21%. #4F4509 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 69 + 9 = 157 (100%)
R 79 of 157 ~ 50.32%
G 69 of 157 ~ 43.95%
B 9 of 157 ~ 5.73%

%50.32
%43.95

CMYK color model

#4F4509 color CMYK value is (0,13,89,69).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 88.61%
  • key color value is 69.02%
CMYK:
(0,13,89,69)
C0M13Y89K69 
(0%,13%,89%,69%)
(0.00/0.13/0.89/0.69)	

CMYK percentages

%0
%12.66
%88.61
%69.02

Codes

Color #4F4509 in popluar color models

4F4509
RGB79699
HSL51°79.55%17.25%
HSB/HSV51°88.61%30.98%
CMYK0.00%12.66%88.61%
69.02%

Color #4F4509 in popluar number systems.

HEX4F4509
Decimal79699
Binary100111110001011001
Octal11710511

Shades and tints

Shades of #4F4509

#4F4509
(79,69,9)
#483F09
(72,63,9)
#413909
(65,57,9)
#3A3309
(58,51,9)
#332D09
(51,45,9)
#2C2709
(44,39,9)
#252109
(37,33,9)
#1E1B09
(30,27,9)
#171509
(23,21,9)
#100F09
(16,15,9)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #4F4509

#4F4509
(79,69,9)
#5F551F
(95,85,31)
#6F6535
(111,101,53)
#7F754B
(127,117,75)
#8F8561
(143,133,97)
#9F9577
(159,149,119)
#AFA58D
(175,165,141)
#BFB5A3
(191,181,163)
#CFC5B9
(207,197,185)
#DFD5CF
(223,213,207)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4509 color. Also use rgb(79,69,9) instead hex code.

Text Font Color

.myTextColor { color: #4F4509; }

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

This text font color is #4F4509.


Background Color

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

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

This div background color is #4F4509.


Border color

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

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

This div border color is #4F4509.


Opacity

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

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

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

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

This text has shadow with #4F4509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4509 on black background.


Color preview on white background

This text has color #4F4509 on white background.



Black color preview on #4F4509 background

This text has black color on #4F4509 background.


White color preview on #4F4509 background

This text has white color on #4F4509 background.