COLOR #4F4649

HEX: #4F4649
RGB: (79,70,73)

Color info

#4F4649 contains red, green and blue colors in about the same proportion. Web safe color of #4F4649 is #663333 (or #633).

RGB color model

#4F4649 color RGB value is (79,70,73).

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

RGB channels and saturation

R 79 of 255 = 31%
G 70 of 255 = 27%
B 73 of 255 = 29%

79
70
73

R + G + B ~ 29%. #4F4649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 73 = 222 (100%)
R 79 of 222 ~ 35.59%
G 70 of 222 ~ 31.53%
B 73 of 222 ~ 32.88%

%35.59
%31.53
%32.88

CMYK color model

#4F4649 color CMYK value is (0,11,8,69).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(0,11,8,69)
C0M11Y8K69 
(0%,11%,8%,69%)
(0.00/0.11/0.08/0.69)	

CMYK percentages

%0
%11.39
%7.59
%69.02

Codes

Color #4F4649 in popluar color models

4F4649
RGB797073
HSL340°6.04%29.22%
HSB/HSV340°11.39%30.98%
CMYK0.00%11.39%7.59%
69.02%

Color #4F4649 in popluar number systems.

HEX4F4649
Decimal797073
Binary100111110001101001001
Octal117106111

Shades and tints

Shades of #4F4649

#4F4649
(79,70,73)
#484043
(72,64,67)
#413A3D
(65,58,61)
#3A3437
(58,52,55)
#332E31
(51,46,49)
#2C282B
(44,40,43)
#252225
(37,34,37)
#1E1C1F
(30,28,31)
#171619
(23,22,25)
#101013
(16,16,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #4F4649

#4F4649
(79,70,73)
#5F5659
(95,86,89)
#6F6669
(111,102,105)
#7F7679
(127,118,121)
#8F8689
(143,134,137)
#9F9699
(159,150,153)
#AFA6A9
(175,166,169)
#BFB6B9
(191,182,185)
#CFC6C9
(207,198,201)
#DFD6D9
(223,214,217)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4649; }

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

This text font color is #4F4649.


Background Color

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

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

This div background color is #4F4649.


Border color

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

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

This div border color is #4F4649.


Opacity

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

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

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

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

This text has shadow with #4F4649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4649 on black background.


Color preview on white background

This text has color #4F4649 on white background.



Black color preview on #4F4649 background

This text has black color on #4F4649 background.


White color preview on #4F4649 background

This text has white color on #4F4649 background.