COLOR #4F130A

HEX: #4F130A
RGB: (79,19,10)

Color info

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

RGB color model

#4F130A color RGB value is (79,19,10).

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

RGB channels and saturation

R 79 of 255 = 31%
G 19 of 255 = 7%
B 10 of 255 = 4%

79
19
10

R + G + B ~ 14%. #4F130A is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 19 + 10 = 108 (100%)
R 79 of 108 ~ 73.15%
G 19 of 108 ~ 17.59%
B 10 of 108 ~ 9.26%

%73.15
%17.59

CMYK color model

#4F130A color CMYK value is (0,76,87,69).

  • cyan value is 0.00%
  • magenta value is 75.95%
  • yellow value is 87.34%
  • key color value is 69.02%
CMYK:
(0,76,87,69)
C0M76Y87K69 
(0%,76%,87%,69%)
(0.00/0.76/0.87/0.69)	

CMYK percentages

%0
%75.95
%87.34
%69.02

Codes

Color #4F130A in popluar color models

4F130A
RGB791910
HSL77.53%17.45%
HSB/HSV87.34%30.98%
CMYK0.00%75.95%87.34%
69.02%

Color #4F130A in popluar number systems.

HEX4F130A
Decimal791910
Binary1001111100111010
Octal1172312

Shades and tints

Shades of #4F130A

#4F130A
(79,19,10)
#48120A
(72,18,10)
#41110A
(65,17,10)
#3A100A
(58,16,10)
#330F0A
(51,15,10)
#2C0E0A
(44,14,10)
#250D0A
(37,13,10)
#1E0C0A
(30,12,10)
#170B0A
(23,11,10)
#100A0A
(16,10,10)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F130A

#4F130A
(79,19,10)
#5F2820
(95,40,32)
#6F3D36
(111,61,54)
#7F524C
(127,82,76)
#8F6762
(143,103,98)
#9F7C78
(159,124,120)
#AF918E
(175,145,142)
#BFA6A4
(191,166,164)
#CFBBBA
(207,187,186)
#DFD0D0
(223,208,208)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F130A; }

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

This text font color is #4F130A.


Background Color

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

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

This div background color is #4F130A.


Border color

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

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

This div border color is #4F130A.


Opacity

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

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

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

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

This text has shadow with #4F130A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F130A on black background.


Color preview on white background

This text has color #4F130A on white background.



Black color preview on #4F130A background

This text has black color on #4F130A background.


White color preview on #4F130A background

This text has white color on #4F130A background.