COLOR #4F4748

HEX: #4F4748
RGB: (79,71,72)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
71
72

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

Portions of RGB colors in percentages

R + G + B =
79 + 71 + 72 = 222 (100%)
R 79 of 222 ~ 35.59%
G 71 of 222 ~ 31.98%
B 72 of 222 ~ 32.43%

%35.59
%31.98
%32.43

CMYK color model

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

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

CMYK percentages

%0
%10.13
%8.86
%69.02

Codes

Color #4F4748 in popluar color models

4F4748
RGB797172
HSL353°5.33%29.41%
HSB/HSV353°10.13%30.98%
CMYK0.00%10.13%8.86%
69.02%

Color #4F4748 in popluar number systems.

HEX4F4748
Decimal797172
Binary100111110001111001000
Octal117107110

Shades and tints

Shades of #4F4748

#4F4748
(79,71,72)
#484142
(72,65,66)
#413B3C
(65,59,60)
#3A3536
(58,53,54)
#332F30
(51,47,48)
#2C292A
(44,41,42)
#252324
(37,35,36)
#1E1D1E
(30,29,30)
#171718
(23,23,24)
#101112
(16,17,18)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #4F4748

#4F4748
(79,71,72)
#5F5758
(95,87,88)
#6F6768
(111,103,104)
#7F7778
(127,119,120)
#8F8788
(143,135,136)
#9F9798
(159,151,152)
#AFA7A8
(175,167,168)
#BFB7B8
(191,183,184)
#CFC7C8
(207,199,200)
#DFD7D8
(223,215,216)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4748; }

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

This text font color is #4F4748.


Background Color

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

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

This div background color is #4F4748.


Border color

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

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

This div border color is #4F4748.


Opacity

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

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

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

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

This text has shadow with #4F4748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4748 on black background.


Color preview on white background

This text has color #4F4748 on white background.



Black color preview on #4F4748 background

This text has black color on #4F4748 background.


White color preview on #4F4748 background

This text has white color on #4F4748 background.