COLOR #4F1500

HEX: #4F1500
RGB: (79,21,0)

Color info

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

RGB color model

#4F1500 color RGB value is (79,21,0).

  • red value is 79;
  • green value is 21;
  • blue value is 0.
RGB:
(79,21,0)
(31%,8%,0%)

RGB channels and saturation

R 79 of 255 = 31%
G 21 of 255 = 8%
B 0 of 255 = 0%

79
21
0

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

Portions of RGB colors in percentages

R + G + B =
79 + 21 + 0 = 100 (100%)
R 79 of 100 ~ 79%
G 21 of 100 ~ 21%
B 0 of 100 ~ 0%

%79
%21

CMYK color model

#4F1500 color CMYK value is (0,73,100,69).

  • cyan value is 0.00%
  • magenta value is 73.42%
  • yellow value is 100.00%
  • key color value is 69.02%
CMYK:
(0,73,100,69)
C0M73Y100K69 
(0%,73%,100%,69%)
(0.00/0.73/1.00/0.69)	

CMYK percentages

%0
%73.42
%100
%69.02

Codes

Color #4F1500 in popluar color models

4F1500
RGB79210
HSL16°100.00%15.49%
HSB/HSV16°100.00%30.98%
CMYK0.00%73.42%100.00%
69.02%

Color #4F1500 in popluar number systems.

HEX4F1500
Decimal79210
Binary1001111101010
Octal117250

Shades and tints

Shades of #4F1500

#4F1500
(79,21,0)
#481400
(72,20,0)
#411300
(65,19,0)
#3A1200
(58,18,0)
#331100
(51,17,0)
#2C1000
(44,16,0)
#250F00
(37,15,0)
#1E0E00
(30,14,0)
#170D00
(23,13,0)
#100C00
(16,12,0)
#090B00
(9,11,0)
#000000
(0,0,0)

Tints of #4F1500

#4F1500
(79,21,0)
#5F2A17
(95,42,23)
#6F3F2E
(111,63,46)
#7F5445
(127,84,69)
#8F695C
(143,105,92)
#9F7E73
(159,126,115)
#AF938A
(175,147,138)
#BFA8A1
(191,168,161)
#CFBDB8
(207,189,184)
#DFD2CF
(223,210,207)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1500 color. Also use rgb(79,21,0) instead hex code.

Text Font Color

.myTextColor { color: #4F1500; }

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

This text font color is #4F1500.


Background Color

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

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

This div background color is #4F1500.


Border color

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

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

This div border color is #4F1500.


Opacity

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

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

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

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

This text has shadow with #4F1500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1500 on black background.


Color preview on white background

This text has color #4F1500 on white background.



Black color preview on #4F1500 background

This text has black color on #4F1500 background.


White color preview on #4F1500 background

This text has white color on #4F1500 background.