COLOR #4F3B64

HEX: #4F3B64
RGB: (79,59,100)

Color info

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

RGB color model

#4F3B64 color RGB value is (79,59,100).

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

RGB channels and saturation

R 79 of 255 = 31%
G 59 of 255 = 23%
B 100 of 255 = 39%

79
59
100

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

Portions of RGB colors in percentages

R + G + B =
79 + 59 + 100 = 238 (100%)
R 79 of 238 ~ 33.19%
G 59 of 238 ~ 24.79%
B 100 of 238 ~ 42.02%

%33.19
%24.79
%42.02

CMYK color model

#4F3B64 color CMYK value is (21,41,0,61).

  • cyan value is 21.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(21,41,0,61)
C21M41Y0K61 
(21%,41%,0%,61%)
(0.21/0.41/0.00/0.61)	

CMYK percentages

%21
%41
%0
%60.78

Codes

Color #4F3B64 in popluar color models

4F3B64
RGB7959100
HSL269°25.79%31.18%
HSB/HSV269°41.00%39.22%
CMYK21.00%41.00%0.00%
60.78%

Color #4F3B64 in popluar number systems.

HEX4F3B64
Decimal7959100
Binary10011111110111100100
Octal11773144

Shades and tints

Shades of #4F3B64

#4F3B64
(79,59,100)
#48365B
(72,54,91)
#413152
(65,49,82)
#3A2C49
(58,44,73)
#332740
(51,39,64)
#2C2237
(44,34,55)
#251D2E
(37,29,46)
#1E1825
(30,24,37)
#17131C
(23,19,28)
#100E13
(16,14,19)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F3B64

#4F3B64
(79,59,100)
#5F4C72
(95,76,114)
#6F5D80
(111,93,128)
#7F6E8E
(127,110,142)
#8F7F9C
(143,127,156)
#9F90AA
(159,144,170)
#AFA1B8
(175,161,184)
#BFB2C6
(191,178,198)
#CFC3D4
(207,195,212)
#DFD4E2
(223,212,226)
#EFE5F0
(239,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3B64; }

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

This text font color is #4F3B64.


Background Color

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

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

This div background color is #4F3B64.


Border color

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

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

This div border color is #4F3B64.


Opacity

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

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

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

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

This text has shadow with #4F3B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3B64 on black background.


Color preview on white background

This text has color #4F3B64 on white background.



Black color preview on #4F3B64 background

This text has black color on #4F3B64 background.


White color preview on #4F3B64 background

This text has white color on #4F3B64 background.