COLOR #4F4949

HEX: #4F4949 RGB: (79,73,73)

Color info

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

RGB color model

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

RGB: (79,73,73) (31%, 29%, 29%)

RGB channels and saturation

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

79
73
73

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

Portions of RGB colors in percentages

R + G + B = 79 + 73 + 73 = 225 (100%)
R 79 of 225 ~ 35.11%
G 73 of 225 ~ 32.44%
B 73 of 225 ~ 32.44'%

%35.11
%32.44
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 7.59%
  • key color value is 69.02%

CMYK: (0,8,8,69)
C0M8Y8K69 (0%, 8%, 8%, 69%)
(0.00 / 0.08 / 0.08 / 0.69)

CMYK percentages

%0
%7.59
%7.59
%69.02

Codes

Color #4F4949 in popluar color models

4F 49 49
RGB 79 73 73
HSL 3.95% 29.80%
HSB/HSV 7.59% 30.98%
CMYK 0.00% 7.59% 7.59%
69.02%

Color #4F4949 in popluar number systems.

HEX 4F 49 49
Decimal 79 73 73
Binary 1001111 1001001 1001001
Octal 117 111 111

Shades and tints

Shades of #4F4949

#4F4949
(79,73,73)
#484343
(72,67,67)
#413D3D
(65,61,61)
#3A3737
(58,55,55)
#333131
(51,49,49)
#2C2B2B
(44,43,43)
#252525
(37,37,37)
#1E1F1F
(30,31,31)
#171919
(23,25,25)
#101313
(16,19,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #4F4949

#4F4949
(79,73,73)
#5F5959
(95,89,89)
#6F6969
(111,105,105)
#7F7979
(127,121,121)
#8F8989
(143,137,137)
#9F9999
(159,153,153)
#AFA9A9
(175,169,169)
#BFB9B9
(191,185,185)
#CFC9C9
(207,201,201)
#DFD9D9
(223,217,217)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4949; }

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

This text font color is #4F4949.

Background Color

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

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

This div background color is #4F4949.

Border color

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

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

This div border color is #4F4949.

Opacity

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

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

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

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

This text has shadow with #4F4949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4949.

Preview

Color preview on black background

This text has color #4F4949 on black background.


Color preview on white background

This text has color #4F4949 on white background.


Black color preview on #4F4949 background

This text has black color on #4F4949 background.


White color preview on #4F4949 background

This text has white color on #4F4949 background.


Related colors

Complementary color

Complementary color for #hex is #B0B6B6.


I love getcolorcode.com