COLOR #4F555E

HEX: #4F555E
RGB: (79,85,94)

Color info

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

RGB color model

#4F555E color RGB value is (79,85,94).

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

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 94 of 255 = 37%

79
85
94

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

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 94 = 258 (100%)
R 79 of 258 ~ 30.62%
G 85 of 258 ~ 32.95%
B 94 of 258 ~ 36.43%

%30.62
%32.95
%36.43

CMYK color model

#4F555E color CMYK value is (16,10,0,63).

  • cyan value is 15.96%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(16,10,0,63)
C16M10Y0K63 
(16%,10%,0%,63%)
(0.16/0.10/0.00/0.63)	

CMYK percentages

%15.96
%9.57
%0
%63.14

Codes

Color #4F555E in popluar color models

4F555E
RGB798594
HSL216°8.67%33.92%
HSB/HSV216°15.96%36.86%
CMYK15.96%9.57%0.00%
63.14%

Color #4F555E in popluar number systems.

HEX4F555E
Decimal798594
Binary100111110101011011110
Octal117125136

Shades and tints

Shades of #4F555E

#4F555E
(79,85,94)
#484E56
(72,78,86)
#41474E
(65,71,78)
#3A4046
(58,64,70)
#33393E
(51,57,62)
#2C3236
(44,50,54)
#252B2E
(37,43,46)
#1E2426
(30,36,38)
#171D1E
(23,29,30)
#101616
(16,22,22)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #4F555E

#4F555E
(79,85,94)
#5F646C
(95,100,108)
#6F737A
(111,115,122)
#7F8288
(127,130,136)
#8F9196
(143,145,150)
#9FA0A4
(159,160,164)
#AFAFB2
(175,175,178)
#BFBEC0
(191,190,192)
#CFCDCE
(207,205,206)
#DFDCDC
(223,220,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F555E; }

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

This text font color is #4F555E.


Background Color

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

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

This div background color is #4F555E.


Border color

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

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

This div border color is #4F555E.


Opacity

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

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

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

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

This text has shadow with #4F555E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F555E on black background.


Color preview on white background

This text has color #4F555E on white background.



Black color preview on #4F555E background

This text has black color on #4F555E background.


White color preview on #4F555E background

This text has white color on #4F555E background.