COLOR #4F1347

HEX: #4F1347
RGB: (79,19,71)

Color info

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

RGB color model

#4F1347 color RGB value is (79,19,71).

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

RGB channels and saturation

R 79 of 255 = 31%
G 19 of 255 = 7%
B 71 of 255 = 28%

79
19
71

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

Portions of RGB colors in percentages

R + G + B =
79 + 19 + 71 = 169 (100%)
R 79 of 169 ~ 46.75%
G 19 of 169 ~ 11.24%
B 71 of 169 ~ 42.01%

%46.75
%11.24
%42.01

CMYK color model

#4F1347 color CMYK value is (0,76,10,69).

  • cyan value is 0.00%
  • magenta value is 75.95%
  • yellow value is 10.13%
  • key color value is 69.02%
CMYK:
(0,76,10,69)
C0M76Y10K69 
(0%,76%,10%,69%)
(0.00/0.76/0.10/0.69)	

CMYK percentages

%0
%75.95
%10.13
%69.02

Codes

Color #4F1347 in popluar color models

4F1347
RGB791971
HSL308°61.22%19.22%
HSB/HSV308°75.95%30.98%
CMYK0.00%75.95%10.13%
69.02%

Color #4F1347 in popluar number systems.

HEX4F1347
Decimal791971
Binary1001111100111000111
Octal11723107

Shades and tints

Shades of #4F1347

#4F1347
(79,19,71)
#481241
(72,18,65)
#41113B
(65,17,59)
#3A1035
(58,16,53)
#330F2F
(51,15,47)
#2C0E29
(44,14,41)
#250D23
(37,13,35)
#1E0C1D
(30,12,29)
#170B17
(23,11,23)
#100A11
(16,10,17)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F1347

#4F1347
(79,19,71)
#5F2857
(95,40,87)
#6F3D67
(111,61,103)
#7F5277
(127,82,119)
#8F6787
(143,103,135)
#9F7C97
(159,124,151)
#AF91A7
(175,145,167)
#BFA6B7
(191,166,183)
#CFBBC7
(207,187,199)
#DFD0D7
(223,208,215)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1347; }

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

This text font color is #4F1347.


Background Color

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

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

This div background color is #4F1347.


Border color

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

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

This div border color is #4F1347.


Opacity

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

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

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

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

This text has shadow with #4F1347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1347 on black background.


Color preview on white background

This text has color #4F1347 on white background.



Black color preview on #4F1347 background

This text has black color on #4F1347 background.


White color preview on #4F1347 background

This text has white color on #4F1347 background.