COLOR #4F444A

HEX: #4F444A
RGB: (79,68,74)

Color info

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

RGB color model

#4F444A color RGB value is (79,68,74).

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

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 74 of 255 = 29%

79
68
74

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

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 74 = 221 (100%)
R 79 of 221 ~ 35.75%
G 68 of 221 ~ 30.77%
B 74 of 221 ~ 33.48%

%35.75
%30.77
%33.48

CMYK color model

#4F444A color CMYK value is (0,14,6,69).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(0,14,6,69)
C0M14Y6K69 
(0%,14%,6%,69%)
(0.00/0.14/0.06/0.69)	

CMYK percentages

%0
%13.92
%6.33
%69.02

Codes

Color #4F444A in popluar color models

4F444A
RGB796874
HSL327°7.48%28.82%
HSB/HSV327°13.92%30.98%
CMYK0.00%13.92%6.33%
69.02%

Color #4F444A in popluar number systems.

HEX4F444A
Decimal796874
Binary100111110001001001010
Octal117104112

Shades and tints

Shades of #4F444A

#4F444A
(79,68,74)
#483E44
(72,62,68)
#41383E
(65,56,62)
#3A3238
(58,50,56)
#332C32
(51,44,50)
#2C262C
(44,38,44)
#252026
(37,32,38)
#1E1A20
(30,26,32)
#17141A
(23,20,26)
#100E14
(16,14,20)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #4F444A

#4F444A
(79,68,74)
#5F555A
(95,85,90)
#6F666A
(111,102,106)
#7F777A
(127,119,122)
#8F888A
(143,136,138)
#9F999A
(159,153,154)
#AFAAAA
(175,170,170)
#BFBBBA
(191,187,186)
#CFCCCA
(207,204,202)
#DFDDDA
(223,221,218)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F444A; }

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

This text font color is #4F444A.


Background Color

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

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

This div background color is #4F444A.


Border color

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

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

This div border color is #4F444A.


Opacity

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

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

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

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

This text has shadow with #4F444A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F444A on black background.


Color preview on white background

This text has color #4F444A on white background.



Black color preview on #4F444A background

This text has black color on #4F444A background.


White color preview on #4F444A background

This text has white color on #4F444A background.