COLOR #4F0657

HEX: #4F0657
RGB: (79,6,87)

Color info

#4F0657 contains mainly red and blue colors. Web safe color of #4F0657 is #660066 (or #606).

RGB color model

#4F0657 color RGB value is (79,6,87).

  • red value is 79;
  • green value is 6;
  • blue value is 87.
RGB:
(79,6,87)
(31%,2%,34%)

RGB channels and saturation

R 79 of 255 = 31%
G 6 of 255 = 2%
B 87 of 255 = 34%

79
6
87

R + G + B ~ 22%. #4F0657 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 6 + 87 = 172 (100%)
R 79 of 172 ~ 45.93%
G 6 of 172 ~ 3.49%
B 87 of 172 ~ 50.58%

%45.93
%50.58

CMYK color model

#4F0657 color CMYK value is (9,93,0,66).

  • cyan value is 9.20%
  • magenta value is 93.10%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(9,93,0,66)
C9M93Y0K66 
(9%,93%,0%,66%)
(0.09/0.93/0.00/0.66)	

CMYK percentages

%9.2
%93.1
%0
%65.88

Codes

Color #4F0657 in popluar color models

4F0657
RGB79687
HSL294°87.10%18.24%
HSB/HSV294°93.10%34.12%
CMYK9.20%93.10%0.00%
65.88%

Color #4F0657 in popluar number systems.

HEX4F0657
Decimal79687
Binary10011111101010111
Octal1176127

Shades and tints

Shades of #4F0657

#4F0657
(79,6,87)
#480650
(72,6,80)
#410649
(65,6,73)
#3A0642
(58,6,66)
#33063B
(51,6,59)
#2C0634
(44,6,52)
#25062D
(37,6,45)
#1E0626
(30,6,38)
#17061F
(23,6,31)
#100618
(16,6,24)
#090611
(9,6,17)
#000000
(0,0,0)

Tints of #4F0657

#4F0657
(79,6,87)
#5F1C66
(95,28,102)
#6F3275
(111,50,117)
#7F4884
(127,72,132)
#8F5E93
(143,94,147)
#9F74A2
(159,116,162)
#AF8AB1
(175,138,177)
#BFA0C0
(191,160,192)
#CFB6CF
(207,182,207)
#DFCCDE
(223,204,222)
#EFE2ED
(239,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0657 color. Also use rgb(79,6,87) instead hex code.

Text Font Color

.myTextColor { color: #4F0657; }

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

This text font color is #4F0657.


Background Color

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

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

This div background color is #4F0657.


Border color

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

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

This div border color is #4F0657.


Opacity

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

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

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

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

This text has shadow with #4F0657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0657 on black background.


Color preview on white background

This text has color #4F0657 on white background.



Black color preview on #4F0657 background

This text has black color on #4F0657 background.


White color preview on #4F0657 background

This text has white color on #4F0657 background.