COLOR #4F5658

HEX: #4F5658 RGB: (79,86,88)

Color info

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

RGB color model

#4F5658 color RGB value is (79,86,88).

RGB: (79,86,88) (31%, 34%, 35%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 88 of 255 = 35%

79
86
88

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

Portions of RGB colors in percentages

R + G + B = 79 + 86 + 88 = 253 (100%)
R 79 of 253 ~ 31.23%
G 86 of 253 ~ 33.99%
B 88 of 253 ~ 34.78'%

%31.23
%33.99
%34.78

CMYK color model

#4F5658 color CMYK value is (10,2,0,65).

  • cyan value is 10.23%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (10,2,0,65)
C10M2Y0K65 (10%, 2%, 0%, 65%)
(0.10 / 0.02 / 0.00 / 0.65)

CMYK percentages

%10.23
%2.27
%0
%65.49

Codes

Color #4F5658 in popluar color models

4F 56 58
RGB 79 86 88
HSL 193° 5.39% 32.75%
HSB/HSV 193° 10.23% 34.51%
CMYK 10.23% 2.27% 0.00%
65.49%

Color #4F5658 in popluar number systems.

HEX 4F 56 58
Decimal 79 86 88
Binary 1001111 1010110 1011000
Octal 117 126 130

Shades and tints

Shades of #4F5658

#4F5658
(79,86,88)
#484F50
(72,79,80)
#414848
(65,72,72)
#3A4140
(58,65,64)
#333A38
(51,58,56)
#2C3330
(44,51,48)
#252C28
(37,44,40)
#1E2520
(30,37,32)
#171E18
(23,30,24)
#101710
(16,23,16)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #4F5658

#4F5658
(79,86,88)
#5F6567
(95,101,103)
#6F7476
(111,116,118)
#7F8385
(127,131,133)
#8F9294
(143,146,148)
#9FA1A3
(159,161,163)
#AFB0B2
(175,176,178)
#BFBFC1
(191,191,193)
#CFCED0
(207,206,208)
#DFDDDF
(223,221,223)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5658; }

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

This text font color is #4F5658.

Background Color

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

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

This div background color is #4F5658.

Border color

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

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

This div border color is #4F5658.

Opacity

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

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

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

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

This text has shadow with #4F5658 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5658.

Preview

Color preview on black background

This text has color #4F5658 on black background.


Color preview on white background

This text has color #4F5658 on white background.


Black color preview on #4F5658 background

This text has black color on #4F5658 background.


White color preview on #4F5658 background

This text has white color on #4F5658 background.


Related colors

Complementary color

Complementary color for #hex is #B0A9A7.


I love getcolorcode.com

Triadic colors

1 #584F56 and #56584F with #4F5658 are triadic colors.

2 #58564F and #564F58 with #4F5658 are triadic colors.