COLOR #4F474B

HEX: #4F474B RGB: (79,71,75)

Color info

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

RGB color model

#4F474B color RGB value is (79,71,75).

RGB: (79,71,75) (31%, 28%, 29%)

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 75 of 255 = 29%

79
71
75

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

Portions of RGB colors in percentages

R + G + B = 79 + 71 + 75 = 225 (100%)
R 79 of 225 ~ 35.11%
G 71 of 225 ~ 31.56%
B 75 of 225 ~ 33.33'%

%35.11
%31.56
%33.33

CMYK color model

#4F474B color CMYK value is (0,10,5,69).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 5.06%
  • key color value is 69.02%
CMYK: (0,10,5,69) C0M10Y5K69 (0%,10%,5%,69%) (0.00/0.10/0.05/0.69) 

CMYK percentages

%0
%10.13
%5.06
%69.02

Codes

Color #4F474B in popluar color models

4F 47 4B
RGB 79 71 75
HSL 330° 5.33% 29.41%
HSB/HSV 330° 10.13% 30.98%
CMYK 0.00% 10.13% 5.06%
69.02%

Color #4F474B in popluar number systems.

HEX 4F 47 4B
Decimal 79 71 75
Binary 1001111 1000111 1001011
Octal 117 107 113

Shades and tints

Shades of #4F474B

#4F474B
(79,71,75)
#484145
(72,65,69)
#413B3F
(65,59,63)
#3A3539
(58,53,57)
#332F33
(51,47,51)
#2C292D
(44,41,45)
#252327
(37,35,39)
#1E1D21
(30,29,33)
#17171B
(23,23,27)
#101115
(16,17,21)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #4F474B

#4F474B
(79,71,75)
#5F575B
(95,87,91)
#6F676B
(111,103,107)
#7F777B
(127,119,123)
#8F878B
(143,135,139)
#9F979B
(159,151,155)
#AFA7AB
(175,167,171)
#BFB7BB
(191,183,187)
#CFC7CB
(207,199,203)
#DFD7DB
(223,215,219)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F474B; }

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

This text font color is #4F474B.

Background Color

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

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

This div background color is #4F474B.

Border color

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

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

This div border color is #4F474B.

Opacity

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

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

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

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

This text has shadow with #4F474B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F474B.

Preview

Color preview on black background

This text has color #4F474B on black background.


Color preview on white background

This text has color #4F474B on white background.


Black color preview on #4F474B background

This text has black color on #4F474B background.


White color preview on #4F474B background

This text has white color on #4F474B background.


Related colors

Complementary color

Complementary color for #hex is #B0B8B4.


I love getcolorcode.com

Triadic colors

1 #4B4F47 and #474B4F with #4F474B are triadic colors.

2 #4B474F and #474F4B with #4F474B are triadic colors.