COLOR #4F4440

HEX: #4F4440
RGB: (79,68,64)

Color info

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

RGB color model

#4F4440 color RGB value is (79,68,64).

  • red value is 79;
  • green value is 68;
  • blue value is 64.
RGB:
(79,68,64)
(31%,27%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 64 of 255 = 25%

79
68
64

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

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 64 = 211 (100%)
R 79 of 211 ~ 37.44%
G 68 of 211 ~ 32.23%
B 64 of 211 ~ 30.33%

%37.44
%32.23
%30.33

CMYK color model

#4F4440 color CMYK value is (0,14,19,69).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 18.99%
  • key color value is 69.02%
CMYK:
(0,14,19,69)
C0M14Y19K69 
(0%,14%,19%,69%)
(0.00/0.14/0.19/0.69)	

CMYK percentages

%0
%13.92
%18.99
%69.02

Codes

Color #4F4440 in popluar color models

4F4440
RGB796864
HSL16°10.49%28.04%
HSB/HSV16°18.99%30.98%
CMYK0.00%13.92%18.99%
69.02%

Color #4F4440 in popluar number systems.

HEX4F4440
Decimal796864
Binary100111110001001000000
Octal117104100

Shades and tints

Shades of #4F4440

#4F4440
(79,68,64)
#483E3B
(72,62,59)
#413836
(65,56,54)
#3A3231
(58,50,49)
#332C2C
(51,44,44)
#2C2627
(44,38,39)
#252022
(37,32,34)
#1E1A1D
(30,26,29)
#171418
(23,20,24)
#100E13
(16,14,19)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #4F4440

#4F4440
(79,68,64)
#5F5551
(95,85,81)
#6F6662
(111,102,98)
#7F7773
(127,119,115)
#8F8884
(143,136,132)
#9F9995
(159,153,149)
#AFAAA6
(175,170,166)
#BFBBB7
(191,187,183)
#CFCCC8
(207,204,200)
#DFDDD9
(223,221,217)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4440; }

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

This text font color is #4F4440.


Background Color

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

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

This div background color is #4F4440.


Border color

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

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

This div border color is #4F4440.


Opacity

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

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

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

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

This text has shadow with #4F4440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4440 on black background.


Color preview on white background

This text has color #4F4440 on white background.



Black color preview on #4F4440 background

This text has black color on #4F4440 background.


White color preview on #4F4440 background

This text has white color on #4F4440 background.