COLOR #4F5354

HEX: #4F5354
RGB: (79,83,84)

Color info

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

RGB color model

#4F5354 color RGB value is (79,83,84).

  • red value is 79;
  • green value is 83;
  • blue value is 84.
RGB:
(79,83,84)
(31%,33%,33%)

RGB channels and saturation

R 79 of 255 = 31%
G 83 of 255 = 33%
B 84 of 255 = 33%

79
83
84

R + G + B ~ 32%. #4F5354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 83 + 84 = 246 (100%)
R 79 of 246 ~ 32.11%
G 83 of 246 ~ 33.74%
B 84 of 246 ~ 34.15%

%32.11
%33.74
%34.15

CMYK color model

#4F5354 color CMYK value is (6,1,0,67).

  • cyan value is 5.95%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(6,1,0,67)
C6M1Y0K67 
(6%,1%,0%,67%)
(0.06/0.01/0.00/0.67)	

CMYK percentages

%5.95
%1.19
%0
%67.06

Codes

Color #4F5354 in popluar color models

4F5354
RGB798384
HSL192°3.07%31.96%
HSB/HSV192°5.95%32.94%
CMYK5.95%1.19%0.00%
67.06%

Color #4F5354 in popluar number systems.

HEX4F5354
Decimal798384
Binary100111110100111010100
Octal117123124

Shades and tints

Shades of #4F5354

#4F5354
(79,83,84)
#484C4D
(72,76,77)
#414546
(65,69,70)
#3A3E3F
(58,62,63)
#333738
(51,55,56)
#2C3031
(44,48,49)
#25292A
(37,41,42)
#1E2223
(30,34,35)
#171B1C
(23,27,28)
#101415
(16,20,21)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #4F5354

#4F5354
(79,83,84)
#5F6263
(95,98,99)
#6F7172
(111,113,114)
#7F8081
(127,128,129)
#8F8F90
(143,143,144)
#9F9E9F
(159,158,159)
#AFADAE
(175,173,174)
#BFBCBD
(191,188,189)
#CFCBCC
(207,203,204)
#DFDADB
(223,218,219)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5354 color. Also use rgb(79,83,84) instead hex code.

Text Font Color

.myTextColor { color: #4F5354; }

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

This text font color is #4F5354.


Background Color

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

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

This div background color is #4F5354.


Border color

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

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

This div border color is #4F5354.


Opacity

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

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

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

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

This text has shadow with #4F5354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5354 on black background.


Color preview on white background

This text has color #4F5354 on white background.



Black color preview on #4F5354 background

This text has black color on #4F5354 background.


White color preview on #4F5354 background

This text has white color on #4F5354 background.