COLOR #4F3C68

HEX: #4F3C68
RGB: (79,60,104)

Color info

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

RGB color model

#4F3C68 color RGB value is (79,60,104).

  • red value is 79;
  • green value is 60;
  • blue value is 104.
RGB:
(79,60,104)
(31%,24%,41%)

RGB channels and saturation

R 79 of 255 = 31%
G 60 of 255 = 24%
B 104 of 255 = 41%

79
60
104

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

Portions of RGB colors in percentages

R + G + B =
79 + 60 + 104 = 243 (100%)
R 79 of 243 ~ 32.51%
G 60 of 243 ~ 24.69%
B 104 of 243 ~ 42.8%

%32.51
%24.69
%42.8

CMYK color model

#4F3C68 color CMYK value is (24,42,0,59).

  • cyan value is 24.04%
  • magenta value is 42.31%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(24,42,0,59)
C24M42Y0K59 
(24%,42%,0%,59%)
(0.24/0.42/0.00/0.59)	

CMYK percentages

%24.04
%42.31
%0
%59.22

Codes

Color #4F3C68 in popluar color models

4F3C68
RGB7960104
HSL266°26.83%32.16%
HSB/HSV266°42.31%40.78%
CMYK24.04%42.31%0.00%
59.22%

Color #4F3C68 in popluar number systems.

HEX4F3C68
Decimal7960104
Binary10011111111001101000
Octal11774150

Shades and tints

Shades of #4F3C68

#4F3C68
(79,60,104)
#48375F
(72,55,95)
#413256
(65,50,86)
#3A2D4D
(58,45,77)
#332844
(51,40,68)
#2C233B
(44,35,59)
#251E32
(37,30,50)
#1E1929
(30,25,41)
#171420
(23,20,32)
#100F17
(16,15,23)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #4F3C68

#4F3C68
(79,60,104)
#5F4D75
(95,77,117)
#6F5E82
(111,94,130)
#7F6F8F
(127,111,143)
#8F809C
(143,128,156)
#9F91A9
(159,145,169)
#AFA2B6
(175,162,182)
#BFB3C3
(191,179,195)
#CFC4D0
(207,196,208)
#DFD5DD
(223,213,221)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3C68 color. Also use rgb(79,60,104) instead hex code.

Text Font Color

.myTextColor { color: #4F3C68; }

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

This text font color is #4F3C68.


Background Color

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

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

This div background color is #4F3C68.


Border color

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

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

This div border color is #4F3C68.


Opacity

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

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

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

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

This text has shadow with #4F3C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3C68 on black background.


Color preview on white background

This text has color #4F3C68 on white background.



Black color preview on #4F3C68 background

This text has black color on #4F3C68 background.


White color preview on #4F3C68 background

This text has white color on #4F3C68 background.