COLOR #4F1306

HEX: #4F1306
RGB: (79,19,6)

Color info

#4F1306 contains mainly red color. Web safe color of #4F1306 is #660000 (or #600).

RGB color model

#4F1306 color RGB value is (79,19,6).

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

RGB channels and saturation

R 79 of 255 = 31%
G 19 of 255 = 7%
B 6 of 255 = 2%

79
19
6

R + G + B ~ 13%. #4F1306 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 19 + 6 = 104 (100%)
R 79 of 104 ~ 75.96%
G 19 of 104 ~ 18.27%
B 6 of 104 ~ 5.77%

%75.96
%18.27

CMYK color model

#4F1306 color CMYK value is (0,76,92,69).

  • cyan value is 0.00%
  • magenta value is 75.95%
  • yellow value is 92.41%
  • key color value is 69.02%
CMYK:
(0,76,92,69)
C0M76Y92K69 
(0%,76%,92%,69%)
(0.00/0.76/0.92/0.69)	

CMYK percentages

%0
%75.95
%92.41
%69.02

Codes

Color #4F1306 in popluar color models

4F1306
RGB79196
HSL11°85.88%16.67%
HSB/HSV11°92.41%30.98%
CMYK0.00%75.95%92.41%
69.02%

Color #4F1306 in popluar number systems.

HEX4F1306
Decimal79196
Binary100111110011110
Octal117236

Shades and tints

Shades of #4F1306

#4F1306
(79,19,6)
#481206
(72,18,6)
#411106
(65,17,6)
#3A1006
(58,16,6)
#330F06
(51,15,6)
#2C0E06
(44,14,6)
#250D06
(37,13,6)
#1E0C06
(30,12,6)
#170B06
(23,11,6)
#100A06
(16,10,6)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #4F1306

#4F1306
(79,19,6)
#5F281C
(95,40,28)
#6F3D32
(111,61,50)
#7F5248
(127,82,72)
#8F675E
(143,103,94)
#9F7C74
(159,124,116)
#AF918A
(175,145,138)
#BFA6A0
(191,166,160)
#CFBBB6
(207,187,182)
#DFD0CC
(223,208,204)
#EFE5E2
(239,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1306; }

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

This text font color is #4F1306.


Background Color

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

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

This div background color is #4F1306.


Border color

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

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

This div border color is #4F1306.


Opacity

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

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

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

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

This text has shadow with #4F1306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1306 on black background.


Color preview on white background

This text has color #4F1306 on white background.



Black color preview on #4F1306 background

This text has black color on #4F1306 background.


White color preview on #4F1306 background

This text has white color on #4F1306 background.