COLOR #4F335C

HEX: #4F335C
RGB: (79,51,92)

Color info

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

RGB color model

#4F335C color RGB value is (79,51,92).

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

RGB channels and saturation

R 79 of 255 = 31%
G 51 of 255 = 20%
B 92 of 255 = 36%

79
51
92

R + G + B ~ 29%. #4F335C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 51 + 92 = 222 (100%)
R 79 of 222 ~ 35.59%
G 51 of 222 ~ 22.97%
B 92 of 222 ~ 41.44%

%35.59
%22.97
%41.44

CMYK color model

#4F335C color CMYK value is (14,45,0,64).

  • cyan value is 14.13%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(14,45,0,64)
C14M45Y0K64 
(14%,45%,0%,64%)
(0.14/0.45/0.00/0.64)	

CMYK percentages

%14.13
%44.57
%0
%63.92

Codes

Color #4F335C in popluar color models

4F335C
RGB795192
HSL281°28.67%28.04%
HSB/HSV281°44.57%36.08%
CMYK14.13%44.57%0.00%
63.92%

Color #4F335C in popluar number systems.

HEX4F335C
Decimal795192
Binary10011111100111011100
Octal11763134

Shades and tints

Shades of #4F335C

#4F335C
(79,51,92)
#482F54
(72,47,84)
#412B4C
(65,43,76)
#3A2744
(58,39,68)
#33233C
(51,35,60)
#2C1F34
(44,31,52)
#251B2C
(37,27,44)
#1E1724
(30,23,36)
#17131C
(23,19,28)
#100F14
(16,15,20)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #4F335C

#4F335C
(79,51,92)
#5F456A
(95,69,106)
#6F5778
(111,87,120)
#7F6986
(127,105,134)
#8F7B94
(143,123,148)
#9F8DA2
(159,141,162)
#AF9FB0
(175,159,176)
#BFB1BE
(191,177,190)
#CFC3CC
(207,195,204)
#DFD5DA
(223,213,218)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F335C; }

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

This text font color is #4F335C.


Background Color

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

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

This div background color is #4F335C.


Border color

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

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

This div border color is #4F335C.


Opacity

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

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

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

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

This text has shadow with #4F335C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F335C on black background.


Color preview on white background

This text has color #4F335C on white background.



Black color preview on #4F335C background

This text has black color on #4F335C background.


White color preview on #4F335C background

This text has white color on #4F335C background.