COLOR #4F1350

HEX: #4F1350
RGB: (79,19,80)

Color info

#4F1350 contains mainly red and blue colors. Web safe color of #4F1350 is #660066 (or #606).

RGB color model

#4F1350 color RGB value is (79,19,80).

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

RGB channels and saturation

R 79 of 255 = 31%
G 19 of 255 = 7%
B 80 of 255 = 31%

79
19
80

R + G + B ~ 23%. #4F1350 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 19 + 80 = 178 (100%)
R 79 of 178 ~ 44.38%
G 19 of 178 ~ 10.67%
B 80 of 178 ~ 44.94%

%44.38
%10.67
%44.94

CMYK color model

#4F1350 color CMYK value is (1,76,0,69).

  • cyan value is 1.25%
  • magenta value is 76.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(1,76,0,69)
C1M76Y0K69 
(1%,76%,0%,69%)
(0.01/0.76/0.00/0.69)	

CMYK percentages

%1.25
%76.25
%0
%68.63

Codes

Color #4F1350 in popluar color models

4F1350
RGB791980
HSL299°61.62%19.41%
HSB/HSV299°76.25%31.37%
CMYK1.25%76.25%0.00%
68.63%

Color #4F1350 in popluar number systems.

HEX4F1350
Decimal791980
Binary1001111100111010000
Octal11723120

Shades and tints

Shades of #4F1350

#4F1350
(79,19,80)
#481249
(72,18,73)
#411142
(65,17,66)
#3A103B
(58,16,59)
#330F34
(51,15,52)
#2C0E2D
(44,14,45)
#250D26
(37,13,38)
#1E0C1F
(30,12,31)
#170B18
(23,11,24)
#100A11
(16,10,17)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F1350

#4F1350
(79,19,80)
#5F285F
(95,40,95)
#6F3D6E
(111,61,110)
#7F527D
(127,82,125)
#8F678C
(143,103,140)
#9F7C9B
(159,124,155)
#AF91AA
(175,145,170)
#BFA6B9
(191,166,185)
#CFBBC8
(207,187,200)
#DFD0D7
(223,208,215)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1350; }

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

This text font color is #4F1350.


Background Color

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

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

This div background color is #4F1350.


Border color

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

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

This div border color is #4F1350.


Opacity

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

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

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

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

This text has shadow with #4F1350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1350 on black background.


Color preview on white background

This text has color #4F1350 on white background.



Black color preview on #4F1350 background

This text has black color on #4F1350 background.


White color preview on #4F1350 background

This text has white color on #4F1350 background.