COLOR #4F1583

HEX: #4F1583
RGB: (79,21,131)

Color info

#4F1583 contains mainly red and blue colors. Web safe color of #4F1583 is #660099 (or #609).

RGB color model

#4F1583 color RGB value is (79,21,131).

  • red value is 79;
  • green value is 21;
  • blue value is 131.
RGB:
(79,21,131)
(31%,8%,51%)

RGB channels and saturation

R 79 of 255 = 31%
G 21 of 255 = 8%
B 131 of 255 = 51%

79
21
131

R + G + B ~ 30%. #4F1583 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 21 + 131 = 231 (100%)
R 79 of 231 ~ 34.2%
G 21 of 231 ~ 9.09%
B 131 of 231 ~ 56.71%

%34.2
%56.71

CMYK color model

#4F1583 color CMYK value is (40,84,0,49).

  • cyan value is 39.69%
  • magenta value is 83.97%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(40,84,0,49)
C40M84Y0K49 
(40%,84%,0%,49%)
(0.40/0.84/0.00/0.49)	

CMYK percentages

%39.69
%83.97
%0
%48.63

Codes

Color #4F1583 in popluar color models

4F1583
RGB7921131
HSL272°72.37%29.80%
HSB/HSV272°83.97%51.37%
CMYK39.69%83.97%0.00%
48.63%

Color #4F1583 in popluar number systems.

HEX4F1583
Decimal7921131
Binary10011111010110000011
Octal11725203

Shades and tints

Shades of #4F1583

#4F1583
(79,21,131)
#481478
(72,20,120)
#41136D
(65,19,109)
#3A1262
(58,18,98)
#331157
(51,17,87)
#2C104C
(44,16,76)
#250F41
(37,15,65)
#1E0E36
(30,14,54)
#170D2B
(23,13,43)
#100C20
(16,12,32)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #4F1583

#4F1583
(79,21,131)
#5F2A8E
(95,42,142)
#6F3F99
(111,63,153)
#7F54A4
(127,84,164)
#8F69AF
(143,105,175)
#9F7EBA
(159,126,186)
#AF93C5
(175,147,197)
#BFA8D0
(191,168,208)
#CFBDDB
(207,189,219)
#DFD2E6
(223,210,230)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F1583 color. Also use rgb(79,21,131) instead hex code.

Text Font Color

.myTextColor { color: #4F1583; }

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

This text font color is #4F1583.


Background Color

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

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

This div background color is #4F1583.


Border color

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

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

This div border color is #4F1583.


Opacity

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

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

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

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

This text has shadow with #4F1583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1583 on black background.


Color preview on white background

This text has color #4F1583 on white background.



Black color preview on #4F1583 background

This text has black color on #4F1583 background.


White color preview on #4F1583 background

This text has white color on #4F1583 background.