COLOR #4F0049

HEX: #4F0049
RGB: (79,0,73)

Color info

#4F0049 contains only red and blue colors. Web safe color of #4F0049 is #660033 (or #603).

RGB color model

#4F0049 color RGB value is (79,0,73).

  • red value is 79;
  • green value is 0;
  • blue value is 73.
RGB:
(79,0,73)
(31%,0%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 0 of 255 = 0%
B 73 of 255 = 29%

79
0
73

R + G + B ~ 20%. #4F0049 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 0 + 73 = 152 (100%)
R 79 of 152 ~ 51.97%
G 0 of 152 ~ 0%
B 73 of 152 ~ 48.03%

%51.97
%48.03

CMYK color model

#4F0049 color CMYK value is (0,100,8,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(0,100,8,69)
C0M100Y8K69 
(0%,100%,8%,69%)
(0.00/1.00/0.08/0.69)	

CMYK percentages

%0
%100
%7.59
%69.02

Codes

Color #4F0049 in popluar color models

4F0049
RGB79073
HSL305°100.00%15.49%
HSB/HSV305°100.00%30.98%
CMYK0.00%100.00%7.59%
69.02%

Color #4F0049 in popluar number systems.

HEX4F0049
Decimal79073
Binary100111101001001
Octal1170111

Shades and tints

Shades of #4F0049

#4F0049
(79,0,73)
#480043
(72,0,67)
#41003D
(65,0,61)
#3A0037
(58,0,55)
#330031
(51,0,49)
#2C002B
(44,0,43)
#250025
(37,0,37)
#1E001F
(30,0,31)
#170019
(23,0,25)
#100013
(16,0,19)
#09000D
(9,0,13)
#000000
(0,0,0)

Tints of #4F0049

#4F0049
(79,0,73)
#5F1759
(95,23,89)
#6F2E69
(111,46,105)
#7F4579
(127,69,121)
#8F5C89
(143,92,137)
#9F7399
(159,115,153)
#AF8AA9
(175,138,169)
#BFA1B9
(191,161,185)
#CFB8C9
(207,184,201)
#DFCFD9
(223,207,217)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0049 color. Also use rgb(79,0,73) instead hex code.

Text Font Color

.myTextColor { color: #4F0049; }

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

This text font color is #4F0049.


Background Color

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

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

This div background color is #4F0049.


Border color

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

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

This div border color is #4F0049.


Opacity

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

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

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

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

This text has shadow with #4F0049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0049 on black background.


Color preview on white background

This text has color #4F0049 on white background.



Black color preview on #4F0049 background

This text has black color on #4F0049 background.


White color preview on #4F0049 background

This text has white color on #4F0049 background.