COLOR #4F1901

HEX: #4F1901
RGB: (79,25,1)

Color info

#4F1901 contains mainly red and green colors. Web safe color of #4F1901 is #660000 (or #600).

RGB color model

#4F1901 color RGB value is (79,25,1).

  • red value is 79;
  • green value is 25;
  • blue value is 1.
RGB:
(79,25,1)
(31%,10%,0%)

RGB channels and saturation

R 79 of 255 = 31%
G 25 of 255 = 10%
B 1 of 255 = 0%

79
25
1

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

Portions of RGB colors in percentages

R + G + B =
79 + 25 + 1 = 105 (100%)
R 79 of 105 ~ 75.24%
G 25 of 105 ~ 23.81%
B 1 of 105 ~ 0.95%

%75.24
%23.81

CMYK color model

#4F1901 color CMYK value is (0,68,99,69).

  • cyan value is 0.00%
  • magenta value is 68.35%
  • yellow value is 98.73%
  • key color value is 69.02%
CMYK:
(0,68,99,69)
C0M68Y99K69 
(0%,68%,99%,69%)
(0.00/0.68/0.99/0.69)	

CMYK percentages

%0
%68.35
%98.73
%69.02

Codes

Color #4F1901 in popluar color models

4F1901
RGB79251
HSL18°97.50%15.69%
HSB/HSV18°98.73%30.98%
CMYK0.00%68.35%98.73%
69.02%

Color #4F1901 in popluar number systems.

HEX4F1901
Decimal79251
Binary1001111110011
Octal117311

Shades and tints

Shades of #4F1901

#4F1901
(79,25,1)
#481701
(72,23,1)
#411501
(65,21,1)
#3A1301
(58,19,1)
#331101
(51,17,1)
#2C0F01
(44,15,1)
#250D01
(37,13,1)
#1E0B01
(30,11,1)
#170901
(23,9,1)
#100701
(16,7,1)
#090501
(9,5,1)
#000000
(0,0,0)

Tints of #4F1901

#4F1901
(79,25,1)
#5F2D18
(95,45,24)
#6F412F
(111,65,47)
#7F5546
(127,85,70)
#8F695D
(143,105,93)
#9F7D74
(159,125,116)
#AF918B
(175,145,139)
#BFA5A2
(191,165,162)
#CFB9B9
(207,185,185)
#DFCDD0
(223,205,208)
#EFE1E7
(239,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1901 color. Also use rgb(79,25,1) instead hex code.

Text Font Color

.myTextColor { color: #4F1901; }

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

This text font color is #4F1901.


Background Color

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

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

This div background color is #4F1901.


Border color

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

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

This div border color is #4F1901.


Opacity

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

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

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

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

This text has shadow with #4F1901 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1901 on black background.


Color preview on white background

This text has color #4F1901 on white background.



Black color preview on #4F1901 background

This text has black color on #4F1901 background.


White color preview on #4F1901 background

This text has white color on #4F1901 background.