COLOR #4F204E

HEX: #4F204E
RGB: (79,32,78)

Color info

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

RGB color model

#4F204E color RGB value is (79,32,78).

  • red value is 79;
  • green value is 32;
  • blue value is 78.
RGB:
(79,32,78)
(31%,13%,31%)

RGB channels and saturation

R 79 of 255 = 31%
G 32 of 255 = 13%
B 78 of 255 = 31%

79
32
78

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

Portions of RGB colors in percentages

R + G + B =
79 + 32 + 78 = 189 (100%)
R 79 of 189 ~ 41.8%
G 32 of 189 ~ 16.93%
B 78 of 189 ~ 41.27%

%41.8
%16.93
%41.27

CMYK color model

#4F204E color CMYK value is (0,59,1,69).

  • cyan value is 0.00%
  • magenta value is 59.49%
  • yellow value is 1.27%
  • key color value is 69.02%
CMYK:
(0,59,1,69)
C0M59Y1K69 
(0%,59%,1%,69%)
(0.00/0.59/0.01/0.69)	

CMYK percentages

%0
%59.49
%1.27
%69.02

Codes

Color #4F204E in popluar color models

4F204E
RGB793278
HSL301°42.34%21.76%
HSB/HSV301°59.49%30.98%
CMYK0.00%59.49%1.27%
69.02%

Color #4F204E in popluar number systems.

HEX4F204E
Decimal793278
Binary10011111000001001110
Octal11740116

Shades and tints

Shades of #4F204E

#4F204E
(79,32,78)
#481E47
(72,30,71)
#411C40
(65,28,64)
#3A1A39
(58,26,57)
#331832
(51,24,50)
#2C162B
(44,22,43)
#251424
(37,20,36)
#1E121D
(30,18,29)
#171016
(23,16,22)
#100E0F
(16,14,15)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #4F204E

#4F204E
(79,32,78)
#5F345E
(95,52,94)
#6F486E
(111,72,110)
#7F5C7E
(127,92,126)
#8F708E
(143,112,142)
#9F849E
(159,132,158)
#AF98AE
(175,152,174)
#BFACBE
(191,172,190)
#CFC0CE
(207,192,206)
#DFD4DE
(223,212,222)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F204E color. Also use rgb(79,32,78) instead hex code.

Text Font Color

.myTextColor { color: #4F204E; }

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

This text font color is #4F204E.


Background Color

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

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

This div background color is #4F204E.


Border color

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

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

This div border color is #4F204E.


Opacity

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

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

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

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

This text has shadow with #4F204E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F204E on black background.


Color preview on white background

This text has color #4F204E on white background.



Black color preview on #4F204E background

This text has black color on #4F204E background.


White color preview on #4F204E background

This text has white color on #4F204E background.