COLOR #4F5755

HEX: #4F5755
RGB: (79,87,85)

Color info

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

RGB color model

#4F5755 color RGB value is (79,87,85).

  • red value is 79;
  • green value is 87;
  • blue value is 85.
RGB:
(79,87,85)
(31%,34%,33%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 85 of 255 = 33%

79
87
85

R + G + B ~ 33%. #4F5755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 85 = 251 (100%)
R 79 of 251 ~ 31.47%
G 87 of 251 ~ 34.66%
B 85 of 251 ~ 33.86%

%31.47
%34.66
%33.86

CMYK color model

#4F5755 color CMYK value is (9,0,2,66).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(9,0,2,66)
C9M0Y2K66 
(9%,0%,2%,66%)
(0.09/0.00/0.02/0.66)	

CMYK percentages

%9.2
%0
%2.3
%65.88

Codes

Color #4F5755 in popluar color models

4F5755
RGB798785
HSL165°4.82%32.55%
HSB/HSV165°9.20%34.12%
CMYK9.20%0.00%2.30%
65.88%

Color #4F5755 in popluar number systems.

HEX4F5755
Decimal798785
Binary100111110101111010101
Octal117127125

Shades and tints

Shades of #4F5755

#4F5755
(79,87,85)
#48504E
(72,80,78)
#414947
(65,73,71)
#3A4240
(58,66,64)
#333B39
(51,59,57)
#2C3432
(44,52,50)
#252D2B
(37,45,43)
#1E2624
(30,38,36)
#171F1D
(23,31,29)
#101816
(16,24,22)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #4F5755

#4F5755
(79,87,85)
#5F6664
(95,102,100)
#6F7573
(111,117,115)
#7F8482
(127,132,130)
#8F9391
(143,147,145)
#9FA2A0
(159,162,160)
#AFB1AF
(175,177,175)
#BFC0BE
(191,192,190)
#CFCFCD
(207,207,205)
#DFDEDC
(223,222,220)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5755; }

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

This text font color is #4F5755.


Background Color

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

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

This div background color is #4F5755.


Border color

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

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

This div border color is #4F5755.


Opacity

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

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

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

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

This text has shadow with #4F5755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5755 on black background.


Color preview on white background

This text has color #4F5755 on white background.



Black color preview on #4F5755 background

This text has black color on #4F5755 background.


White color preview on #4F5755 background

This text has white color on #4F5755 background.