COLOR #4F4109

HEX: #4F4109
RGB: (79,65,9)

Color info

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

RGB color model

#4F4109 color RGB value is (79,65,9).

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

RGB channels and saturation

R 79 of 255 = 31%
G 65 of 255 = 25%
B 9 of 255 = 4%

79
65
9

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

Portions of RGB colors in percentages

R + G + B =
79 + 65 + 9 = 153 (100%)
R 79 of 153 ~ 51.63%
G 65 of 153 ~ 42.48%
B 9 of 153 ~ 5.88%

%51.63
%42.48

CMYK color model

#4F4109 color CMYK value is (0,18,89,69).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 88.61%
  • key color value is 69.02%
CMYK:
(0,18,89,69)
C0M18Y89K69 
(0%,18%,89%,69%)
(0.00/0.18/0.89/0.69)	

CMYK percentages

%0
%17.72
%88.61
%69.02

Codes

Color #4F4109 in popluar color models

4F4109
RGB79659
HSL48°79.55%17.25%
HSB/HSV48°88.61%30.98%
CMYK0.00%17.72%88.61%
69.02%

Color #4F4109 in popluar number systems.

HEX4F4109
Decimal79659
Binary100111110000011001
Octal11710111

Shades and tints

Shades of #4F4109

#4F4109
(79,65,9)
#483C09
(72,60,9)
#413709
(65,55,9)
#3A3209
(58,50,9)
#332D09
(51,45,9)
#2C2809
(44,40,9)
#252309
(37,35,9)
#1E1E09
(30,30,9)
#171909
(23,25,9)
#101409
(16,20,9)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #4F4109

#4F4109
(79,65,9)
#5F521F
(95,82,31)
#6F6335
(111,99,53)
#7F744B
(127,116,75)
#8F8561
(143,133,97)
#9F9677
(159,150,119)
#AFA78D
(175,167,141)
#BFB8A3
(191,184,163)
#CFC9B9
(207,201,185)
#DFDACF
(223,218,207)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4109; }

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

This text font color is #4F4109.


Background Color

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

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

This div background color is #4F4109.


Border color

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

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

This div border color is #4F4109.


Opacity

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

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

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

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

This text has shadow with #4F4109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4109 on black background.


Color preview on white background

This text has color #4F4109 on white background.



Black color preview on #4F4109 background

This text has black color on #4F4109 background.


White color preview on #4F4109 background

This text has white color on #4F4109 background.