COLOR #4F4248

HEX: #4F4248
RGB: (79,66,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
66
72

R + G + B ~ 28%. #4F4248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 66 + 72 = 217 (100%)
R 79 of 217 ~ 36.41%
G 66 of 217 ~ 30.41%
B 72 of 217 ~ 33.18%

%36.41
%30.41
%33.18

CMYK color model

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

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

CMYK percentages

%0
%16.46
%8.86
%69.02

Codes

Color #4F4248 in popluar color models

4F4248
RGB796672
HSL332°8.97%28.43%
HSB/HSV332°16.46%30.98%
CMYK0.00%16.46%8.86%
69.02%

Color #4F4248 in popluar number systems.

HEX4F4248
Decimal796672
Binary100111110000101001000
Octal117102110

Shades and tints

Shades of #4F4248

#4F4248
(79,66,72)
#483C42
(72,60,66)
#41363C
(65,54,60)
#3A3036
(58,48,54)
#332A30
(51,42,48)
#2C242A
(44,36,42)
#251E24
(37,30,36)
#1E181E
(30,24,30)
#171218
(23,18,24)
#100C12
(16,12,18)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #4F4248

#4F4248
(79,66,72)
#5F5358
(95,83,88)
#6F6468
(111,100,104)
#7F7578
(127,117,120)
#8F8688
(143,134,136)
#9F9798
(159,151,152)
#AFA8A8
(175,168,168)
#BFB9B8
(191,185,184)
#CFCAC8
(207,202,200)
#DFDBD8
(223,219,216)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4248; }

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

This text font color is #4F4248.


Background Color

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

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

This div background color is #4F4248.


Border color

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

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

This div border color is #4F4248.


Opacity

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

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

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

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

This text has shadow with #4F4248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4248 on black background.


Color preview on white background

This text has color #4F4248 on white background.



Black color preview on #4F4248 background

This text has black color on #4F4248 background.


White color preview on #4F4248 background

This text has white color on #4F4248 background.