COLOR #4F444B

HEX: #4F444B RGB: (79,68,75)

Color info

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

RGB color model

#4F444B color RGB value is (79,68,75).

RGB: (79,68,75) (31%, 27%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 75 of 255 = 29%

79
68
75

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

Portions of RGB colors in percentages

R + G + B = 79 + 68 + 75 = 222 (100%)
R 79 of 222 ~ 35.59%
G 68 of 222 ~ 30.63%
B 75 of 222 ~ 33.78'%

%35.59
%30.63
%33.78

CMYK color model

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

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

CMYK: (0,14,5,69)
C0M14Y5K69 (0%, 14%, 5%, 69%)
(0.00 / 0.14 / 0.05 / 0.69)

CMYK percentages

%0
%13.92
%5.06
%69.02

Codes

Color #4F444B in popluar color models

4F 44 4B
RGB 79 68 75
HSL 322° 7.48% 28.82%
HSB/HSV 322° 13.92% 30.98%
CMYK 0.00% 13.92% 5.06%
69.02%

Color #4F444B in popluar number systems.

HEX 4F 44 4B
Decimal 79 68 75
Binary 1001111 1000100 1001011
Octal 117 104 113

Shades and tints

Shades of #4F444B

#4F444B
(79,68,75)
#483E45
(72,62,69)
#41383F
(65,56,63)
#3A3239
(58,50,57)
#332C33
(51,44,51)
#2C262D
(44,38,45)
#252027
(37,32,39)
#1E1A21
(30,26,33)
#17141B
(23,20,27)
#100E15
(16,14,21)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #4F444B

#4F444B
(79,68,75)
#5F555B
(95,85,91)
#6F666B
(111,102,107)
#7F777B
(127,119,123)
#8F888B
(143,136,139)
#9F999B
(159,153,155)
#AFAAAB
(175,170,171)
#BFBBBB
(191,187,187)
#CFCCCB
(207,204,203)
#DFDDDB
(223,221,219)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F444B; }

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

This text font color is #4F444B.

Background Color

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

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

This div background color is #4F444B.

Border color

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

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

This div border color is #4F444B.

Opacity

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

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

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

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

This text has shadow with #4F444B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F444B.

Preview

Color preview on black background

This text has color #4F444B on black background.


Color preview on white background

This text has color #4F444B on white background.


Black color preview on #4F444B background

This text has black color on #4F444B background.


White color preview on #4F444B background

This text has white color on #4F444B background.


Related colors

Complementary color

Complementary color for #hex is #B0BBB4.


I love getcolorcode.com

Triadic colors

1 #4B4F44 and #444B4F with #4F444B are triadic colors.

2 #4B444F and #444F4B with #4F444B are triadic colors.