COLOR #4F3107

HEX: #4F3107
RGB: (79,49,7)

Color info

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

RGB color model

#4F3107 color RGB value is (79,49,7).

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

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 7 of 255 = 3%

79
49
7

R + G + B ~ 18%. #4F3107 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 7 = 135 (100%)
R 79 of 135 ~ 58.52%
G 49 of 135 ~ 36.3%
B 7 of 135 ~ 5.19%

%58.52
%36.3

CMYK color model

#4F3107 color CMYK value is (0,38,91,69).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 91.14%
  • key color value is 69.02%
CMYK:
(0,38,91,69)
C0M38Y91K69 
(0%,38%,91%,69%)
(0.00/0.38/0.91/0.69)	

CMYK percentages

%0
%37.97
%91.14
%69.02

Codes

Color #4F3107 in popluar color models

4F3107
RGB79497
HSL35°83.72%16.86%
HSB/HSV35°91.14%30.98%
CMYK0.00%37.97%91.14%
69.02%

Color #4F3107 in popluar number systems.

HEX4F3107
Decimal79497
Binary1001111110001111
Octal117617

Shades and tints

Shades of #4F3107

#4F3107
(79,49,7)
#482D07
(72,45,7)
#412907
(65,41,7)
#3A2507
(58,37,7)
#332107
(51,33,7)
#2C1D07
(44,29,7)
#251907
(37,25,7)
#1E1507
(30,21,7)
#171107
(23,17,7)
#100D07
(16,13,7)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #4F3107

#4F3107
(79,49,7)
#5F431D
(95,67,29)
#6F5533
(111,85,51)
#7F6749
(127,103,73)
#8F795F
(143,121,95)
#9F8B75
(159,139,117)
#AF9D8B
(175,157,139)
#BFAFA1
(191,175,161)
#CFC1B7
(207,193,183)
#DFD3CD
(223,211,205)
#EFE5E3
(239,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3107 color. Also use rgb(79,49,7) instead hex code.

Text Font Color

.myTextColor { color: #4F3107; }

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

This text font color is #4F3107.


Background Color

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

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

This div background color is #4F3107.


Border color

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

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

This div border color is #4F3107.


Opacity

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

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

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

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

This text has shadow with #4F3107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3107 on black background.


Color preview on white background

This text has color #4F3107 on white background.



Black color preview on #4F3107 background

This text has black color on #4F3107 background.


White color preview on #4F3107 background

This text has white color on #4F3107 background.