COLOR #4F4E64

HEX: #4F4E64 RGB: (79,78,100)

Color info

#4F4E64 contains red, green and blue colors in about the same proportion. Web safe color of #4F4E64 is #666666 (or #666).

RGB color model

#4F4E64 color RGB value is (79,78,100).

RGB: (79,78,100) (31%, 31%, 39%)

RGB channels and saturation

R 79 of 255 = 31%
G 78 of 255 = 31%
B 100 of 255 = 39%

79
78
100

R + G + B ~ 34%. #4F4E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 78 + 100 = 257 (100%)
R 79 of 257 ~ 30.74%
G 78 of 257 ~ 30.35%
B 100 of 257 ~ 38.91'%

%30.74
%30.35
%38.91

CMYK color model

#4F4E64 color CMYK value is (21,22,0,61).

  • cyan value is 21.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (21,22,0,61)
C21M22Y0K61 (21%, 22%, 0%, 61%)
(0.21 / 0.22 / 0.00 / 0.61)

CMYK percentages

%21
%22
%0
%60.78

Codes

Color #4F4E64 in popluar color models

4F 4E 64
RGB 79 78 100
HSL 243° 12.36% 34.90%
HSB/HSV 243° 22.00% 39.22%
CMYK 21.00% 22.00% 0.00%
60.78%

Color #4F4E64 in popluar number systems.

HEX 4F 4E 64
Decimal 79 78 100
Binary 1001111 1001110 1100100
Octal 117 116 144

Shades and tints

Shades of #4F4E64

#4F4E64
(79,78,100)
#48475B
(72,71,91)
#414052
(65,64,82)
#3A3949
(58,57,73)
#333240
(51,50,64)
#2C2B37
(44,43,55)
#25242E
(37,36,46)
#1E1D25
(30,29,37)
#17161C
(23,22,28)
#100F13
(16,15,19)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #4F4E64

#4F4E64
(79,78,100)
#5F5E72
(95,94,114)
#6F6E80
(111,110,128)
#7F7E8E
(127,126,142)
#8F8E9C
(143,142,156)
#9F9EAA
(159,158,170)
#AFAEB8
(175,174,184)
#BFBEC6
(191,190,198)
#CFCED4
(207,206,212)
#DFDEE2
(223,222,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4E64; }

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

This text font color is #4F4E64.

Background Color

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

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

This div background color is #4F4E64.

Border color

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

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

This div border color is #4F4E64.

Opacity

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

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

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

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

This text has shadow with #4F4E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4E64.

Preview

Color preview on black background

This text has color #4F4E64 on black background.


Color preview on white background

This text has color #4F4E64 on white background.


Black color preview on #4F4E64 background

This text has black color on #4F4E64 background.


White color preview on #4F4E64 background

This text has white color on #4F4E64 background.


Related colors

Complementary color

Complementary color for #hex is #B0B19B.


I love getcolorcode.com

Triadic colors

1 #644F4E and #4E644F with #4F4E64 are triadic colors.

2 #644E4F and #4E4F64 with #4F4E64 are triadic colors.