COLOR #4F4C4C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
76
76

R + G + B ~ 30%. #4F4C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 76 + 76 = 231 (100%)
R 79 of 231 ~ 34.2%
G 76 of 231 ~ 32.9%
B 76 of 231 ~ 32.9'%

%34.2
%32.9
%32.9

CMYK color model

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

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

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

CMYK percentages

%0
%3.8
%3.8
%69.02

Codes

Color #4F4C4C in popluar color models

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

Color #4F4C4C in popluar number systems.

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

Shades and tints

Shades of #4F4C4C

#4F4C4C
(79,76,76)
#484646
(72,70,70)
#414040
(65,64,64)
#3A3A3A
(58,58,58)
#333434
(51,52,52)
#2C2E2E
(44,46,46)
#252828
(37,40,40)
#1E2222
(30,34,34)
#171C1C
(23,28,28)
#101616
(16,22,22)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #4F4C4C

#4F4C4C
(79,76,76)
#5F5C5C
(95,92,92)
#6F6C6C
(111,108,108)
#7F7C7C
(127,124,124)
#8F8C8C
(143,140,140)
#9F9C9C
(159,156,156)
#AFACAC
(175,172,172)
#BFBCBC
(191,188,188)
#CFCCCC
(207,204,204)
#DFDCDC
(223,220,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4C4C; }

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

This text font color is #4F4C4C.

Background Color

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

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

This div background color is #4F4C4C.

Border color

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

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

This div border color is #4F4C4C.

Opacity

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

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

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

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

This text has shadow with #4F4C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4C4C.

Preview

Color preview on black background

This text has color #4F4C4C on black background.


Color preview on white background

This text has color #4F4C4C on white background.


Black color preview on #4F4C4C background

This text has black color on #4F4C4C background.


White color preview on #4F4C4C background

This text has white color on #4F4C4C background.


Related colors

Complementary color

Complementary color for #hex is #B0B3B3.


I love getcolorcode.com