COLOR #4F555F

HEX: #4F555F
RGB: (79,85,95)

Color info

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

RGB color model

#4F555F color RGB value is (79,85,95).

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

RGB channels and saturation

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

79
85
95

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

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 95 = 259 (100%)
R 79 of 259 ~ 30.5%
G 85 of 259 ~ 32.82%
B 95 of 259 ~ 36.68%

%30.5
%32.82
%36.68

CMYK color model

#4F555F color CMYK value is (17,11,0,63).

  • cyan value is 16.84%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(17,11,0,63)
C17M11Y0K63 
(17%,11%,0%,63%)
(0.17/0.11/0.00/0.63)	

CMYK percentages

%16.84
%10.53
%0
%62.75

Codes

Color #4F555F in popluar color models

4F555F
RGB798595
HSL218°9.20%34.12%
HSB/HSV218°16.84%37.25%
CMYK16.84%10.53%0.00%
62.75%

Color #4F555F in popluar number systems.

HEX4F555F
Decimal798595
Binary100111110101011011111
Octal117125137

Shades and tints

Shades of #4F555F

#4F555F
(79,85,95)
#484E57
(72,78,87)
#41474F
(65,71,79)
#3A4047
(58,64,71)
#33393F
(51,57,63)
#2C3237
(44,50,55)
#252B2F
(37,43,47)
#1E2427
(30,36,39)
#171D1F
(23,29,31)
#101617
(16,22,23)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #4F555F

#4F555F
(79,85,95)
#5F646D
(95,100,109)
#6F737B
(111,115,123)
#7F8289
(127,130,137)
#8F9197
(143,145,151)
#9FA0A5
(159,160,165)
#AFAFB3
(175,175,179)
#BFBEC1
(191,190,193)
#CFCDCF
(207,205,207)
#DFDCDD
(223,220,221)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F555F; }

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

This text font color is #4F555F.


Background Color

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

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

This div background color is #4F555F.


Border color

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

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

This div border color is #4F555F.


Opacity

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

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

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

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

This text has shadow with #4F555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F555F on black background.


Color preview on white background

This text has color #4F555F on white background.



Black color preview on #4F555F background

This text has black color on #4F555F background.


White color preview on #4F555F background

This text has white color on #4F555F background.