COLOR #4F596F

HEX: #4F596F
RGB: (79,89,111)

Color info

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

RGB color model

#4F596F color RGB value is (79,89,111).

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

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 111 of 255 = 44%

79
89
111

R + G + B ~ 37%. #4F596F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 111 = 279 (100%)
R 79 of 279 ~ 28.32%
G 89 of 279 ~ 31.9%
B 111 of 279 ~ 39.78%

%28.32
%31.9
%39.78

CMYK color model

#4F596F color CMYK value is (29,20,0,56).

  • cyan value is 28.83%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(29,20,0,56)
C29M20Y0K56 
(29%,20%,0%,56%)
(0.29/0.20/0.00/0.56)	

CMYK percentages

%28.83
%19.82
%0
%56.47

Codes

Color #4F596F in popluar color models

4F596F
RGB7989111
HSL221°16.84%37.25%
HSB/HSV221°28.83%43.53%
CMYK28.83%19.82%0.00%
56.47%

Color #4F596F in popluar number systems.

HEX4F596F
Decimal7989111
Binary100111110110011101111
Octal117131157

Shades and tints

Shades of #4F596F

#4F596F
(79,89,111)
#485165
(72,81,101)
#41495B
(65,73,91)
#3A4151
(58,65,81)
#333947
(51,57,71)
#2C313D
(44,49,61)
#252933
(37,41,51)
#1E2129
(30,33,41)
#17191F
(23,25,31)
#101115
(16,17,21)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F596F

#4F596F
(79,89,111)
#5F687C
(95,104,124)
#6F7789
(111,119,137)
#7F8696
(127,134,150)
#8F95A3
(143,149,163)
#9FA4B0
(159,164,176)
#AFB3BD
(175,179,189)
#BFC2CA
(191,194,202)
#CFD1D7
(207,209,215)
#DFE0E4
(223,224,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F596F; }

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

This text font color is #4F596F.


Background Color

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

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

This div background color is #4F596F.


Border color

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

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

This div border color is #4F596F.


Opacity

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

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

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

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

This text has shadow with #4F596F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F596F on black background.


Color preview on white background

This text has color #4F596F on white background.



Black color preview on #4F596F background

This text has black color on #4F596F background.


White color preview on #4F596F background

This text has white color on #4F596F background.