COLOR #4F524E

HEX: #4F524E RGB: (79,82,78)

Color info

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

RGB color model

#4F524E color RGB value is (79,82,78).

RGB: (79,82,78) (31%, 32%, 31%)

RGB channels and saturation

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

79
82
78

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

Portions of RGB colors in percentages

R + G + B = 79 + 82 + 78 = 239 (100%)
R 79 of 239 ~ 33.05%
G 82 of 239 ~ 34.31%
B 78 of 239 ~ 32.64'%

%33.05
%34.31
%32.64

CMYK color model

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

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 67.84%

CMYK: (4,0,5,68)
C4M0Y5K68 (4%, 0%, 5%, 68%)
(0.04 / 0.00 / 0.05 / 0.68)

CMYK percentages

%3.66
%0
%4.88
%67.84

Codes

Color #4F524E in popluar color models

4F 52 4E
RGB 79 82 78
HSL 105° 2.50% 31.37%
HSB/HSV 105° 4.88% 32.16%
CMYK 3.66% 0.00% 4.88%
67.84%

Color #4F524E in popluar number systems.

HEX 4F 52 4E
Decimal 79 82 78
Binary 1001111 1010010 1001110
Octal 117 122 116

Shades and tints

Shades of #4F524E

#4F524E
(79,82,78)
#484B47
(72,75,71)
#414440
(65,68,64)
#3A3D39
(58,61,57)
#333632
(51,54,50)
#2C2F2B
(44,47,43)
#252824
(37,40,36)
#1E211D
(30,33,29)
#171A16
(23,26,22)
#10130F
(16,19,15)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #4F524E

#4F524E
(79,82,78)
#5F615E
(95,97,94)
#6F706E
(111,112,110)
#7F7F7E
(127,127,126)
#8F8E8E
(143,142,142)
#9F9D9E
(159,157,158)
#AFACAE
(175,172,174)
#BFBBBE
(191,187,190)
#CFCACE
(207,202,206)
#DFD9DE
(223,217,222)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F524E; }

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

This text font color is #4F524E.

Background Color

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

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

This div background color is #4F524E.

Border color

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

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

This div border color is #4F524E.

Opacity

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

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

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

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

This text has shadow with #4F524E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F524E.

Preview

Color preview on black background

This text has color #4F524E on black background.


Color preview on white background

This text has color #4F524E on white background.


Black color preview on #4F524E background

This text has black color on #4F524E background.


White color preview on #4F524E background

This text has white color on #4F524E background.


Related colors

Complementary color

Complementary color for #hex is #B0ADB1.


I love getcolorcode.com

Triadic colors

1 #4E4F52 and #524E4F with #4F524E are triadic colors.

2 #4E524F and #524F4E with #4F524E are triadic colors.