COLOR #4F454C

HEX: #4F454C RGB: (79,69,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
69
76

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

Portions of RGB colors in percentages

R + G + B = 79 + 69 + 76 = 224 (100%)
R 79 of 224 ~ 35.27%
G 69 of 224 ~ 30.8%
B 76 of 224 ~ 33.93'%

%35.27
%30.8
%33.93

CMYK color model

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

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

CMYK: (0,13,4,69)
C0M13Y4K69 (0%, 13%, 4%, 69%)
(0.00 / 0.13 / 0.04 / 0.69)

CMYK percentages

%0
%12.66
%3.8
%69.02

Codes

Color #4F454C in popluar color models

4F 45 4C
RGB 79 69 76
HSL 318° 6.76% 29.02%
HSB/HSV 318° 12.66% 30.98%
CMYK 0.00% 12.66% 3.80%
69.02%

Color #4F454C in popluar number systems.

HEX 4F 45 4C
Decimal 79 69 76
Binary 1001111 1000101 1001100
Octal 117 105 114

Shades and tints

Shades of #4F454C

#4F454C
(79,69,76)
#483F46
(72,63,70)
#413940
(65,57,64)
#3A333A
(58,51,58)
#332D34
(51,45,52)
#2C272E
(44,39,46)
#252128
(37,33,40)
#1E1B22
(30,27,34)
#17151C
(23,21,28)
#100F16
(16,15,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #4F454C

#4F454C
(79,69,76)
#5F555C
(95,85,92)
#6F656C
(111,101,108)
#7F757C
(127,117,124)
#8F858C
(143,133,140)
#9F959C
(159,149,156)
#AFA5AC
(175,165,172)
#BFB5BC
(191,181,188)
#CFC5CC
(207,197,204)
#DFD5DC
(223,213,220)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F454C; }

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

This text font color is #4F454C.

Background Color

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

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

This div background color is #4F454C.

Border color

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

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

This div border color is #4F454C.

Opacity

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

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

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

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

This text has shadow with #4F454C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F454C.

Preview

Color preview on black background

This text has color #4F454C on black background.


Color preview on white background

This text has color #4F454C on white background.


Black color preview on #4F454C background

This text has black color on #4F454C background.


White color preview on #4F454C background

This text has white color on #4F454C background.


Related colors

Complementary color

Complementary color for #hex is #B0BAB3.


I love getcolorcode.com

Triadic colors

1 #4C4F45 and #454C4F with #4F454C are triadic colors.

2 #4C454F and #454F4C with #4F454C are triadic colors.