COLOR #4F5159

HEX: #4F5159
RGB: (79,81,89)

Color info

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

RGB color model

#4F5159 color RGB value is (79,81,89).

  • red value is 79;
  • green value is 81;
  • blue value is 89.
RGB:
(79,81,89)
(31%,32%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 89 of 255 = 35%

79
81
89

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

Portions of RGB colors in percentages

R + G + B =
79 + 81 + 89 = 249 (100%)
R 79 of 249 ~ 31.73%
G 81 of 249 ~ 32.53%
B 89 of 249 ~ 35.74%

%31.73
%32.53
%35.74

CMYK color model

#4F5159 color CMYK value is (11,9,0,65).

  • cyan value is 11.24%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(11,9,0,65)
C11M9Y0K65 
(11%,9%,0%,65%)
(0.11/0.09/0.00/0.65)	

CMYK percentages

%11.24
%8.99
%0
%65.1

Codes

Color #4F5159 in popluar color models

4F5159
RGB798189
HSL228°5.95%32.94%
HSB/HSV228°11.24%34.90%
CMYK11.24%8.99%0.00%
65.10%

Color #4F5159 in popluar number systems.

HEX4F5159
Decimal798189
Binary100111110100011011001
Octal117121131

Shades and tints

Shades of #4F5159

#4F5159
(79,81,89)
#484A51
(72,74,81)
#414349
(65,67,73)
#3A3C41
(58,60,65)
#333539
(51,53,57)
#2C2E31
(44,46,49)
#252729
(37,39,41)
#1E2021
(30,32,33)
#171919
(23,25,25)
#101211
(16,18,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #4F5159

#4F5159
(79,81,89)
#5F6068
(95,96,104)
#6F6F77
(111,111,119)
#7F7E86
(127,126,134)
#8F8D95
(143,141,149)
#9F9CA4
(159,156,164)
#AFABB3
(175,171,179)
#BFBAC2
(191,186,194)
#CFC9D1
(207,201,209)
#DFD8E0
(223,216,224)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5159 color. Also use rgb(79,81,89) instead hex code.

Text Font Color

.myTextColor { color: #4F5159; }

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

This text font color is #4F5159.


Background Color

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

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

This div background color is #4F5159.


Border color

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

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

This div border color is #4F5159.


Opacity

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

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

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

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

This text has shadow with #4F5159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5159 on black background.


Color preview on white background

This text has color #4F5159 on white background.



Black color preview on #4F5159 background

This text has black color on #4F5159 background.


White color preview on #4F5159 background

This text has white color on #4F5159 background.