COLOR #4F2F73

HEX: #4F2F73
RGB: (79,47,115)

Color info

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

RGB color model

#4F2F73 color RGB value is (79,47,115).

  • red value is 79;
  • green value is 47;
  • blue value is 115.
RGB:
(79,47,115)
(31%,18%,45%)

RGB channels and saturation

R 79 of 255 = 31%
G 47 of 255 = 18%
B 115 of 255 = 45%

79
47
115

R + G + B ~ 31%. #4F2F73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 47 + 115 = 241 (100%)
R 79 of 241 ~ 32.78%
G 47 of 241 ~ 19.5%
B 115 of 241 ~ 47.72%

%32.78
%19.5
%47.72

CMYK color model

#4F2F73 color CMYK value is (31,59,0,55).

  • cyan value is 31.30%
  • magenta value is 59.13%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(31,59,0,55)
C31M59Y0K55 
(31%,59%,0%,55%)
(0.31/0.59/0.00/0.55)	

CMYK percentages

%31.3
%59.13
%0
%54.9

Codes

Color #4F2F73 in popluar color models

4F2F73
RGB7947115
HSL268°41.98%31.76%
HSB/HSV268°59.13%45.10%
CMYK31.30%59.13%0.00%
54.90%

Color #4F2F73 in popluar number systems.

HEX4F2F73
Decimal7947115
Binary10011111011111110011
Octal11757163

Shades and tints

Shades of #4F2F73

#4F2F73
(79,47,115)
#482B69
(72,43,105)
#41275F
(65,39,95)
#3A2355
(58,35,85)
#331F4B
(51,31,75)
#2C1B41
(44,27,65)
#251737
(37,23,55)
#1E132D
(30,19,45)
#170F23
(23,15,35)
#100B19
(16,11,25)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #4F2F73

#4F2F73
(79,47,115)
#5F417F
(95,65,127)
#6F538B
(111,83,139)
#7F6597
(127,101,151)
#8F77A3
(143,119,163)
#9F89AF
(159,137,175)
#AF9BBB
(175,155,187)
#BFADC7
(191,173,199)
#CFBFD3
(207,191,211)
#DFD1DF
(223,209,223)
#EFE3EB
(239,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2F73 color. Also use rgb(79,47,115) instead hex code.

Text Font Color

.myTextColor { color: #4F2F73; }

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

This text font color is #4F2F73.


Background Color

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

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

This div background color is #4F2F73.


Border color

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

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

This div border color is #4F2F73.


Opacity

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

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

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

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

This text has shadow with #4F2F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2F73 on black background.


Color preview on white background

This text has color #4F2F73 on white background.



Black color preview on #4F2F73 background

This text has black color on #4F2F73 background.


White color preview on #4F2F73 background

This text has white color on #4F2F73 background.