COLOR #4F224E

HEX: #4F224E
RGB: (79,34,78)

Color info

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

RGB color model

#4F224E color RGB value is (79,34,78).

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

RGB channels and saturation

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

79
34
78

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

Portions of RGB colors in percentages

R + G + B =
79 + 34 + 78 = 191 (100%)
R 79 of 191 ~ 41.36%
G 34 of 191 ~ 17.8%
B 78 of 191 ~ 40.84%

%41.36
%17.8
%40.84

CMYK color model

#4F224E color CMYK value is (0,57,1,69).

  • cyan value is 0.00%
  • magenta value is 56.96%
  • yellow value is 1.27%
  • key color value is 69.02%
CMYK:
(0,57,1,69)
C0M57Y1K69 
(0%,57%,1%,69%)
(0.00/0.57/0.01/0.69)	

CMYK percentages

%0
%56.96
%1.27
%69.02

Codes

Color #4F224E in popluar color models

4F224E
RGB793478
HSL301°39.82%22.16%
HSB/HSV301°56.96%30.98%
CMYK0.00%56.96%1.27%
69.02%

Color #4F224E in popluar number systems.

HEX4F224E
Decimal793478
Binary10011111000101001110
Octal11742116

Shades and tints

Shades of #4F224E

#4F224E
(79,34,78)
#481F47
(72,31,71)
#411C40
(65,28,64)
#3A1939
(58,25,57)
#331632
(51,22,50)
#2C132B
(44,19,43)
#251024
(37,16,36)
#1E0D1D
(30,13,29)
#170A16
(23,10,22)
#10070F
(16,7,15)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #4F224E

#4F224E
(79,34,78)
#5F365E
(95,54,94)
#6F4A6E
(111,74,110)
#7F5E7E
(127,94,126)
#8F728E
(143,114,142)
#9F869E
(159,134,158)
#AF9AAE
(175,154,174)
#BFAEBE
(191,174,190)
#CFC2CE
(207,194,206)
#DFD6DE
(223,214,222)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F224E; }

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

This text font color is #4F224E.


Background Color

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

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

This div background color is #4F224E.


Border color

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

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

This div border color is #4F224E.


Opacity

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

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

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

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

This text has shadow with #4F224E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F224E on black background.


Color preview on white background

This text has color #4F224E on white background.



Black color preview on #4F224E background

This text has black color on #4F224E background.


White color preview on #4F224E background

This text has white color on #4F224E background.