COLOR #4F4D51

HEX: #4F4D51
RGB: (79,77,81)

Color info

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

RGB color model

#4F4D51 color RGB value is (79,77,81).

  • red value is 79;
  • green value is 77;
  • blue value is 81.
RGB:
(79,77,81)
(31%,30%,32%)

RGB channels and saturation

R 79 of 255 = 31%
G 77 of 255 = 30%
B 81 of 255 = 32%

79
77
81

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

Portions of RGB colors in percentages

R + G + B =
79 + 77 + 81 = 237 (100%)
R 79 of 237 ~ 33.33%
G 77 of 237 ~ 32.49%
B 81 of 237 ~ 34.18%

%33.33
%32.49
%34.18

CMYK color model

#4F4D51 color CMYK value is (2,5,0,68).

  • cyan value is 2.47%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(2,5,0,68)
C2M5Y0K68 
(2%,5%,0%,68%)
(0.02/0.05/0.00/0.68)	

CMYK percentages

%2.47
%4.94
%0
%68.24

Codes

Color #4F4D51 in popluar color models

4F4D51
RGB797781
HSL270°2.53%30.98%
HSB/HSV270°4.94%31.76%
CMYK2.47%4.94%0.00%
68.24%

Color #4F4D51 in popluar number systems.

HEX4F4D51
Decimal797781
Binary100111110011011010001
Octal117115121

Shades and tints

Shades of #4F4D51

#4F4D51
(79,77,81)
#48464A
(72,70,74)
#413F43
(65,63,67)
#3A383C
(58,56,60)
#333135
(51,49,53)
#2C2A2E
(44,42,46)
#252327
(37,35,39)
#1E1C20
(30,28,32)
#171519
(23,21,25)
#100E12
(16,14,18)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #4F4D51

#4F4D51
(79,77,81)
#5F5D60
(95,93,96)
#6F6D6F
(111,109,111)
#7F7D7E
(127,125,126)
#8F8D8D
(143,141,141)
#9F9D9C
(159,157,156)
#AFADAB
(175,173,171)
#BFBDBA
(191,189,186)
#CFCDC9
(207,205,201)
#DFDDD8
(223,221,216)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4D51 color. Also use rgb(79,77,81) instead hex code.

Text Font Color

.myTextColor { color: #4F4D51; }

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

This text font color is #4F4D51.


Background Color

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

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

This div background color is #4F4D51.


Border color

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

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

This div border color is #4F4D51.


Opacity

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

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

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

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

This text has shadow with #4F4D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4D51 on black background.


Color preview on white background

This text has color #4F4D51 on white background.



Black color preview on #4F4D51 background

This text has black color on #4F4D51 background.


White color preview on #4F4D51 background

This text has white color on #4F4D51 background.