COLOR #4F1F55

HEX: #4F1F55
RGB: (79,31,85)

Color info

#4F1F55 contains red, green and blue colors in about the same proportion. Web safe color of #4F1F55 is #663366 (or #636).

RGB color model

#4F1F55 color RGB value is (79,31,85).

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

RGB channels and saturation

R 79 of 255 = 31%
G 31 of 255 = 12%
B 85 of 255 = 33%

79
31
85

R + G + B ~ 25%. #4F1F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 31 + 85 = 195 (100%)
R 79 of 195 ~ 40.51%
G 31 of 195 ~ 15.9%
B 85 of 195 ~ 43.59%

%40.51
%15.9
%43.59

CMYK color model

#4F1F55 color CMYK value is (7,64,0,67).

  • cyan value is 7.06%
  • magenta value is 63.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(7,64,0,67)
C7M64Y0K67 
(7%,64%,0%,67%)
(0.07/0.64/0.00/0.67)	

CMYK percentages

%7.06
%63.53
%0
%66.67

Codes

Color #4F1F55 in popluar color models

4F1F55
RGB793185
HSL293°46.55%22.75%
HSB/HSV293°63.53%33.33%
CMYK7.06%63.53%0.00%
66.67%

Color #4F1F55 in popluar number systems.

HEX4F1F55
Decimal793185
Binary1001111111111010101
Octal11737125

Shades and tints

Shades of #4F1F55

#4F1F55
(79,31,85)
#481D4E
(72,29,78)
#411B47
(65,27,71)
#3A1940
(58,25,64)
#331739
(51,23,57)
#2C1532
(44,21,50)
#25132B
(37,19,43)
#1E1124
(30,17,36)
#170F1D
(23,15,29)
#100D16
(16,13,22)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #4F1F55

#4F1F55
(79,31,85)
#5F3364
(95,51,100)
#6F4773
(111,71,115)
#7F5B82
(127,91,130)
#8F6F91
(143,111,145)
#9F83A0
(159,131,160)
#AF97AF
(175,151,175)
#BFABBE
(191,171,190)
#CFBFCD
(207,191,205)
#DFD3DC
(223,211,220)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1F55; }

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

This text font color is #4F1F55.


Background Color

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

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

This div background color is #4F1F55.


Border color

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

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

This div border color is #4F1F55.


Opacity

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

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

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

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

This text has shadow with #4F1F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1F55 on black background.


Color preview on white background

This text has color #4F1F55 on white background.



Black color preview on #4F1F55 background

This text has black color on #4F1F55 background.


White color preview on #4F1F55 background

This text has white color on #4F1F55 background.