COLOR #4F4848

HEX: #4F4848
RGB: (79,72,72)

Color info

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

RGB color model

#4F4848 color RGB value is (79,72,72).

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

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 72 of 255 = 28%

79
72
72

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 72 = 223 (100%)
R 79 of 223 ~ 35.43%
G 72 of 223 ~ 32.29%
B 72 of 223 ~ 32.29%

%35.43
%32.29
%32.29

CMYK color model

#4F4848 color CMYK value is (0,9,9,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(0,9,9,69)
C0M9Y9K69 
(0%,9%,9%,69%)
(0.00/0.09/0.09/0.69)	

CMYK percentages

%0
%8.86
%8.86
%69.02

Codes

Color #4F4848 in popluar color models

4F4848
RGB797272
HSL4.64%29.61%
HSB/HSV8.86%30.98%
CMYK0.00%8.86%8.86%
69.02%

Color #4F4848 in popluar number systems.

HEX4F4848
Decimal797272
Binary100111110010001001000
Octal117110110

Shades and tints

Shades of #4F4848

#4F4848
(79,72,72)
#484242
(72,66,66)
#413C3C
(65,60,60)
#3A3636
(58,54,54)
#333030
(51,48,48)
#2C2A2A
(44,42,42)
#252424
(37,36,36)
#1E1E1E
(30,30,30)
#171818
(23,24,24)
#101212
(16,18,18)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F4848

#4F4848
(79,72,72)
#5F5858
(95,88,88)
#6F6868
(111,104,104)
#7F7878
(127,120,120)
#8F8888
(143,136,136)
#9F9898
(159,152,152)
#AFA8A8
(175,168,168)
#BFB8B8
(191,184,184)
#CFC8C8
(207,200,200)
#DFD8D8
(223,216,216)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4848; }

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

This text font color is #4F4848.


Background Color

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

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

This div background color is #4F4848.


Border color

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

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

This div border color is #4F4848.


Opacity

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

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

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

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

This text has shadow with #4F4848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4848 on black background.


Color preview on white background

This text has color #4F4848 on white background.



Black color preview on #4F4848 background

This text has black color on #4F4848 background.


White color preview on #4F4848 background

This text has white color on #4F4848 background.