COLOR #4F464A

HEX: #4F464A
RGB: (79,70,74)

Color info

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

RGB color model

#4F464A color RGB value is (79,70,74).

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

RGB channels and saturation

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

79
70
74

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

Portions of RGB colors in percentages

R + G + B =
79 + 70 + 74 = 223 (100%)
R 79 of 223 ~ 35.43%
G 70 of 223 ~ 31.39%
B 74 of 223 ~ 33.18%

%35.43
%31.39
%33.18

CMYK color model

#4F464A color CMYK value is (0,11,6,69).

  • cyan value is 0.00%
  • magenta value is 11.39%
  • yellow value is 6.33%
  • key color value is 69.02%
CMYK:
(0,11,6,69)
C0M11Y6K69 
(0%,11%,6%,69%)
(0.00/0.11/0.06/0.69)	

CMYK percentages

%0
%11.39
%6.33
%69.02

Codes

Color #4F464A in popluar color models

4F464A
RGB797074
HSL333°6.04%29.22%
HSB/HSV333°11.39%30.98%
CMYK0.00%11.39%6.33%
69.02%

Color #4F464A in popluar number systems.

HEX4F464A
Decimal797074
Binary100111110001101001010
Octal117106112

Shades and tints

Shades of #4F464A

#4F464A
(79,70,74)
#484044
(72,64,68)
#413A3E
(65,58,62)
#3A3438
(58,52,56)
#332E32
(51,46,50)
#2C282C
(44,40,44)
#252226
(37,34,38)
#1E1C20
(30,28,32)
#17161A
(23,22,26)
#101014
(16,16,20)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #4F464A

#4F464A
(79,70,74)
#5F565A
(95,86,90)
#6F666A
(111,102,106)
#7F767A
(127,118,122)
#8F868A
(143,134,138)
#9F969A
(159,150,154)
#AFA6AA
(175,166,170)
#BFB6BA
(191,182,186)
#CFC6CA
(207,198,202)
#DFD6DA
(223,214,218)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F464A; }

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

This text font color is #4F464A.


Background Color

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

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

This div background color is #4F464A.


Border color

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

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

This div border color is #4F464A.


Opacity

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

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

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

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

This text has shadow with #4F464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F464A on black background.


Color preview on white background

This text has color #4F464A on white background.



Black color preview on #4F464A background

This text has black color on #4F464A background.


White color preview on #4F464A background

This text has white color on #4F464A background.