COLOR #4F5C5B

HEX: #4F5C5B
RGB: (79,92,91)

Color info

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

RGB color model

#4F5C5B color RGB value is (79,92,91).

  • red value is 79;
  • green value is 92;
  • blue value is 91.
RGB:
(79,92,91)
(31%,36%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 92 of 255 = 36%
B 91 of 255 = 36%

79
92
91

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

Portions of RGB colors in percentages

R + G + B =
79 + 92 + 91 = 262 (100%)
R 79 of 262 ~ 30.15%
G 92 of 262 ~ 35.11%
B 91 of 262 ~ 34.73%

%30.15
%35.11
%34.73

CMYK color model

#4F5C5B color CMYK value is (14,0,1,64).

  • cyan value is 14.13%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(14,0,1,64)
C14M0Y1K64 
(14%,0%,1%,64%)
(0.14/0.00/0.01/0.64)	

CMYK percentages

%14.13
%0
%1.09
%63.92

Codes

Color #4F5C5B in popluar color models

4F5C5B
RGB799291
HSL175°7.60%33.53%
HSB/HSV175°14.13%36.08%
CMYK14.13%0.00%1.09%
63.92%

Color #4F5C5B in popluar number systems.

HEX4F5C5B
Decimal799291
Binary100111110111001011011
Octal117134133

Shades and tints

Shades of #4F5C5B

#4F5C5B
(79,92,91)
#485453
(72,84,83)
#414C4B
(65,76,75)
#3A4443
(58,68,67)
#333C3B
(51,60,59)
#2C3433
(44,52,51)
#252C2B
(37,44,43)
#1E2423
(30,36,35)
#171C1B
(23,28,27)
#101413
(16,20,19)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F5C5B

#4F5C5B
(79,92,91)
#5F6A69
(95,106,105)
#6F7877
(111,120,119)
#7F8685
(127,134,133)
#8F9493
(143,148,147)
#9FA2A1
(159,162,161)
#AFB0AF
(175,176,175)
#BFBEBD
(191,190,189)
#CFCCCB
(207,204,203)
#DFDAD9
(223,218,217)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5C5B color. Also use rgb(79,92,91) instead hex code.

Text Font Color

.myTextColor { color: #4F5C5B; }

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

This text font color is #4F5C5B.


Background Color

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

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

This div background color is #4F5C5B.


Border color

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

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

This div border color is #4F5C5B.


Opacity

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

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

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

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

This text has shadow with #4F5C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5C5B on black background.


Color preview on white background

This text has color #4F5C5B on white background.



Black color preview on #4F5C5B background

This text has black color on #4F5C5B background.


White color preview on #4F5C5B background

This text has white color on #4F5C5B background.