COLOR #4F585E

HEX: #4F585E RGB: (79,88,94)

Color info

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

RGB color model

#4F585E color RGB value is (79,88,94).

RGB: (79,88,94) (31%, 35%, 37%)

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 94 of 255 = 37%

79
88
94

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

Portions of RGB colors in percentages

R + G + B = 79 + 88 + 94 = 261 (100%)
R 79 of 261 ~ 30.27%
G 88 of 261 ~ 33.72%
B 94 of 261 ~ 36.02'%

%30.27
%33.72
%36.02

CMYK color model

#4F585E color CMYK value is (16,6,0,63).

  • cyan value is 15.96%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (16,6,0,63)
C16M6Y0K63 (16%, 6%, 0%, 63%)
(0.16 / 0.06 / 0.00 / 0.63)

CMYK percentages

%15.96
%6.38
%0
%63.14

Codes

Color #4F585E in popluar color models

4F 58 5E
RGB 79 88 94
HSL 204° 8.67% 33.92%
HSB/HSV 204° 15.96% 36.86%
CMYK 15.96% 6.38% 0.00%
63.14%

Color #4F585E in popluar number systems.

HEX 4F 58 5E
Decimal 79 88 94
Binary 1001111 1011000 1011110
Octal 117 130 136

Shades and tints

Shades of #4F585E

#4F585E
(79,88,94)
#485056
(72,80,86)
#41484E
(65,72,78)
#3A4046
(58,64,70)
#33383E
(51,56,62)
#2C3036
(44,48,54)
#25282E
(37,40,46)
#1E2026
(30,32,38)
#17181E
(23,24,30)
#101016
(16,16,22)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #4F585E

#4F585E
(79,88,94)
#5F676C
(95,103,108)
#6F767A
(111,118,122)
#7F8588
(127,133,136)
#8F9496
(143,148,150)
#9FA3A4
(159,163,164)
#AFB2B2
(175,178,178)
#BFC1C0
(191,193,192)
#CFD0CE
(207,208,206)
#DFDFDC
(223,223,220)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F585E; }

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

This text font color is #4F585E.

Background Color

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

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

This div background color is #4F585E.

Border color

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

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

This div border color is #4F585E.

Opacity

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

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

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

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

This text has shadow with #4F585E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F585E.

Preview

Color preview on black background

This text has color #4F585E on black background.


Color preview on white background

This text has color #4F585E on white background.


Black color preview on #4F585E background

This text has black color on #4F585E background.


White color preview on #4F585E background

This text has white color on #4F585E background.


Related colors

Complementary color

Complementary color for #hex is #B0A7A1.


I love getcolorcode.com

Triadic colors

1 #5E4F58 and #585E4F with #4F585E are triadic colors.

2 #5E584F and #584F5E with #4F585E are triadic colors.