COLOR #4F3366

HEX: #4F3366
RGB: (79,51,102)

Color info

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

RGB color model

#4F3366 color RGB value is (79,51,102).

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

RGB channels and saturation

R 79 of 255 = 31%
G 51 of 255 = 20%
B 102 of 255 = 40%

79
51
102

R + G + B ~ 30%. #4F3366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 51 + 102 = 232 (100%)
R 79 of 232 ~ 34.05%
G 51 of 232 ~ 21.98%
B 102 of 232 ~ 43.97%

%34.05
%21.98
%43.97

CMYK color model

#4F3366 color CMYK value is (23,50,0,60).

  • cyan value is 22.55%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(23,50,0,60)
C23M50Y0K60 
(23%,50%,0%,60%)
(0.23/0.50/0.00/0.60)	

CMYK percentages

%22.55
%50
%0
%60

Codes

Color #4F3366 in popluar color models

4F3366
RGB7951102
HSL273°33.33%30.00%
HSB/HSV273°50.00%40.00%
CMYK22.55%50.00%0.00%
60.00%

Color #4F3366 in popluar number systems.

HEX4F3366
Decimal7951102
Binary10011111100111100110
Octal11763146

Shades and tints

Shades of #4F3366

#4F3366
(79,51,102)
#482F5D
(72,47,93)
#412B54
(65,43,84)
#3A274B
(58,39,75)
#332342
(51,35,66)
#2C1F39
(44,31,57)
#251B30
(37,27,48)
#1E1727
(30,23,39)
#17131E
(23,19,30)
#100F15
(16,15,21)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #4F3366

#4F3366
(79,51,102)
#5F4573
(95,69,115)
#6F5780
(111,87,128)
#7F698D
(127,105,141)
#8F7B9A
(143,123,154)
#9F8DA7
(159,141,167)
#AF9FB4
(175,159,180)
#BFB1C1
(191,177,193)
#CFC3CE
(207,195,206)
#DFD5DB
(223,213,219)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3366; }

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

This text font color is #4F3366.


Background Color

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

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

This div background color is #4F3366.


Border color

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

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

This div border color is #4F3366.


Opacity

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

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

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

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

This text has shadow with #4F3366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3366 on black background.


Color preview on white background

This text has color #4F3366 on white background.



Black color preview on #4F3366 background

This text has black color on #4F3366 background.


White color preview on #4F3366 background

This text has white color on #4F3366 background.