COLOR #4F576F

HEX: #4F576F
RGB: (79,87,111)

Color info

#4F576F contains red, green and blue colors in about the same proportion. Web safe color of #4F576F is #666666 (or #666).

RGB color model

#4F576F color RGB value is (79,87,111).

  • red value is 79;
  • green value is 87;
  • blue value is 111.
RGB:
(79,87,111)
(31%,34%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 111 of 255 = 44%

79
87
111

R + G + B ~ 36%. #4F576F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 87 + 111 = 277 (100%)
R 79 of 277 ~ 28.52%
G 87 of 277 ~ 31.41%
B 111 of 277 ~ 40.07%

%28.52
%31.41
%40.07

CMYK color model

#4F576F color CMYK value is (29,22,0,56).

  • cyan value is 28.83%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(29,22,0,56)
C29M22Y0K56 
(29%,22%,0%,56%)
(0.29/0.22/0.00/0.56)	

CMYK percentages

%28.83
%21.62
%0
%56.47

Codes

Color #4F576F in popluar color models

4F576F
RGB7987111
HSL225°16.84%37.25%
HSB/HSV225°28.83%43.53%
CMYK28.83%21.62%0.00%
56.47%

Color #4F576F in popluar number systems.

HEX4F576F
Decimal7987111
Binary100111110101111101111
Octal117127157

Shades and tints

Shades of #4F576F

#4F576F
(79,87,111)
#485065
(72,80,101)
#41495B
(65,73,91)
#3A4251
(58,66,81)
#333B47
(51,59,71)
#2C343D
(44,52,61)
#252D33
(37,45,51)
#1E2629
(30,38,41)
#171F1F
(23,31,31)
#101815
(16,24,21)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #4F576F

#4F576F
(79,87,111)
#5F667C
(95,102,124)
#6F7589
(111,117,137)
#7F8496
(127,132,150)
#8F93A3
(143,147,163)
#9FA2B0
(159,162,176)
#AFB1BD
(175,177,189)
#BFC0CA
(191,192,202)
#CFCFD7
(207,207,215)
#DFDEE4
(223,222,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F576F color. Also use rgb(79,87,111) instead hex code.

Text Font Color

.myTextColor { color: #4F576F; }

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

This text font color is #4F576F.


Background Color

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

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

This div background color is #4F576F.


Border color

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

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

This div border color is #4F576F.


Opacity

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

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

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

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

This text has shadow with #4F576F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F576F on black background.


Color preview on white background

This text has color #4F576F on white background.



Black color preview on #4F576F background

This text has black color on #4F576F background.


White color preview on #4F576F background

This text has white color on #4F576F background.