COLOR #4F554B

HEX: #4F554B
RGB: (79,85,75)

Color info

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

RGB color model

#4F554B color RGB value is (79,85,75).

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

RGB channels and saturation

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

79
85
75

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

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 75 = 239 (100%)
R 79 of 239 ~ 33.05%
G 85 of 239 ~ 35.56%
B 75 of 239 ~ 31.38%

%33.05
%35.56
%31.38

CMYK color model

#4F554B color CMYK value is (7,0,12,67).

  • cyan value is 7.06%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(7,0,12,67)
C7M0Y12K67 
(7%,0%,12%,67%)
(0.07/0.00/0.12/0.67)	

CMYK percentages

%7.06
%0
%11.76
%66.67

Codes

Color #4F554B in popluar color models

4F554B
RGB798575
HSL96°6.25%31.37%
HSB/HSV96°11.76%33.33%
CMYK7.06%0.00%11.76%
66.67%

Color #4F554B in popluar number systems.

HEX4F554B
Decimal798575
Binary100111110101011001011
Octal117125113

Shades and tints

Shades of #4F554B

#4F554B
(79,85,75)
#484E45
(72,78,69)
#41473F
(65,71,63)
#3A4039
(58,64,57)
#333933
(51,57,51)
#2C322D
(44,50,45)
#252B27
(37,43,39)
#1E2421
(30,36,33)
#171D1B
(23,29,27)
#101615
(16,22,21)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #4F554B

#4F554B
(79,85,75)
#5F645B
(95,100,91)
#6F736B
(111,115,107)
#7F827B
(127,130,123)
#8F918B
(143,145,139)
#9FA09B
(159,160,155)
#AFAFAB
(175,175,171)
#BFBEBB
(191,190,187)
#CFCDCB
(207,205,203)
#DFDCDB
(223,220,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F554B; }

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

This text font color is #4F554B.


Background Color

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

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

This div background color is #4F554B.


Border color

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

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

This div border color is #4F554B.


Opacity

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

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

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

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

This text has shadow with #4F554B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F554B on black background.


Color preview on white background

This text has color #4F554B on white background.



Black color preview on #4F554B background

This text has black color on #4F554B background.


White color preview on #4F554B background

This text has white color on #4F554B background.