COLOR #4F4F4C

HEX: #4F4F4C RGB: (79,79,76)

Color info

#4F4F4C contains red, green and blue colors in about the same proportion. Web safe color of #4F4F4C is #666633 (or #663).

RGB color model

#4F4F4C color RGB value is (79,79,76).

RGB: (79,79,76) (31%, 31%, 30%)

RGB channels and saturation

R 79 of 255 = 31%
G 79 of 255 = 31%
B 76 of 255 = 30%

79
79
76

R + G + B ~ 31%. #4F4F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 79 + 76 = 234 (100%)
R 79 of 234 ~ 33.76%
G 79 of 234 ~ 33.76%
B 76 of 234 ~ 32.48'%

%33.76
%33.76
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 69.02%

CMYK: (0,0,4,69)
C0M0Y4K69 (0%, 0%, 4%, 69%)
(0.00 / 0.00 / 0.04 / 0.69)

CMYK percentages

%0
%0
%3.8
%69.02

Codes

Color #4F4F4C in popluar color models

4F 4F 4C
RGB 79 79 76
HSL 60° 1.94% 30.39%
HSB/HSV 60° 3.80% 30.98%
CMYK 0.00% 0.00% 3.80%
69.02%

Color #4F4F4C in popluar number systems.

HEX 4F 4F 4C
Decimal 79 79 76
Binary 1001111 1001111 1001100
Octal 117 117 114

Shades and tints

Shades of #4F4F4C

#4F4F4C
(79,79,76)
#484846
(72,72,70)
#414140
(65,65,64)
#3A3A3A
(58,58,58)
#333334
(51,51,52)
#2C2C2E
(44,44,46)
#252528
(37,37,40)
#1E1E22
(30,30,34)
#17171C
(23,23,28)
#101016
(16,16,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #4F4F4C

#4F4F4C
(79,79,76)
#5F5F5C
(95,95,92)
#6F6F6C
(111,111,108)
#7F7F7C
(127,127,124)
#8F8F8C
(143,143,140)
#9F9F9C
(159,159,156)
#AFAFAC
(175,175,172)
#BFBFBC
(191,191,188)
#CFCFCC
(207,207,204)
#DFDFDC
(223,223,220)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F4C; }

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

This text font color is #4F4F4C.

Background Color

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

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

This div background color is #4F4F4C.

Border color

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

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

This div border color is #4F4F4C.

Opacity

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

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

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

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

This text has shadow with #4F4F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4F4C.

Preview

Color preview on black background

This text has color #4F4F4C on black background.


Color preview on white background

This text has color #4F4F4C on white background.


Black color preview on #4F4F4C background

This text has black color on #4F4F4C background.


White color preview on #4F4F4C background

This text has white color on #4F4F4C background.


Related colors

Complementary color

Complementary color for #hex is #B0B0B3.


I love getcolorcode.com