COLOR #4F484B

HEX: #4F484B
RGB: (79,72,75)

Color info

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

RGB color model

#4F484B color RGB value is (79,72,75).

  • red value is 79;
  • green value is 72;
  • blue value is 75.
RGB:
(79,72,75)
(31%,28%,29%)

RGB channels and saturation

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

79
72
75

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

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 75 = 226 (100%)
R 79 of 226 ~ 34.96%
G 72 of 226 ~ 31.86%
B 75 of 226 ~ 33.19%

%34.96
%31.86
%33.19

CMYK color model

#4F484B color CMYK value is (0,9,5,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 5.06%
  • key color value is 69.02%
CMYK:
(0,9,5,69)
C0M9Y5K69 
(0%,9%,5%,69%)
(0.00/0.09/0.05/0.69)	

CMYK percentages

%0
%8.86
%5.06
%69.02

Codes

Color #4F484B in popluar color models

4F484B
RGB797275
HSL334°4.64%29.61%
HSB/HSV334°8.86%30.98%
CMYK0.00%8.86%5.06%
69.02%

Color #4F484B in popluar number systems.

HEX4F484B
Decimal797275
Binary100111110010001001011
Octal117110113

Shades and tints

Shades of #4F484B

#4F484B
(79,72,75)
#484245
(72,66,69)
#413C3F
(65,60,63)
#3A3639
(58,54,57)
#333033
(51,48,51)
#2C2A2D
(44,42,45)
#252427
(37,36,39)
#1E1E21
(30,30,33)
#17181B
(23,24,27)
#101215
(16,18,21)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #4F484B

#4F484B
(79,72,75)
#5F585B
(95,88,91)
#6F686B
(111,104,107)
#7F787B
(127,120,123)
#8F888B
(143,136,139)
#9F989B
(159,152,155)
#AFA8AB
(175,168,171)
#BFB8BB
(191,184,187)
#CFC8CB
(207,200,203)
#DFD8DB
(223,216,219)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F484B; }

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

This text font color is #4F484B.


Background Color

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

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

This div background color is #4F484B.


Border color

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

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

This div border color is #4F484B.


Opacity

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

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

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

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

This text has shadow with #4F484B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F484B on black background.


Color preview on white background

This text has color #4F484B on white background.



Black color preview on #4F484B background

This text has black color on #4F484B background.


White color preview on #4F484B background

This text has white color on #4F484B background.