COLOR #4F316A

HEX: #4F316A
RGB: (79,49,106)

Color info

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

RGB color model

#4F316A color RGB value is (79,49,106).

  • red value is 79;
  • green value is 49;
  • blue value is 106.
RGB:
(79,49,106)
(31%,19%,42%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 106 of 255 = 42%

79
49
106

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

Portions of RGB colors in percentages

R + G + B =
79 + 49 + 106 = 234 (100%)
R 79 of 234 ~ 33.76%
G 49 of 234 ~ 20.94%
B 106 of 234 ~ 45.3%

%33.76
%20.94
%45.3

CMYK color model

#4F316A color CMYK value is (25,54,0,58).

  • cyan value is 25.47%
  • magenta value is 53.77%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,54,0,58)
C25M54Y0K58 
(25%,54%,0%,58%)
(0.25/0.54/0.00/0.58)	

CMYK percentages

%25.47
%53.77
%0
%58.43

Codes

Color #4F316A in popluar color models

4F316A
RGB7949106
HSL272°36.77%30.39%
HSB/HSV272°53.77%41.57%
CMYK25.47%53.77%0.00%
58.43%

Color #4F316A in popluar number systems.

HEX4F316A
Decimal7949106
Binary10011111100011101010
Octal11761152

Shades and tints

Shades of #4F316A

#4F316A
(79,49,106)
#482D61
(72,45,97)
#412958
(65,41,88)
#3A254F
(58,37,79)
#332146
(51,33,70)
#2C1D3D
(44,29,61)
#251934
(37,25,52)
#1E152B
(30,21,43)
#171122
(23,17,34)
#100D19
(16,13,25)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #4F316A

#4F316A
(79,49,106)
#5F4377
(95,67,119)
#6F5584
(111,85,132)
#7F6791
(127,103,145)
#8F799E
(143,121,158)
#9F8BAB
(159,139,171)
#AF9DB8
(175,157,184)
#BFAFC5
(191,175,197)
#CFC1D2
(207,193,210)
#DFD3DF
(223,211,223)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F316A color. Also use rgb(79,49,106) instead hex code.

Text Font Color

.myTextColor { color: #4F316A; }

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

This text font color is #4F316A.


Background Color

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

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

This div background color is #4F316A.


Border color

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

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

This div border color is #4F316A.


Opacity

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

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

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

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

This text has shadow with #4F316A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F316A on black background.


Color preview on white background

This text has color #4F316A on white background.



Black color preview on #4F316A background

This text has black color on #4F316A background.


White color preview on #4F316A background

This text has white color on #4F316A background.