COLOR #4F1C3F

HEX: #4F1C3F
RGB: (79,28,63)

Color info

#4F1C3F contains red, green and blue colors in about the same proportion. Web safe color of #4F1C3F is #663333 (or #633).

RGB color model

#4F1C3F color RGB value is (79,28,63).

  • red value is 79;
  • green value is 28;
  • blue value is 63.
RGB:
(79,28,63)
(31%,11%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 28 of 255 = 11%
B 63 of 255 = 25%

79
28
63

R + G + B ~ 22%. #4F1C3F is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 28 + 63 = 170 (100%)
R 79 of 170 ~ 46.47%
G 28 of 170 ~ 16.47%
B 63 of 170 ~ 37.06%

%46.47
%16.47
%37.06

CMYK color model

#4F1C3F color CMYK value is (0,65,20,69).

  • cyan value is 0.00%
  • magenta value is 64.56%
  • yellow value is 20.25%
  • key color value is 69.02%
CMYK:
(0,65,20,69)
C0M65Y20K69 
(0%,65%,20%,69%)
(0.00/0.65/0.20/0.69)	

CMYK percentages

%0
%64.56
%20.25
%69.02

Codes

Color #4F1C3F in popluar color models

4F1C3F
RGB792863
HSL319°47.66%20.98%
HSB/HSV319°64.56%30.98%
CMYK0.00%64.56%20.25%
69.02%

Color #4F1C3F in popluar number systems.

HEX4F1C3F
Decimal792863
Binary100111111100111111
Octal1173477

Shades and tints

Shades of #4F1C3F

#4F1C3F
(79,28,63)
#481A3A
(72,26,58)
#411835
(65,24,53)
#3A1630
(58,22,48)
#33142B
(51,20,43)
#2C1226
(44,18,38)
#251021
(37,16,33)
#1E0E1C
(30,14,28)
#170C17
(23,12,23)
#100A12
(16,10,18)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #4F1C3F

#4F1C3F
(79,28,63)
#5F3050
(95,48,80)
#6F4461
(111,68,97)
#7F5872
(127,88,114)
#8F6C83
(143,108,131)
#9F8094
(159,128,148)
#AF94A5
(175,148,165)
#BFA8B6
(191,168,182)
#CFBCC7
(207,188,199)
#DFD0D8
(223,208,216)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1C3F color. Also use rgb(79,28,63) instead hex code.

Text Font Color

.myTextColor { color: #4F1C3F; }

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

This text font color is #4F1C3F.


Background Color

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

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

This div background color is #4F1C3F.


Border color

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

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

This div border color is #4F1C3F.


Opacity

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

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

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

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

This text has shadow with #4F1C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1C3F on black background.


Color preview on white background

This text has color #4F1C3F on white background.



Black color preview on #4F1C3F background

This text has black color on #4F1C3F background.


White color preview on #4F1C3F background

This text has white color on #4F1C3F background.