COLOR #4F525E

HEX: #4F525E
RGB: (79,82,94)

Color info

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

RGB color model

#4F525E color RGB value is (79,82,94).

  • red value is 79;
  • green value is 82;
  • blue value is 94.
RGB:
(79,82,94)
(31%,32%,37%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 94 of 255 = 37%

79
82
94

R + G + B ~ 33%. #4F525E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 82 + 94 = 255 (100%)
R 79 of 255 ~ 30.98%
G 82 of 255 ~ 32.16%
B 94 of 255 ~ 36.86%

%30.98
%32.16
%36.86

CMYK color model

#4F525E color CMYK value is (16,13,0,63).

  • cyan value is 15.96%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(16,13,0,63)
C16M13Y0K63 
(16%,13%,0%,63%)
(0.16/0.13/0.00/0.63)	

CMYK percentages

%15.96
%12.77
%0
%63.14

Codes

Color #4F525E in popluar color models

4F525E
RGB798294
HSL228°8.67%33.92%
HSB/HSV228°15.96%36.86%
CMYK15.96%12.77%0.00%
63.14%

Color #4F525E in popluar number systems.

HEX4F525E
Decimal798294
Binary100111110100101011110
Octal117122136

Shades and tints

Shades of #4F525E

#4F525E
(79,82,94)
#484B56
(72,75,86)
#41444E
(65,68,78)
#3A3D46
(58,61,70)
#33363E
(51,54,62)
#2C2F36
(44,47,54)
#25282E
(37,40,46)
#1E2126
(30,33,38)
#171A1E
(23,26,30)
#101316
(16,19,22)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #4F525E

#4F525E
(79,82,94)
#5F616C
(95,97,108)
#6F707A
(111,112,122)
#7F7F88
(127,127,136)
#8F8E96
(143,142,150)
#9F9DA4
(159,157,164)
#AFACB2
(175,172,178)
#BFBBC0
(191,187,192)
#CFCACE
(207,202,206)
#DFD9DC
(223,217,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F525E; }

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

This text font color is #4F525E.


Background Color

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

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

This div background color is #4F525E.


Border color

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

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

This div border color is #4F525E.


Opacity

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

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

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

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

This text has shadow with #4F525E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F525E on black background.


Color preview on white background

This text has color #4F525E on white background.



Black color preview on #4F525E background

This text has black color on #4F525E background.


White color preview on #4F525E background

This text has white color on #4F525E background.