COLOR #4F1F5E

HEX: #4F1F5E
RGB: (79,31,94)

Color info

#4F1F5E contains mainly red and blue colors. Web safe color of #4F1F5E is #663366 (or #636).

RGB color model

#4F1F5E color RGB value is (79,31,94).

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

RGB channels and saturation

R 79 of 255 = 31%
G 31 of 255 = 12%
B 94 of 255 = 37%

79
31
94

R + G + B ~ 27%. #4F1F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 31 + 94 = 204 (100%)
R 79 of 204 ~ 38.73%
G 31 of 204 ~ 15.2%
B 94 of 204 ~ 46.08%

%38.73
%15.2
%46.08

CMYK color model

#4F1F5E color CMYK value is (16,67,0,63).

  • cyan value is 15.96%
  • magenta value is 67.02%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(16,67,0,63)
C16M67Y0K63 
(16%,67%,0%,63%)
(0.16/0.67/0.00/0.63)	

CMYK percentages

%15.96
%67.02
%0
%63.14

Codes

Color #4F1F5E in popluar color models

4F1F5E
RGB793194
HSL286°50.40%24.51%
HSB/HSV286°67.02%36.86%
CMYK15.96%67.02%0.00%
63.14%

Color #4F1F5E in popluar number systems.

HEX4F1F5E
Decimal793194
Binary1001111111111011110
Octal11737136

Shades and tints

Shades of #4F1F5E

#4F1F5E
(79,31,94)
#481D56
(72,29,86)
#411B4E
(65,27,78)
#3A1946
(58,25,70)
#33173E
(51,23,62)
#2C1536
(44,21,54)
#25132E
(37,19,46)
#1E1126
(30,17,38)
#170F1E
(23,15,30)
#100D16
(16,13,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F1F5E

#4F1F5E
(79,31,94)
#5F336C
(95,51,108)
#6F477A
(111,71,122)
#7F5B88
(127,91,136)
#8F6F96
(143,111,150)
#9F83A4
(159,131,164)
#AF97B2
(175,151,178)
#BFABC0
(191,171,192)
#CFBFCE
(207,191,206)
#DFD3DC
(223,211,220)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1F5E; }

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

This text font color is #4F1F5E.


Background Color

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

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

This div background color is #4F1F5E.


Border color

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

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

This div border color is #4F1F5E.


Opacity

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

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

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

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

This text has shadow with #4F1F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1F5E on black background.


Color preview on white background

This text has color #4F1F5E on white background.



Black color preview on #4F1F5E background

This text has black color on #4F1F5E background.


White color preview on #4F1F5E background

This text has white color on #4F1F5E background.