COLOR #4F335E

HEX: #4F335E
RGB: (79,51,94)

Color info

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

RGB color model

#4F335E color RGB value is (79,51,94).

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

RGB channels and saturation

R 79 of 255 = 31%
G 51 of 255 = 20%
B 94 of 255 = 37%

79
51
94

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

Portions of RGB colors in percentages

R + G + B =
79 + 51 + 94 = 224 (100%)
R 79 of 224 ~ 35.27%
G 51 of 224 ~ 22.77%
B 94 of 224 ~ 41.96%

%35.27
%22.77
%41.96

CMYK color model

#4F335E color CMYK value is (16,46,0,63).

  • cyan value is 15.96%
  • magenta value is 45.74%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(16,46,0,63)
C16M46Y0K63 
(16%,46%,0%,63%)
(0.16/0.46/0.00/0.63)	

CMYK percentages

%15.96
%45.74
%0
%63.14

Codes

Color #4F335E in popluar color models

4F335E
RGB795194
HSL279°29.66%28.43%
HSB/HSV279°45.74%36.86%
CMYK15.96%45.74%0.00%
63.14%

Color #4F335E in popluar number systems.

HEX4F335E
Decimal795194
Binary10011111100111011110
Octal11763136

Shades and tints

Shades of #4F335E

#4F335E
(79,51,94)
#482F56
(72,47,86)
#412B4E
(65,43,78)
#3A2746
(58,39,70)
#33233E
(51,35,62)
#2C1F36
(44,31,54)
#251B2E
(37,27,46)
#1E1726
(30,23,38)
#17131E
(23,19,30)
#100F16
(16,15,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F335E

#4F335E
(79,51,94)
#5F456C
(95,69,108)
#6F577A
(111,87,122)
#7F6988
(127,105,136)
#8F7B96
(143,123,150)
#9F8DA4
(159,141,164)
#AF9FB2
(175,159,178)
#BFB1C0
(191,177,192)
#CFC3CE
(207,195,206)
#DFD5DC
(223,213,220)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F335E; }

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

This text font color is #4F335E.


Background Color

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

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

This div background color is #4F335E.


Border color

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

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

This div border color is #4F335E.


Opacity

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

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

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

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

This text has shadow with #4F335E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F335E on black background.


Color preview on white background

This text has color #4F335E on white background.



Black color preview on #4F335E background

This text has black color on #4F335E background.


White color preview on #4F335E background

This text has white color on #4F335E background.