COLOR #4F3D66

HEX: #4F3D66
RGB: (79,61,102)

Color info

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

RGB color model

#4F3D66 color RGB value is (79,61,102).

  • red value is 79;
  • green value is 61;
  • blue value is 102.
RGB:
(79,61,102)
(31%,24%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 61 of 255 = 24%
B 102 of 255 = 40%

79
61
102

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

Portions of RGB colors in percentages

R + G + B =
79 + 61 + 102 = 242 (100%)
R 79 of 242 ~ 32.64%
G 61 of 242 ~ 25.21%
B 102 of 242 ~ 42.15%

%32.64
%25.21
%42.15

CMYK color model

#4F3D66 color CMYK value is (23,40,0,60).

  • cyan value is 22.55%
  • magenta value is 40.20%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(23,40,0,60)
C23M40Y0K60 
(23%,40%,0%,60%)
(0.23/0.40/0.00/0.60)	

CMYK percentages

%22.55
%40.2
%0
%60

Codes

Color #4F3D66 in popluar color models

4F3D66
RGB7961102
HSL266°25.15%31.96%
HSB/HSV266°40.20%40.00%
CMYK22.55%40.20%0.00%
60.00%

Color #4F3D66 in popluar number systems.

HEX4F3D66
Decimal7961102
Binary10011111111011100110
Octal11775146

Shades and tints

Shades of #4F3D66

#4F3D66
(79,61,102)
#48385D
(72,56,93)
#413354
(65,51,84)
#3A2E4B
(58,46,75)
#332942
(51,41,66)
#2C2439
(44,36,57)
#251F30
(37,31,48)
#1E1A27
(30,26,39)
#17151E
(23,21,30)
#101015
(16,16,21)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #4F3D66

#4F3D66
(79,61,102)
#5F4E73
(95,78,115)
#6F5F80
(111,95,128)
#7F708D
(127,112,141)
#8F819A
(143,129,154)
#9F92A7
(159,146,167)
#AFA3B4
(175,163,180)
#BFB4C1
(191,180,193)
#CFC5CE
(207,197,206)
#DFD6DB
(223,214,219)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3D66 color. Also use rgb(79,61,102) instead hex code.

Text Font Color

.myTextColor { color: #4F3D66; }

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

This text font color is #4F3D66.


Background Color

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

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

This div background color is #4F3D66.


Border color

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

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

This div border color is #4F3D66.


Opacity

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

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

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

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

This text has shadow with #4F3D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3D66 on black background.


Color preview on white background

This text has color #4F3D66 on white background.



Black color preview on #4F3D66 background

This text has black color on #4F3D66 background.


White color preview on #4F3D66 background

This text has white color on #4F3D66 background.