COLOR #4F5255

HEX: #4F5255 RGB: (79,82,85)

Color info

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

RGB color model

#4F5255 color RGB value is (79,82,85).

RGB: (79,82,85) (31%, 32%, 33%)

RGB channels and saturation

R 79 of 255 = 31%
G 82 of 255 = 32%
B 85 of 255 = 33%

79
82
85

R + G + B ~ 32%. #4F5255 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 82 + 85 = 246 (100%)
R 79 of 246 ~ 32.11%
G 82 of 246 ~ 33.33%
B 85 of 246 ~ 34.55'%

%32.11
%33.33
%34.55

CMYK color model

#4F5255 color CMYK value is (7,4,0,67).

  • cyan value is 7.06%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (7,4,0,67)
C7M4Y0K67 (7%, 4%, 0%, 67%)
(0.07 / 0.04 / 0.00 / 0.67)

CMYK percentages

%7.06
%3.53
%0
%66.67

Codes

Color #4F5255 in popluar color models

4F 52 55
RGB 79 82 85
HSL 210° 3.66% 32.16%
HSB/HSV 210° 7.06% 33.33%
CMYK 7.06% 3.53% 0.00%
66.67%

Color #4F5255 in popluar number systems.

HEX 4F 52 55
Decimal 79 82 85
Binary 1001111 1010010 1010101
Octal 117 122 125

Shades and tints

Shades of #4F5255

#4F5255
(79,82,85)
#484B4E
(72,75,78)
#414447
(65,68,71)
#3A3D40
(58,61,64)
#333639
(51,54,57)
#2C2F32
(44,47,50)
#25282B
(37,40,43)
#1E2124
(30,33,36)
#171A1D
(23,26,29)
#101316
(16,19,22)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #4F5255

#4F5255
(79,82,85)
#5F6164
(95,97,100)
#6F7073
(111,112,115)
#7F7F82
(127,127,130)
#8F8E91
(143,142,145)
#9F9DA0
(159,157,160)
#AFACAF
(175,172,175)
#BFBBBE
(191,187,190)
#CFCACD
(207,202,205)
#DFD9DC
(223,217,220)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5255; }

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

This text font color is #4F5255.

Background Color

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

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

This div background color is #4F5255.

Border color

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

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

This div border color is #4F5255.

Opacity

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

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

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

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

This text has shadow with #4F5255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5255.

Preview

Color preview on black background

This text has color #4F5255 on black background.


Color preview on white background

This text has color #4F5255 on white background.


Black color preview on #4F5255 background

This text has black color on #4F5255 background.


White color preview on #4F5255 background

This text has white color on #4F5255 background.


Related colors

Complementary color

Complementary color for #hex is #B0ADAA.


I love getcolorcode.com

Triadic colors

1 #554F52 and #52554F with #4F5255 are triadic colors.

2 #55524F and #524F55 with #4F5255 are triadic colors.