COLOR #4F415C

HEX: #4F415C
RGB: (79,65,92)

Color info

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

RGB color model

#4F415C color RGB value is (79,65,92).

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

RGB channels and saturation

R 79 of 255 = 31%
G 65 of 255 = 25%
B 92 of 255 = 36%

79
65
92

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

Portions of RGB colors in percentages

R + G + B =
79 + 65 + 92 = 236 (100%)
R 79 of 236 ~ 33.47%
G 65 of 236 ~ 27.54%
B 92 of 236 ~ 38.98%

%33.47
%27.54
%38.98

CMYK color model

#4F415C color CMYK value is (14,29,0,64).

  • cyan value is 14.13%
  • magenta value is 29.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(14,29,0,64)
C14M29Y0K64 
(14%,29%,0%,64%)
(0.14/0.29/0.00/0.64)	

CMYK percentages

%14.13
%29.35
%0
%63.92

Codes

Color #4F415C in popluar color models

4F415C
RGB796592
HSL271°17.20%30.78%
HSB/HSV271°29.35%36.08%
CMYK14.13%29.35%0.00%
63.92%

Color #4F415C in popluar number systems.

HEX4F415C
Decimal796592
Binary100111110000011011100
Octal117101134

Shades and tints

Shades of #4F415C

#4F415C
(79,65,92)
#483C54
(72,60,84)
#41374C
(65,55,76)
#3A3244
(58,50,68)
#332D3C
(51,45,60)
#2C2834
(44,40,52)
#25232C
(37,35,44)
#1E1E24
(30,30,36)
#17191C
(23,25,28)
#101414
(16,20,20)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #4F415C

#4F415C
(79,65,92)
#5F526A
(95,82,106)
#6F6378
(111,99,120)
#7F7486
(127,116,134)
#8F8594
(143,133,148)
#9F96A2
(159,150,162)
#AFA7B0
(175,167,176)
#BFB8BE
(191,184,190)
#CFC9CC
(207,201,204)
#DFDADA
(223,218,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F415C; }

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

This text font color is #4F415C.


Background Color

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

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

This div background color is #4F415C.


Border color

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

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

This div border color is #4F415C.


Opacity

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

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

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

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

This text has shadow with #4F415C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F415C on black background.


Color preview on white background

This text has color #4F415C on white background.



Black color preview on #4F415C background

This text has black color on #4F415C background.


White color preview on #4F415C background

This text has white color on #4F415C background.