COLOR #4F4948

HEX: #4F4948
RGB: (79,73,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
73
72

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

Portions of RGB colors in percentages

R + G + B =
79 + 73 + 72 = 224 (100%)
R 79 of 224 ~ 35.27%
G 73 of 224 ~ 32.59%
B 72 of 224 ~ 32.14%

%35.27
%32.59
%32.14

CMYK color model

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

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

CMYK percentages

%0
%7.59
%8.86
%69.02

Codes

Color #4F4948 in popluar color models

4F4948
RGB797372
HSL4.64%29.61%
HSB/HSV8.86%30.98%
CMYK0.00%7.59%8.86%
69.02%

Color #4F4948 in popluar number systems.

HEX4F4948
Decimal797372
Binary100111110010011001000
Octal117111110

Shades and tints

Shades of #4F4948

#4F4948
(79,73,72)
#484342
(72,67,66)
#413D3C
(65,61,60)
#3A3736
(58,55,54)
#333130
(51,49,48)
#2C2B2A
(44,43,42)
#252524
(37,37,36)
#1E1F1E
(30,31,30)
#171918
(23,25,24)
#101312
(16,19,18)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #4F4948

#4F4948
(79,73,72)
#5F5958
(95,89,88)
#6F6968
(111,105,104)
#7F7978
(127,121,120)
#8F8988
(143,137,136)
#9F9998
(159,153,152)
#AFA9A8
(175,169,168)
#BFB9B8
(191,185,184)
#CFC9C8
(207,201,200)
#DFD9D8
(223,217,216)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4948; }

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

This text font color is #4F4948.


Background Color

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

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

This div background color is #4F4948.


Border color

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

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

This div border color is #4F4948.


Opacity

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

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

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

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

This text has shadow with #4F4948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4948 on black background.


Color preview on white background

This text has color #4F4948 on white background.



Black color preview on #4F4948 background

This text has black color on #4F4948 background.


White color preview on #4F4948 background

This text has white color on #4F4948 background.