COLOR #4F5557

HEX: #4F5557
RGB: (79,85,87)

Color info

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

RGB color model

#4F5557 color RGB value is (79,85,87).

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

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 87 of 255 = 34%

79
85
87

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

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 87 = 251 (100%)
R 79 of 251 ~ 31.47%
G 85 of 251 ~ 33.86%
B 87 of 251 ~ 34.66%

%31.47
%33.86
%34.66

CMYK color model

#4F5557 color CMYK value is (9,2,0,66).

  • cyan value is 9.20%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(9,2,0,66)
C9M2Y0K66 
(9%,2%,0%,66%)
(0.09/0.02/0.00/0.66)	

CMYK percentages

%9.2
%2.3
%0
%65.88

Codes

Color #4F5557 in popluar color models

4F5557
RGB798587
HSL195°4.82%32.55%
HSB/HSV195°9.20%34.12%
CMYK9.20%2.30%0.00%
65.88%

Color #4F5557 in popluar number systems.

HEX4F5557
Decimal798587
Binary100111110101011010111
Octal117125127

Shades and tints

Shades of #4F5557

#4F5557
(79,85,87)
#484E50
(72,78,80)
#414749
(65,71,73)
#3A4042
(58,64,66)
#33393B
(51,57,59)
#2C3234
(44,50,52)
#252B2D
(37,43,45)
#1E2426
(30,36,38)
#171D1F
(23,29,31)
#101618
(16,22,24)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #4F5557

#4F5557
(79,85,87)
#5F6466
(95,100,102)
#6F7375
(111,115,117)
#7F8284
(127,130,132)
#8F9193
(143,145,147)
#9FA0A2
(159,160,162)
#AFAFB1
(175,175,177)
#BFBEC0
(191,190,192)
#CFCDCF
(207,205,207)
#DFDCDE
(223,220,222)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5557; }

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

This text font color is #4F5557.


Background Color

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

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

This div background color is #4F5557.


Border color

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

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

This div border color is #4F5557.


Opacity

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

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

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

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

This text has shadow with #4F5557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5557 on black background.


Color preview on white background

This text has color #4F5557 on white background.



Black color preview on #4F5557 background

This text has black color on #4F5557 background.


White color preview on #4F5557 background

This text has white color on #4F5557 background.