COLOR #4F434C

HEX: #4F434C RGB: (79,67,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
67
76

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

Portions of RGB colors in percentages

R + G + B = 79 + 67 + 76 = 222 (100%)
R 79 of 222 ~ 35.59%
G 67 of 222 ~ 30.18%
B 76 of 222 ~ 34.23'%

%35.59
%30.18
%34.23

CMYK color model

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

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

CMYK: (0,15,4,69)
C0M15Y4K69 (0%, 15%, 4%, 69%)
(0.00 / 0.15 / 0.04 / 0.69)

CMYK percentages

%0
%15.19
%3.8
%69.02

Codes

Color #4F434C in popluar color models

4F 43 4C
RGB 79 67 76
HSL 315° 8.22% 28.63%
HSB/HSV 315° 15.19% 30.98%
CMYK 0.00% 15.19% 3.80%
69.02%

Color #4F434C in popluar number systems.

HEX 4F 43 4C
Decimal 79 67 76
Binary 1001111 1000011 1001100
Octal 117 103 114

Shades and tints

Shades of #4F434C

#4F434C
(79,67,76)
#483D46
(72,61,70)
#413740
(65,55,64)
#3A313A
(58,49,58)
#332B34
(51,43,52)
#2C252E
(44,37,46)
#251F28
(37,31,40)
#1E1922
(30,25,34)
#17131C
(23,19,28)
#100D16
(16,13,22)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #4F434C

#4F434C
(79,67,76)
#5F545C
(95,84,92)
#6F656C
(111,101,108)
#7F767C
(127,118,124)
#8F878C
(143,135,140)
#9F989C
(159,152,156)
#AFA9AC
(175,169,172)
#BFBABC
(191,186,188)
#CFCBCC
(207,203,204)
#DFDCDC
(223,220,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F434C; }

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

This text font color is #4F434C.

Background Color

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

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

This div background color is #4F434C.

Border color

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

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

This div border color is #4F434C.

Opacity

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

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

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

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

This text has shadow with #4F434C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F434C.

Preview

Color preview on black background

This text has color #4F434C on black background.


Color preview on white background

This text has color #4F434C on white background.


Black color preview on #4F434C background

This text has black color on #4F434C background.


White color preview on #4F434C background

This text has white color on #4F434C background.


Related colors

Complementary color

Complementary color for #hex is #B0BCB3.


I love getcolorcode.com

Triadic colors

1 #4C4F43 and #434C4F with #4F434C are triadic colors.

2 #4C434F and #434F4C with #4F434C are triadic colors.