COLOR #4F4847

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
72
71

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

Portions of RGB colors in percentages

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

%35.59
%32.43
%31.98

CMYK color model

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

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

CMYK percentages

%0
%8.86
%10.13
%69.02

Codes

Color #4F4847 in popluar color models

4F4847
RGB797271
HSL5.33%29.41%
HSB/HSV10.13%30.98%
CMYK0.00%8.86%10.13%
69.02%

Color #4F4847 in popluar number systems.

HEX4F4847
Decimal797271
Binary100111110010001000111
Octal117110107

Shades and tints

Shades of #4F4847

#4F4847
(79,72,71)
#484241
(72,66,65)
#413C3B
(65,60,59)
#3A3635
(58,54,53)
#33302F
(51,48,47)
#2C2A29
(44,42,41)
#252423
(37,36,35)
#1E1E1D
(30,30,29)
#171817
(23,24,23)
#101211
(16,18,17)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #4F4847

#4F4847
(79,72,71)
#5F5857
(95,88,87)
#6F6867
(111,104,103)
#7F7877
(127,120,119)
#8F8887
(143,136,135)
#9F9897
(159,152,151)
#AFA8A7
(175,168,167)
#BFB8B7
(191,184,183)
#CFC8C7
(207,200,199)
#DFD8D7
(223,216,215)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4847; }

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

This text font color is #4F4847.


Background Color

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

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

This div background color is #4F4847.


Border color

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

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

This div border color is #4F4847.


Opacity

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

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

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

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

This text has shadow with #4F4847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4847 on black background.


Color preview on white background

This text has color #4F4847 on white background.



Black color preview on #4F4847 background

This text has black color on #4F4847 background.


White color preview on #4F4847 background

This text has white color on #4F4847 background.