COLOR #4F5265

HEX: #4F5265
RGB: (79,82,101)

Color info

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

RGB color model

#4F5265 color RGB value is (79,82,101).

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

RGB channels and saturation

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

79
82
101

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

Portions of RGB colors in percentages

R + G + B =
79 + 82 + 101 = 262 (100%)
R 79 of 262 ~ 30.15%
G 82 of 262 ~ 31.3%
B 101 of 262 ~ 38.55%

%30.15
%31.3
%38.55

CMYK color model

#4F5265 color CMYK value is (22,19,0,60).

  • cyan value is 21.78%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(22,19,0,60)
C22M19Y0K60 
(22%,19%,0%,60%)
(0.22/0.19/0.00/0.60)	

CMYK percentages

%21.78
%18.81
%0
%60.39

Codes

Color #4F5265 in popluar color models

4F5265
RGB7982101
HSL232°12.22%35.29%
HSB/HSV232°21.78%39.61%
CMYK21.78%18.81%0.00%
60.39%

Color #4F5265 in popluar number systems.

HEX4F5265
Decimal7982101
Binary100111110100101100101
Octal117122145

Shades and tints

Shades of #4F5265

#4F5265
(79,82,101)
#484B5C
(72,75,92)
#414453
(65,68,83)
#3A3D4A
(58,61,74)
#333641
(51,54,65)
#2C2F38
(44,47,56)
#25282F
(37,40,47)
#1E2126
(30,33,38)
#171A1D
(23,26,29)
#101314
(16,19,20)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F5265

#4F5265
(79,82,101)
#5F6173
(95,97,115)
#6F7081
(111,112,129)
#7F7F8F
(127,127,143)
#8F8E9D
(143,142,157)
#9F9DAB
(159,157,171)
#AFACB9
(175,172,185)
#BFBBC7
(191,187,199)
#CFCAD5
(207,202,213)
#DFD9E3
(223,217,227)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5265; }

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

This text font color is #4F5265.


Background Color

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

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

This div background color is #4F5265.


Border color

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

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

This div border color is #4F5265.


Opacity

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

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

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

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

This text has shadow with #4F5265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5265 on black background.


Color preview on white background

This text has color #4F5265 on white background.



Black color preview on #4F5265 background

This text has black color on #4F5265 background.


White color preview on #4F5265 background

This text has white color on #4F5265 background.