COLOR #4F4E54

HEX: #4F4E54 RGB: (79,78,84)

Color info

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

RGB color model

#4F4E54 color RGB value is (79,78,84).

RGB: (79,78,84) (31%, 31%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 78 of 255 = 31%
B 84 of 255 = 33%

79
78
84

R + G + B ~ 32%. #4F4E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 78 + 84 = 241 (100%)
R 79 of 241 ~ 32.78%
G 78 of 241 ~ 32.37%
B 84 of 241 ~ 34.85'%

%32.78
%32.37
%34.85

CMYK color model

#4F4E54 color CMYK value is (6,7,0,67).

  • cyan value is 5.95%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (6,7,0,67)
C6M7Y0K67 (6%, 7%, 0%, 67%)
(0.06 / 0.07 / 0.00 / 0.67)

CMYK percentages

%5.95
%7.14
%0
%67.06

Codes

Color #4F4E54 in popluar color models

4F 4E 54
RGB 79 78 84
HSL 250° 3.70% 31.76%
HSB/HSV 250° 7.14% 32.94%
CMYK 5.95% 7.14% 0.00%
67.06%

Color #4F4E54 in popluar number systems.

HEX 4F 4E 54
Decimal 79 78 84
Binary 1001111 1001110 1010100
Octal 117 116 124

Shades and tints

Shades of #4F4E54

#4F4E54
(79,78,84)
#48474D
(72,71,77)
#414046
(65,64,70)
#3A393F
(58,57,63)
#333238
(51,50,56)
#2C2B31
(44,43,49)
#25242A
(37,36,42)
#1E1D23
(30,29,35)
#17161C
(23,22,28)
#100F15
(16,15,21)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #4F4E54

#4F4E54
(79,78,84)
#5F5E63
(95,94,99)
#6F6E72
(111,110,114)
#7F7E81
(127,126,129)
#8F8E90
(143,142,144)
#9F9E9F
(159,158,159)
#AFAEAE
(175,174,174)
#BFBEBD
(191,190,189)
#CFCECC
(207,206,204)
#DFDEDB
(223,222,219)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4E54; }

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

This text font color is #4F4E54.

Background Color

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

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

This div background color is #4F4E54.

Border color

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

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

This div border color is #4F4E54.

Opacity

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

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

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

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

This text has shadow with #4F4E54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4E54.

Preview

Color preview on black background

This text has color #4F4E54 on black background.


Color preview on white background

This text has color #4F4E54 on white background.


Black color preview on #4F4E54 background

This text has black color on #4F4E54 background.


White color preview on #4F4E54 background

This text has white color on #4F4E54 background.


Related colors

Complementary color

Complementary color for #hex is #B0B1AB.


I love getcolorcode.com

Triadic colors

1 #544F4E and #4E544F with #4F4E54 are triadic colors.

2 #544E4F and #4E4F54 with #4F4E54 are triadic colors.