COLOR #4F5165

HEX: #4F5165
RGB: (79,81,101)

Color info

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

RGB color model

#4F5165 color RGB value is (79,81,101).

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

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 101 of 255 = 40%

79
81
101

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

Portions of RGB colors in percentages

R + G + B =
79 + 81 + 101 = 261 (100%)
R 79 of 261 ~ 30.27%
G 81 of 261 ~ 31.03%
B 101 of 261 ~ 38.7%

%30.27
%31.03
%38.7

CMYK color model

#4F5165 color CMYK value is (22,20,0,60).

  • cyan value is 21.78%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(22,20,0,60)
C22M20Y0K60 
(22%,20%,0%,60%)
(0.22/0.20/0.00/0.60)	

CMYK percentages

%21.78
%19.8
%0
%60.39

Codes

Color #4F5165 in popluar color models

4F5165
RGB7981101
HSL235°12.22%35.29%
HSB/HSV235°21.78%39.61%
CMYK21.78%19.80%0.00%
60.39%

Color #4F5165 in popluar number systems.

HEX4F5165
Decimal7981101
Binary100111110100011100101
Octal117121145

Shades and tints

Shades of #4F5165

#4F5165
(79,81,101)
#484A5C
(72,74,92)
#414353
(65,67,83)
#3A3C4A
(58,60,74)
#333541
(51,53,65)
#2C2E38
(44,46,56)
#25272F
(37,39,47)
#1E2026
(30,32,38)
#17191D
(23,25,29)
#101214
(16,18,20)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #4F5165

#4F5165
(79,81,101)
#5F6073
(95,96,115)
#6F6F81
(111,111,129)
#7F7E8F
(127,126,143)
#8F8D9D
(143,141,157)
#9F9CAB
(159,156,171)
#AFABB9
(175,171,185)
#BFBAC7
(191,186,199)
#CFC9D5
(207,201,213)
#DFD8E3
(223,216,227)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5165; }

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

This text font color is #4F5165.


Background Color

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

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

This div background color is #4F5165.


Border color

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

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

This div border color is #4F5165.


Opacity

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

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

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

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

This text has shadow with #4F5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5165 on black background.


Color preview on white background

This text has color #4F5165 on white background.



Black color preview on #4F5165 background

This text has black color on #4F5165 background.


White color preview on #4F5165 background

This text has white color on #4F5165 background.