COLOR #4F4056

HEX: #4F4056
RGB: (79,64,86)

Color info

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

RGB color model

#4F4056 color RGB value is (79,64,86).

  • red value is 79;
  • green value is 64;
  • blue value is 86.
RGB:
(79,64,86)
(31%,25%,34%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 86 of 255 = 34%

79
64
86

R + G + B ~ 30%. #4F4056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 64 + 86 = 229 (100%)
R 79 of 229 ~ 34.5%
G 64 of 229 ~ 27.95%
B 86 of 229 ~ 37.55%

%34.5
%27.95
%37.55

CMYK color model

#4F4056 color CMYK value is (8,26,0,66).

  • cyan value is 8.14%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(8,26,0,66)
C8M26Y0K66 
(8%,26%,0%,66%)
(0.08/0.26/0.00/0.66)	

CMYK percentages

%8.14
%25.58
%0
%66.27

Codes

Color #4F4056 in popluar color models

4F4056
RGB796486
HSL281°14.67%29.41%
HSB/HSV281°25.58%33.73%
CMYK8.14%25.58%0.00%
66.27%

Color #4F4056 in popluar number systems.

HEX4F4056
Decimal796486
Binary100111110000001010110
Octal117100126

Shades and tints

Shades of #4F4056

#4F4056
(79,64,86)
#483B4F
(72,59,79)
#413648
(65,54,72)
#3A3141
(58,49,65)
#332C3A
(51,44,58)
#2C2733
(44,39,51)
#25222C
(37,34,44)
#1E1D25
(30,29,37)
#17181E
(23,24,30)
#101317
(16,19,23)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #4F4056

#4F4056
(79,64,86)
#5F5165
(95,81,101)
#6F6274
(111,98,116)
#7F7383
(127,115,131)
#8F8492
(143,132,146)
#9F95A1
(159,149,161)
#AFA6B0
(175,166,176)
#BFB7BF
(191,183,191)
#CFC8CE
(207,200,206)
#DFD9DD
(223,217,221)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4056 color. Also use rgb(79,64,86) instead hex code.

Text Font Color

.myTextColor { color: #4F4056; }

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

This text font color is #4F4056.


Background Color

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

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

This div background color is #4F4056.


Border color

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

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

This div border color is #4F4056.


Opacity

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

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

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

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

This text has shadow with #4F4056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4056 on black background.


Color preview on white background

This text has color #4F4056 on white background.



Black color preview on #4F4056 background

This text has black color on #4F4056 background.


White color preview on #4F4056 background

This text has white color on #4F4056 background.