COLOR #4F4755

HEX: #4F4755
RGB: (79,71,85)

Color info

#4F4755 contains red, green and blue colors in about the same proportion. Web safe color of #4F4755 is #663366 (or #636).

RGB color model

#4F4755 color RGB value is (79,71,85).

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

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 85 of 255 = 33%

79
71
85

R + G + B ~ 31%. #4F4755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 71 + 85 = 235 (100%)
R 79 of 235 ~ 33.62%
G 71 of 235 ~ 30.21%
B 85 of 235 ~ 36.17%

%33.62
%30.21
%36.17

CMYK color model

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

  • cyan value is 7.06%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(7,16,0,67)
C7M16Y0K67 
(7%,16%,0%,67%)
(0.07/0.16/0.00/0.67)	

CMYK percentages

%7.06
%16.47
%0
%66.67

Codes

Color #4F4755 in popluar color models

4F4755
RGB797185
HSL274°8.97%30.59%
HSB/HSV274°16.47%33.33%
CMYK7.06%16.47%0.00%
66.67%

Color #4F4755 in popluar number systems.

HEX4F4755
Decimal797185
Binary100111110001111010101
Octal117107125

Shades and tints

Shades of #4F4755

#4F4755
(79,71,85)
#48414E
(72,65,78)
#413B47
(65,59,71)
#3A3540
(58,53,64)
#332F39
(51,47,57)
#2C2932
(44,41,50)
#25232B
(37,35,43)
#1E1D24
(30,29,36)
#17171D
(23,23,29)
#101116
(16,17,22)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #4F4755

#4F4755
(79,71,85)
#5F5764
(95,87,100)
#6F6773
(111,103,115)
#7F7782
(127,119,130)
#8F8791
(143,135,145)
#9F97A0
(159,151,160)
#AFA7AF
(175,167,175)
#BFB7BE
(191,183,190)
#CFC7CD
(207,199,205)
#DFD7DC
(223,215,220)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4755; }

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

This text font color is #4F4755.


Background Color

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

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

This div background color is #4F4755.


Border color

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

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

This div border color is #4F4755.


Opacity

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

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

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

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

This text has shadow with #4F4755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4755 on black background.


Color preview on white background

This text has color #4F4755 on white background.



Black color preview on #4F4755 background

This text has black color on #4F4755 background.


White color preview on #4F4755 background

This text has white color on #4F4755 background.