COLOR #4F444C

HEX: #4F444C RGB: (79,68,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
68
76

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

Portions of RGB colors in percentages

R + G + B = 79 + 68 + 76 = 223 (100%)
R 79 of 223 ~ 35.43%
G 68 of 223 ~ 30.49%
B 76 of 223 ~ 34.08'%

%35.43
%30.49
%34.08

CMYK color model

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

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

CMYK: (0,14,4,69)
C0M14Y4K69 (0%, 14%, 4%, 69%)
(0.00 / 0.14 / 0.04 / 0.69)

CMYK percentages

%0
%13.92
%3.8
%69.02

Codes

Color #4F444C in popluar color models

4F 44 4C
RGB 79 68 76
HSL 316° 7.48% 28.82%
HSB/HSV 316° 13.92% 30.98%
CMYK 0.00% 13.92% 3.80%
69.02%

Color #4F444C in popluar number systems.

HEX 4F 44 4C
Decimal 79 68 76
Binary 1001111 1000100 1001100
Octal 117 104 114

Shades and tints

Shades of #4F444C

#4F444C
(79,68,76)
#483E46
(72,62,70)
#413840
(65,56,64)
#3A323A
(58,50,58)
#332C34
(51,44,52)
#2C262E
(44,38,46)
#252028
(37,32,40)
#1E1A22
(30,26,34)
#17141C
(23,20,28)
#100E16
(16,14,22)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #4F444C

#4F444C
(79,68,76)
#5F555C
(95,85,92)
#6F666C
(111,102,108)
#7F777C
(127,119,124)
#8F888C
(143,136,140)
#9F999C
(159,153,156)
#AFAAAC
(175,170,172)
#BFBBBC
(191,187,188)
#CFCCCC
(207,204,204)
#DFDDDC
(223,221,220)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F444C; }

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

This text font color is #4F444C.

Background Color

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

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

This div background color is #4F444C.

Border color

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

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

This div border color is #4F444C.

Opacity

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

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

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

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

This text has shadow with #4F444C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F444C.

Preview

Color preview on black background

This text has color #4F444C on black background.


Color preview on white background

This text has color #4F444C on white background.


Black color preview on #4F444C background

This text has black color on #4F444C background.


White color preview on #4F444C background

This text has white color on #4F444C background.


Related colors

Complementary color

Complementary color for #hex is #B0BBB3.


I love getcolorcode.com

Triadic colors

1 #4C4F44 and #444C4F with #4F444C are triadic colors.

2 #4C444F and #444F4C with #4F444C are triadic colors.