COLOR #4F3B06

HEX: #4F3B06
RGB: (79,59,6)

Color info

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

RGB color model

#4F3B06 color RGB value is (79,59,6).

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

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 6 of 255 = 2%

79
59
6

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

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 6 = 144 (100%)
R 79 of 144 ~ 54.86%
G 59 of 144 ~ 40.97%
B 6 of 144 ~ 4.17%

%54.86
%40.97

CMYK color model

#4F3B06 color CMYK value is (0,25,92,69).

  • cyan value is 0.00%
  • magenta value is 25.32%
  • yellow value is 92.41%
  • key color value is 69.02%
CMYK:
(0,25,92,69)
C0M25Y92K69 
(0%,25%,92%,69%)
(0.00/0.25/0.92/0.69)	

CMYK percentages

%0
%25.32
%92.41
%69.02

Codes

Color #4F3B06 in popluar color models

4F3B06
RGB79596
HSL44°85.88%16.67%
HSB/HSV44°92.41%30.98%
CMYK0.00%25.32%92.41%
69.02%

Color #4F3B06 in popluar number systems.

HEX4F3B06
Decimal79596
Binary1001111111011110
Octal117736

Shades and tints

Shades of #4F3B06

#4F3B06
(79,59,6)
#483606
(72,54,6)
#413106
(65,49,6)
#3A2C06
(58,44,6)
#332706
(51,39,6)
#2C2206
(44,34,6)
#251D06
(37,29,6)
#1E1806
(30,24,6)
#171306
(23,19,6)
#100E06
(16,14,6)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #4F3B06

#4F3B06
(79,59,6)
#5F4C1C
(95,76,28)
#6F5D32
(111,93,50)
#7F6E48
(127,110,72)
#8F7F5E
(143,127,94)
#9F9074
(159,144,116)
#AFA18A
(175,161,138)
#BFB2A0
(191,178,160)
#CFC3B6
(207,195,182)
#DFD4CC
(223,212,204)
#EFE5E2
(239,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B06; }

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

This text font color is #4F3B06.


Background Color

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

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

This div background color is #4F3B06.


Border color

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

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

This div border color is #4F3B06.


Opacity

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

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

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

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

This text has shadow with #4F3B06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B06 on black background.


Color preview on white background

This text has color #4F3B06 on white background.



Black color preview on #4F3B06 background

This text has black color on #4F3B06 background.


White color preview on #4F3B06 background

This text has white color on #4F3B06 background.