COLOR #4F5058

HEX: #4F5058
RGB: (79,80,88)

Color info

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

RGB color model

#4F5058 color RGB value is (79,80,88).

  • red value is 79;
  • green value is 80;
  • blue value is 88.
RGB:
(79,80,88)
(31%,31%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 88 of 255 = 35%

79
80
88

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

Portions of RGB colors in percentages

R + G + B =
79 + 80 + 88 = 247 (100%)
R 79 of 247 ~ 31.98%
G 80 of 247 ~ 32.39%
B 88 of 247 ~ 35.63%

%31.98
%32.39
%35.63

CMYK color model

#4F5058 color CMYK value is (10,9,0,65).

  • cyan value is 10.23%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(10,9,0,65)
C10M9Y0K65 
(10%,9%,0%,65%)
(0.10/0.09/0.00/0.65)	

CMYK percentages

%10.23
%9.09
%0
%65.49

Codes

Color #4F5058 in popluar color models

4F5058
RGB798088
HSL233°5.39%32.75%
HSB/HSV233°10.23%34.51%
CMYK10.23%9.09%0.00%
65.49%

Color #4F5058 in popluar number systems.

HEX4F5058
Decimal798088
Binary100111110100001011000
Octal117120130

Shades and tints

Shades of #4F5058

#4F5058
(79,80,88)
#484950
(72,73,80)
#414248
(65,66,72)
#3A3B40
(58,59,64)
#333438
(51,52,56)
#2C2D30
(44,45,48)
#252628
(37,38,40)
#1E1F20
(30,31,32)
#171818
(23,24,24)
#101110
(16,17,16)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #4F5058

#4F5058
(79,80,88)
#5F5F67
(95,95,103)
#6F6E76
(111,110,118)
#7F7D85
(127,125,133)
#8F8C94
(143,140,148)
#9F9BA3
(159,155,163)
#AFAAB2
(175,170,178)
#BFB9C1
(191,185,193)
#CFC8D0
(207,200,208)
#DFD7DF
(223,215,223)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5058 color. Also use rgb(79,80,88) instead hex code.

Text Font Color

.myTextColor { color: #4F5058; }

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

This text font color is #4F5058.


Background Color

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

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

This div background color is #4F5058.


Border color

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

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

This div border color is #4F5058.


Opacity

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

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

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

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

This text has shadow with #4F5058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5058 on black background.


Color preview on white background

This text has color #4F5058 on white background.



Black color preview on #4F5058 background

This text has black color on #4F5058 background.


White color preview on #4F5058 background

This text has white color on #4F5058 background.