COLOR #4F4656

HEX: #4F4656
RGB: (79,70,86)

Color info

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

RGB color model

#4F4656 color RGB value is (79,70,86).

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

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 86 of 255 = 34%

79
70
86

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

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 86 = 235 (100%)
R 79 of 235 ~ 33.62%
G 70 of 235 ~ 29.79%
B 86 of 235 ~ 36.6%

%33.62
%29.79
%36.6

CMYK color model

#4F4656 color CMYK value is (8,19,0,66).

  • cyan value is 8.14%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(8,19,0,66)
C8M19Y0K66 
(8%,19%,0%,66%)
(0.08/0.19/0.00/0.66)	

CMYK percentages

%8.14
%18.6
%0
%66.27

Codes

Color #4F4656 in popluar color models

4F4656
RGB797086
HSL274°10.26%30.59%
HSB/HSV274°18.60%33.73%
CMYK8.14%18.60%0.00%
66.27%

Color #4F4656 in popluar number systems.

HEX4F4656
Decimal797086
Binary100111110001101010110
Octal117106126

Shades and tints

Shades of #4F4656

#4F4656
(79,70,86)
#48404F
(72,64,79)
#413A48
(65,58,72)
#3A3441
(58,52,65)
#332E3A
(51,46,58)
#2C2833
(44,40,51)
#25222C
(37,34,44)
#1E1C25
(30,28,37)
#17161E
(23,22,30)
#101017
(16,16,23)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #4F4656

#4F4656
(79,70,86)
#5F5665
(95,86,101)
#6F6674
(111,102,116)
#7F7683
(127,118,131)
#8F8692
(143,134,146)
#9F96A1
(159,150,161)
#AFA6B0
(175,166,176)
#BFB6BF
(191,182,191)
#CFC6CE
(207,198,206)
#DFD6DD
(223,214,221)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4656; }

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

This text font color is #4F4656.


Background Color

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

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

This div background color is #4F4656.


Border color

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

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

This div border color is #4F4656.


Opacity

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

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

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

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

This text has shadow with #4F4656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4656 on black background.


Color preview on white background

This text has color #4F4656 on white background.



Black color preview on #4F4656 background

This text has black color on #4F4656 background.


White color preview on #4F4656 background

This text has white color on #4F4656 background.