COLOR #4F135C

HEX: #4F135C
RGB: (79,19,92)

Color info

#4F135C contains mainly red and blue colors. Web safe color of #4F135C is #660066 (or #606).

RGB color model

#4F135C color RGB value is (79,19,92).

  • red value is 79;
  • green value is 19;
  • blue value is 92.
RGB:
(79,19,92)
(31%,7%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 19 of 255 = 7%
B 92 of 255 = 36%

79
19
92

R + G + B ~ 25%. #4F135C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 19 + 92 = 190 (100%)
R 79 of 190 ~ 41.58%
G 19 of 190 ~ 10%
B 92 of 190 ~ 48.42%

%41.58
%10
%48.42

CMYK color model

#4F135C color CMYK value is (14,79,0,64).

  • cyan value is 14.13%
  • magenta value is 79.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(14,79,0,64)
C14M79Y0K64 
(14%,79%,0%,64%)
(0.14/0.79/0.00/0.64)	

CMYK percentages

%14.13
%79.35
%0
%63.92

Codes

Color #4F135C in popluar color models

4F135C
RGB791992
HSL289°65.77%21.76%
HSB/HSV289°79.35%36.08%
CMYK14.13%79.35%0.00%
63.92%

Color #4F135C in popluar number systems.

HEX4F135C
Decimal791992
Binary1001111100111011100
Octal11723134

Shades and tints

Shades of #4F135C

#4F135C
(79,19,92)
#481254
(72,18,84)
#41114C
(65,17,76)
#3A1044
(58,16,68)
#330F3C
(51,15,60)
#2C0E34
(44,14,52)
#250D2C
(37,13,44)
#1E0C24
(30,12,36)
#170B1C
(23,11,28)
#100A14
(16,10,20)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #4F135C

#4F135C
(79,19,92)
#5F286A
(95,40,106)
#6F3D78
(111,61,120)
#7F5286
(127,82,134)
#8F6794
(143,103,148)
#9F7CA2
(159,124,162)
#AF91B0
(175,145,176)
#BFA6BE
(191,166,190)
#CFBBCC
(207,187,204)
#DFD0DA
(223,208,218)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F135C color. Also use rgb(79,19,92) instead hex code.

Text Font Color

.myTextColor { color: #4F135C; }

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

This text font color is #4F135C.


Background Color

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

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

This div background color is #4F135C.


Border color

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

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

This div border color is #4F135C.


Opacity

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

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

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

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

This text has shadow with #4F135C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F135C on black background.


Color preview on white background

This text has color #4F135C on white background.



Black color preview on #4F135C background

This text has black color on #4F135C background.


White color preview on #4F135C background

This text has white color on #4F135C background.