COLOR #4F1F03

HEX: #4F1F03
RGB: (79,31,3)

Color info

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

RGB color model

#4F1F03 color RGB value is (79,31,3).

  • red value is 79;
  • green value is 31;
  • blue value is 3.
RGB:
(79,31,3)
(31%,12%,1%)

RGB channels and saturation

R 79 of 255 = 31%
G 31 of 255 = 12%
B 3 of 255 = 1%

79
31
3

R + G + B ~ 15%. #4F1F03 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 31 + 3 = 113 (100%)
R 79 of 113 ~ 69.91%
G 31 of 113 ~ 27.43%
B 3 of 113 ~ 2.65%

%69.91
%27.43

CMYK color model

#4F1F03 color CMYK value is (0,61,96,69).

  • cyan value is 0.00%
  • magenta value is 60.76%
  • yellow value is 96.20%
  • key color value is 69.02%
CMYK:
(0,61,96,69)
C0M61Y96K69 
(0%,61%,96%,69%)
(0.00/0.61/0.96/0.69)	

CMYK percentages

%0
%60.76
%96.2
%69.02

Codes

Color #4F1F03 in popluar color models

4F1F03
RGB79313
HSL22°92.68%16.08%
HSB/HSV22°96.20%30.98%
CMYK0.00%60.76%96.20%
69.02%

Color #4F1F03 in popluar number systems.

HEX4F1F03
Decimal79313
Binary10011111111111
Octal117373

Shades and tints

Shades of #4F1F03

#4F1F03
(79,31,3)
#481D03
(72,29,3)
#411B03
(65,27,3)
#3A1903
(58,25,3)
#331703
(51,23,3)
#2C1503
(44,21,3)
#251303
(37,19,3)
#1E1103
(30,17,3)
#170F03
(23,15,3)
#100D03
(16,13,3)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #4F1F03

#4F1F03
(79,31,3)
#5F3319
(95,51,25)
#6F472F
(111,71,47)
#7F5B45
(127,91,69)
#8F6F5B
(143,111,91)
#9F8371
(159,131,113)
#AF9787
(175,151,135)
#BFAB9D
(191,171,157)
#CFBFB3
(207,191,179)
#DFD3C9
(223,211,201)
#EFE7DF
(239,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1F03 color. Also use rgb(79,31,3) instead hex code.

Text Font Color

.myTextColor { color: #4F1F03; }

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

This text font color is #4F1F03.


Background Color

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

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

This div background color is #4F1F03.


Border color

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

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

This div border color is #4F1F03.


Opacity

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

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

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

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

This text has shadow with #4F1F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1F03 on black background.


Color preview on white background

This text has color #4F1F03 on white background.



Black color preview on #4F1F03 background

This text has black color on #4F1F03 background.


White color preview on #4F1F03 background

This text has white color on #4F1F03 background.