COLOR #4F424F

HEX: #4F424F
RGB: (79,66,79)

Color info

#4F424F contains red, green and blue colors in about the same proportion. Web safe color of #4F424F is #663366 (or #636).

RGB color model

#4F424F color RGB value is (79,66,79).

  • red value is 79;
  • green value is 66;
  • blue value is 79.
RGB:
(79,66,79)
(31%,26%,31%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 79 of 255 = 31%

79
66
79

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

Portions of RGB colors in percentages

R + G + B =
79 + 66 + 79 = 224 (100%)
R 79 of 224 ~ 35.27%
G 66 of 224 ~ 29.46%
B 79 of 224 ~ 35.27%

%35.27
%29.46
%35.27

CMYK color model

#4F424F color CMYK value is (0,16,0,69).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(0,16,0,69)
C0M16Y0K69 
(0%,16%,0%,69%)
(0.00/0.16/0.00/0.69)	

CMYK percentages

%0
%16.46
%0
%69.02

Codes

Color #4F424F in popluar color models

4F424F
RGB796679
HSL300°8.97%28.43%
HSB/HSV300°16.46%30.98%
CMYK0.00%16.46%0.00%
69.02%

Color #4F424F in popluar number systems.

HEX4F424F
Decimal796679
Binary100111110000101001111
Octal117102117

Shades and tints

Shades of #4F424F

#4F424F
(79,66,79)
#483C48
(72,60,72)
#413641
(65,54,65)
#3A303A
(58,48,58)
#332A33
(51,42,51)
#2C242C
(44,36,44)
#251E25
(37,30,37)
#1E181E
(30,24,30)
#171217
(23,18,23)
#100C10
(16,12,16)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #4F424F

#4F424F
(79,66,79)
#5F535F
(95,83,95)
#6F646F
(111,100,111)
#7F757F
(127,117,127)
#8F868F
(143,134,143)
#9F979F
(159,151,159)
#AFA8AF
(175,168,175)
#BFB9BF
(191,185,191)
#CFCACF
(207,202,207)
#DFDBDF
(223,219,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F424F; }

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

This text font color is #4F424F.


Background Color

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

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

This div background color is #4F424F.


Border color

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

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

This div border color is #4F424F.


Opacity

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

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

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

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

This text has shadow with #4F424F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F424F on black background.


Color preview on white background

This text has color #4F424F on white background.



Black color preview on #4F424F background

This text has black color on #4F424F background.


White color preview on #4F424F background

This text has white color on #4F424F background.