COLOR #4F3406

HEX: #4F3406
RGB: (79,52,6)

Color info

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

RGB color model

#4F3406 color RGB value is (79,52,6).

  • red value is 79;
  • green value is 52;
  • blue value is 6.
RGB:
(79,52,6)
(31%,20%,2%)

RGB channels and saturation

R 79 of 255 = 31%
G 52 of 255 = 20%
B 6 of 255 = 2%

79
52
6

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

Portions of RGB colors in percentages

R + G + B =
79 + 52 + 6 = 137 (100%)
R 79 of 137 ~ 57.66%
G 52 of 137 ~ 37.96%
B 6 of 137 ~ 4.38%

%57.66
%37.96

CMYK color model

#4F3406 color CMYK value is (0,34,92,69).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 92.41%
  • key color value is 69.02%
CMYK:
(0,34,92,69)
C0M34Y92K69 
(0%,34%,92%,69%)
(0.00/0.34/0.92/0.69)	

CMYK percentages

%0
%34.18
%92.41
%69.02

Codes

Color #4F3406 in popluar color models

4F3406
RGB79526
HSL38°85.88%16.67%
HSB/HSV38°92.41%30.98%
CMYK0.00%34.18%92.41%
69.02%

Color #4F3406 in popluar number systems.

HEX4F3406
Decimal79526
Binary1001111110100110
Octal117646

Shades and tints

Shades of #4F3406

#4F3406
(79,52,6)
#483006
(72,48,6)
#412C06
(65,44,6)
#3A2806
(58,40,6)
#332406
(51,36,6)
#2C2006
(44,32,6)
#251C06
(37,28,6)
#1E1806
(30,24,6)
#171406
(23,20,6)
#101006
(16,16,6)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #4F3406

#4F3406
(79,52,6)
#5F461C
(95,70,28)
#6F5832
(111,88,50)
#7F6A48
(127,106,72)
#8F7C5E
(143,124,94)
#9F8E74
(159,142,116)
#AFA08A
(175,160,138)
#BFB2A0
(191,178,160)
#CFC4B6
(207,196,182)
#DFD6CC
(223,214,204)
#EFE8E2
(239,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3406 color. Also use rgb(79,52,6) instead hex code.

Text Font Color

.myTextColor { color: #4F3406; }

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

This text font color is #4F3406.


Background Color

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

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

This div background color is #4F3406.


Border color

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

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

This div border color is #4F3406.


Opacity

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

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

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

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

This text has shadow with #4F3406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3406 on black background.


Color preview on white background

This text has color #4F3406 on white background.



Black color preview on #4F3406 background

This text has black color on #4F3406 background.


White color preview on #4F3406 background

This text has white color on #4F3406 background.