COLOR #4F5865

HEX: #4F5865
RGB: (79,88,101)

Color info

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

RGB color model

#4F5865 color RGB value is (79,88,101).

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

RGB channels and saturation

R 79 of 255 = 31%
G 88 of 255 = 35%
B 101 of 255 = 40%

79
88
101

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

Portions of RGB colors in percentages

R + G + B =
79 + 88 + 101 = 268 (100%)
R 79 of 268 ~ 29.48%
G 88 of 268 ~ 32.84%
B 101 of 268 ~ 37.69%

%29.48
%32.84
%37.69

CMYK color model

#4F5865 color CMYK value is (22,13,0,60).

  • cyan value is 21.78%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(22,13,0,60)
C22M13Y0K60 
(22%,13%,0%,60%)
(0.22/0.13/0.00/0.60)	

CMYK percentages

%21.78
%12.87
%0
%60.39

Codes

Color #4F5865 in popluar color models

4F5865
RGB7988101
HSL215°12.22%35.29%
HSB/HSV215°21.78%39.61%
CMYK21.78%12.87%0.00%
60.39%

Color #4F5865 in popluar number systems.

HEX4F5865
Decimal7988101
Binary100111110110001100101
Octal117130145

Shades and tints

Shades of #4F5865

#4F5865
(79,88,101)
#48505C
(72,80,92)
#414853
(65,72,83)
#3A404A
(58,64,74)
#333841
(51,56,65)
#2C3038
(44,48,56)
#25282F
(37,40,47)
#1E2026
(30,32,38)
#17181D
(23,24,29)
#101014
(16,16,20)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #4F5865

#4F5865
(79,88,101)
#5F6773
(95,103,115)
#6F7681
(111,118,129)
#7F858F
(127,133,143)
#8F949D
(143,148,157)
#9FA3AB
(159,163,171)
#AFB2B9
(175,178,185)
#BFC1C7
(191,193,199)
#CFD0D5
(207,208,213)
#DFDFE3
(223,223,227)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5865; }

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

This text font color is #4F5865.


Background Color

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

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

This div background color is #4F5865.


Border color

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

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

This div border color is #4F5865.


Opacity

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

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

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

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

This text has shadow with #4F5865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5865 on black background.


Color preview on white background

This text has color #4F5865 on white background.



Black color preview on #4F5865 background

This text has black color on #4F5865 background.


White color preview on #4F5865 background

This text has white color on #4F5865 background.