COLOR #4F1323

HEX: #4F1323
RGB: (79,19,35)

Color info

#4F1323 contains mainly red and blue colors. Web safe color of #4F1323 is #660033 (or #603).

RGB color model

#4F1323 color RGB value is (79,19,35).

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

RGB channels and saturation

R 79 of 255 = 31%
G 19 of 255 = 7%
B 35 of 255 = 14%

79
19
35

R + G + B ~ 17%. #4F1323 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 19 + 35 = 133 (100%)
R 79 of 133 ~ 59.4%
G 19 of 133 ~ 14.29%
B 35 of 133 ~ 26.32%

%59.4
%14.29
%26.32

CMYK color model

#4F1323 color CMYK value is (0,76,56,69).

  • cyan value is 0.00%
  • magenta value is 75.95%
  • yellow value is 55.70%
  • key color value is 69.02%
CMYK:
(0,76,56,69)
C0M76Y56K69 
(0%,76%,56%,69%)
(0.00/0.76/0.56/0.69)	

CMYK percentages

%0
%75.95
%55.7
%69.02

Codes

Color #4F1323 in popluar color models

4F1323
RGB791935
HSL344°61.22%19.22%
HSB/HSV344°75.95%30.98%
CMYK0.00%75.95%55.70%
69.02%

Color #4F1323 in popluar number systems.

HEX4F1323
Decimal791935
Binary100111110011100011
Octal1172343

Shades and tints

Shades of #4F1323

#4F1323
(79,19,35)
#481220
(72,18,32)
#41111D
(65,17,29)
#3A101A
(58,16,26)
#330F17
(51,15,23)
#2C0E14
(44,14,20)
#250D11
(37,13,17)
#1E0C0E
(30,12,14)
#170B0B
(23,11,11)
#100A08
(16,10,8)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #4F1323

#4F1323
(79,19,35)
#5F2837
(95,40,55)
#6F3D4B
(111,61,75)
#7F525F
(127,82,95)
#8F6773
(143,103,115)
#9F7C87
(159,124,135)
#AF919B
(175,145,155)
#BFA6AF
(191,166,175)
#CFBBC3
(207,187,195)
#DFD0D7
(223,208,215)
#EFE5EB
(239,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1323; }

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

This text font color is #4F1323.


Background Color

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

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

This div background color is #4F1323.


Border color

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

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

This div border color is #4F1323.


Opacity

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

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

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

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

This text has shadow with #4F1323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1323 on black background.


Color preview on white background

This text has color #4F1323 on white background.



Black color preview on #4F1323 background

This text has black color on #4F1323 background.


White color preview on #4F1323 background

This text has white color on #4F1323 background.