COLOR #4F4064

HEX: #4F4064
RGB: (79,64,100)

Color info

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

RGB color model

#4F4064 color RGB value is (79,64,100).

  • red value is 79;
  • green value is 64;
  • blue value is 100.
RGB:
(79,64,100)
(31%,25%,39%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 100 of 255 = 39%

79
64
100

R + G + B ~ 32%. #4F4064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 64 + 100 = 243 (100%)
R 79 of 243 ~ 32.51%
G 64 of 243 ~ 26.34%
B 100 of 243 ~ 41.15%

%32.51
%26.34
%41.15

CMYK color model

#4F4064 color CMYK value is (21,36,0,61).

  • cyan value is 21.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(21,36,0,61)
C21M36Y0K61 
(21%,36%,0%,61%)
(0.21/0.36/0.00/0.61)	

CMYK percentages

%21
%36
%0
%60.78

Codes

Color #4F4064 in popluar color models

4F4064
RGB7964100
HSL265°21.95%32.16%
HSB/HSV265°36.00%39.22%
CMYK21.00%36.00%0.00%
60.78%

Color #4F4064 in popluar number systems.

HEX4F4064
Decimal7964100
Binary100111110000001100100
Octal117100144

Shades and tints

Shades of #4F4064

#4F4064
(79,64,100)
#483B5B
(72,59,91)
#413652
(65,54,82)
#3A3149
(58,49,73)
#332C40
(51,44,64)
#2C2737
(44,39,55)
#25222E
(37,34,46)
#1E1D25
(30,29,37)
#17181C
(23,24,28)
#101313
(16,19,19)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F4064

#4F4064
(79,64,100)
#5F5172
(95,81,114)
#6F6280
(111,98,128)
#7F738E
(127,115,142)
#8F849C
(143,132,156)
#9F95AA
(159,149,170)
#AFA6B8
(175,166,184)
#BFB7C6
(191,183,198)
#CFC8D4
(207,200,212)
#DFD9E2
(223,217,226)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4064 color. Also use rgb(79,64,100) instead hex code.

Text Font Color

.myTextColor { color: #4F4064; }

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

This text font color is #4F4064.


Background Color

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

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

This div background color is #4F4064.


Border color

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

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

This div border color is #4F4064.


Opacity

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

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

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

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

This text has shadow with #4F4064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4064 on black background.


Color preview on white background

This text has color #4F4064 on white background.



Black color preview on #4F4064 background

This text has black color on #4F4064 background.


White color preview on #4F4064 background

This text has white color on #4F4064 background.