COLOR #4F3709

HEX: #4F3709
RGB: (79,55,9)

Color info

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

RGB color model

#4F3709 color RGB value is (79,55,9).

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

RGB channels and saturation

R 79 of 255 = 31%
G 55 of 255 = 22%
B 9 of 255 = 4%

79
55
9

R + G + B ~ 19%. #4F3709 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 55 + 9 = 143 (100%)
R 79 of 143 ~ 55.24%
G 55 of 143 ~ 38.46%
B 9 of 143 ~ 6.29%

%55.24
%38.46

CMYK color model

#4F3709 color CMYK value is (0,30,89,69).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 88.61%
  • key color value is 69.02%
CMYK:
(0,30,89,69)
C0M30Y89K69 
(0%,30%,89%,69%)
(0.00/0.30/0.89/0.69)	

CMYK percentages

%0
%30.38
%88.61
%69.02

Codes

Color #4F3709 in popluar color models

4F3709
RGB79559
HSL39°79.55%17.25%
HSB/HSV39°88.61%30.98%
CMYK0.00%30.38%88.61%
69.02%

Color #4F3709 in popluar number systems.

HEX4F3709
Decimal79559
Binary10011111101111001
Octal1176711

Shades and tints

Shades of #4F3709

#4F3709
(79,55,9)
#483209
(72,50,9)
#412D09
(65,45,9)
#3A2809
(58,40,9)
#332309
(51,35,9)
#2C1E09
(44,30,9)
#251909
(37,25,9)
#1E1409
(30,20,9)
#170F09
(23,15,9)
#100A09
(16,10,9)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #4F3709

#4F3709
(79,55,9)
#5F491F
(95,73,31)
#6F5B35
(111,91,53)
#7F6D4B
(127,109,75)
#8F7F61
(143,127,97)
#9F9177
(159,145,119)
#AFA38D
(175,163,141)
#BFB5A3
(191,181,163)
#CFC7B9
(207,199,185)
#DFD9CF
(223,217,207)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3709; }

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

This text font color is #4F3709.


Background Color

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

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

This div background color is #4F3709.


Border color

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

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

This div border color is #4F3709.


Opacity

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

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

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

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

This text has shadow with #4F3709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3709 on black background.


Color preview on white background

This text has color #4F3709 on white background.



Black color preview on #4F3709 background

This text has black color on #4F3709 background.


White color preview on #4F3709 background

This text has white color on #4F3709 background.