COLOR #4F544B

HEX: #4F544B RGB: (79,84,75)

Color info

#4F544B contains red, green and blue colors in about the same proportion. Web safe color of #4F544B is #666633 (or #663).

RGB color model

#4F544B color RGB value is (79,84,75).

RGB: (79,84,75) (31%, 33%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 75 of 255 = 29%

79
84
75

R + G + B ~ 31%. #4F544B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 84 + 75 = 238 (100%)
R 79 of 238 ~ 33.19%
G 84 of 238 ~ 35.29%
B 75 of 238 ~ 31.51'%

%33.19
%35.29
%31.51

CMYK color model

#4F544B color CMYK value is (6,0,11,67).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 67.06%

CMYK: (6,0,11,67)
C6M0Y11K67 (6%, 0%, 11%, 67%)
(0.06 / 0.00 / 0.11 / 0.67)

CMYK percentages

%5.95
%0
%10.71
%67.06

Codes

Color #4F544B in popluar color models

4F 54 4B
RGB 79 84 75
HSL 93° 5.66% 31.18%
HSB/HSV 93° 10.71% 32.94%
CMYK 5.95% 0.00% 10.71%
67.06%

Color #4F544B in popluar number systems.

HEX 4F 54 4B
Decimal 79 84 75
Binary 1001111 1010100 1001011
Octal 117 124 113

Shades and tints

Shades of #4F544B

#4F544B
(79,84,75)
#484D45
(72,77,69)
#41463F
(65,70,63)
#3A3F39
(58,63,57)
#333833
(51,56,51)
#2C312D
(44,49,45)
#252A27
(37,42,39)
#1E2321
(30,35,33)
#171C1B
(23,28,27)
#101515
(16,21,21)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F544B

#4F544B
(79,84,75)
#5F635B
(95,99,91)
#6F726B
(111,114,107)
#7F817B
(127,129,123)
#8F908B
(143,144,139)
#9F9F9B
(159,159,155)
#AFAEAB
(175,174,171)
#BFBDBB
(191,189,187)
#CFCCCB
(207,204,203)
#DFDBDB
(223,219,219)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F544B; }

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

This text font color is #4F544B.

Background Color

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

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

This div background color is #4F544B.

Border color

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

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

This div border color is #4F544B.

Opacity

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

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

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

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

This text has shadow with #4F544B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F544B.

Preview

Color preview on black background

This text has color #4F544B on black background.


Color preview on white background

This text has color #4F544B on white background.


Black color preview on #4F544B background

This text has black color on #4F544B background.


White color preview on #4F544B background

This text has white color on #4F544B background.


Related colors

Complementary color

Complementary color for #hex is #B0ABB4.


I love getcolorcode.com

Triadic colors

1 #4B4F54 and #544B4F with #4F544B are triadic colors.

2 #4B544F and #544F4B with #4F544B are triadic colors.