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).

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

4F 52 65
RGB 79 82 101
HSL 232° 12.22% 35.29%
HSB/HSV 232° 21.78% 39.61%
CMYK 21.78% 18.81% 0.00%
60.39%

Color #4F5265 in popluar number systems.

HEX 4F 52 65
Decimal 79 82 101
Binary 1001111 1010010 1100101
Octal 117 122 145

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.


Related colors

Complementary color

Complementary color for #hex is #B0AD9A.


I love getcolorcode.com

Triadic colors

1 #654F52 and #52654F with #4F5265 are triadic colors.

2 #65524F and #524F65 with #4F5265 are triadic colors.