COLOR #4F5B5E

HEX: #4F5B5E RGB: (79,91,94)

Color info

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

RGB color model

#4F5B5E color RGB value is (79,91,94).

RGB: (79,91,94) (31%, 36%, 37%)

RGB channels and saturation

R 79 of 255 = 31%
G 91 of 255 = 36%
B 94 of 255 = 37%

79
91
94

R + G + B ~ 35%. #4F5B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 91 + 94 = 264 (100%)
R 79 of 264 ~ 29.92%
G 91 of 264 ~ 34.47%
B 94 of 264 ~ 35.61'%

%29.92
%34.47
%35.61

CMYK color model

#4F5B5E color CMYK value is (16,3,0,63).

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

CMYK: (16,3,0,63)
C16M3Y0K63 (16%, 3%, 0%, 63%)
(0.16 / 0.03 / 0.00 / 0.63)

CMYK percentages

%15.96
%3.19
%0
%63.14

Codes

Color #4F5B5E in popluar color models

4F 5B 5E
RGB 79 91 94
HSL 192° 8.67% 33.92%
HSB/HSV 192° 15.96% 36.86%
CMYK 15.96% 3.19% 0.00%
63.14%

Color #4F5B5E in popluar number systems.

HEX 4F 5B 5E
Decimal 79 91 94
Binary 1001111 1011011 1011110
Octal 117 133 136

Shades and tints

Shades of #4F5B5E

#4F5B5E
(79,91,94)
#485356
(72,83,86)
#414B4E
(65,75,78)
#3A4346
(58,67,70)
#333B3E
(51,59,62)
#2C3336
(44,51,54)
#252B2E
(37,43,46)
#1E2326
(30,35,38)
#171B1E
(23,27,30)
#101316
(16,19,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F5B5E

#4F5B5E
(79,91,94)
#5F696C
(95,105,108)
#6F777A
(111,119,122)
#7F8588
(127,133,136)
#8F9396
(143,147,150)
#9FA1A4
(159,161,164)
#AFAFB2
(175,175,178)
#BFBDC0
(191,189,192)
#CFCBCE
(207,203,206)
#DFD9DC
(223,217,220)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5B5E; }

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

This text font color is #4F5B5E.

Background Color

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

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

This div background color is #4F5B5E.

Border color

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

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

This div border color is #4F5B5E.

Opacity

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

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

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

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

This text has shadow with #4F5B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5B5E.

Preview

Color preview on black background

This text has color #4F5B5E on black background.


Color preview on white background

This text has color #4F5B5E on white background.


Black color preview on #4F5B5E background

This text has black color on #4F5B5E background.


White color preview on #4F5B5E background

This text has white color on #4F5B5E background.


Related colors

Complementary color

Complementary color for #hex is #B0A4A1.


I love getcolorcode.com

Triadic colors

1 #5E4F5B and #5B5E4F with #4F5B5E are triadic colors.

2 #5E5B4F and #5B4F5E with #4F5B5E are triadic colors.