COLOR #4F1651

HEX: #4F1651
RGB: (79,22,81)

Color info

#4F1651 contains red, green and blue colors in about the same proportion. Web safe color of #4F1651 is #660066 (or #606).

RGB color model

#4F1651 color RGB value is (79,22,81).

  • red value is 79;
  • green value is 22;
  • blue value is 81.
RGB:
(79,22,81)
(31%,9%,32%)

RGB channels and saturation

R 79 of 255 = 31%
G 22 of 255 = 9%
B 81 of 255 = 32%

79
22
81

R + G + B ~ 24%. #4F1651 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 22 + 81 = 182 (100%)
R 79 of 182 ~ 43.41%
G 22 of 182 ~ 12.09%
B 81 of 182 ~ 44.51%

%43.41
%12.09
%44.51

CMYK color model

#4F1651 color CMYK value is (2,73,0,68).

  • cyan value is 2.47%
  • magenta value is 72.84%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(2,73,0,68)
C2M73Y0K68 
(2%,73%,0%,68%)
(0.02/0.73/0.00/0.68)	

CMYK percentages

%2.47
%72.84
%0
%68.24

Codes

Color #4F1651 in popluar color models

4F1651
RGB792281
HSL298°57.28%20.20%
HSB/HSV298°72.84%31.76%
CMYK2.47%72.84%0.00%
68.24%

Color #4F1651 in popluar number systems.

HEX4F1651
Decimal792281
Binary1001111101101010001
Octal11726121

Shades and tints

Shades of #4F1651

#4F1651
(79,22,81)
#48144A
(72,20,74)
#411243
(65,18,67)
#3A103C
(58,16,60)
#330E35
(51,14,53)
#2C0C2E
(44,12,46)
#250A27
(37,10,39)
#1E0820
(30,8,32)
#170619
(23,6,25)
#100412
(16,4,18)
#09020B
(9,2,11)
#000000
(0,0,0)

Tints of #4F1651

#4F1651
(79,22,81)
#5F2B60
(95,43,96)
#6F406F
(111,64,111)
#7F557E
(127,85,126)
#8F6A8D
(143,106,141)
#9F7F9C
(159,127,156)
#AF94AB
(175,148,171)
#BFA9BA
(191,169,186)
#CFBEC9
(207,190,201)
#DFD3D8
(223,211,216)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1651 color. Also use rgb(79,22,81) instead hex code.

Text Font Color

.myTextColor { color: #4F1651; }

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

This text font color is #4F1651.


Background Color

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

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

This div background color is #4F1651.


Border color

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

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

This div border color is #4F1651.


Opacity

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

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

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

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

This text has shadow with #4F1651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1651 on black background.


Color preview on white background

This text has color #4F1651 on white background.



Black color preview on #4F1651 background

This text has black color on #4F1651 background.


White color preview on #4F1651 background

This text has white color on #4F1651 background.