COLOR #4F594B

HEX: #4F594B
RGB: (79,89,75)

Color info

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

RGB color model

#4F594B color RGB value is (79,89,75).

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

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 75 of 255 = 29%

79
89
75

R + G + B ~ 32%. #4F594B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 75 = 243 (100%)
R 79 of 243 ~ 32.51%
G 89 of 243 ~ 36.63%
B 75 of 243 ~ 30.86%

%32.51
%36.63
%30.86

CMYK color model

#4F594B color CMYK value is (11,0,16,65).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 65.10%
CMYK:
(11,0,16,65)
C11M0Y16K65 
(11%,0%,16%,65%)
(0.11/0.00/0.16/0.65)	

CMYK percentages

%11.24
%0
%15.73
%65.1

Codes

Color #4F594B in popluar color models

4F594B
RGB798975
HSL103°8.54%32.16%
HSB/HSV103°15.73%34.90%
CMYK11.24%0.00%15.73%
65.10%

Color #4F594B in popluar number systems.

HEX4F594B
Decimal798975
Binary100111110110011001011
Octal117131113

Shades and tints

Shades of #4F594B

#4F594B
(79,89,75)
#485145
(72,81,69)
#41493F
(65,73,63)
#3A4139
(58,65,57)
#333933
(51,57,51)
#2C312D
(44,49,45)
#252927
(37,41,39)
#1E2121
(30,33,33)
#17191B
(23,25,27)
#101115
(16,17,21)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F594B

#4F594B
(79,89,75)
#5F685B
(95,104,91)
#6F776B
(111,119,107)
#7F867B
(127,134,123)
#8F958B
(143,149,139)
#9FA49B
(159,164,155)
#AFB3AB
(175,179,171)
#BFC2BB
(191,194,187)
#CFD1CB
(207,209,203)
#DFE0DB
(223,224,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F594B; }

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

This text font color is #4F594B.


Background Color

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

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

This div background color is #4F594B.


Border color

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

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

This div border color is #4F594B.


Opacity

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

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

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

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

This text has shadow with #4F594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F594B on black background.


Color preview on white background

This text has color #4F594B on white background.



Black color preview on #4F594B background

This text has black color on #4F594B background.


White color preview on #4F594B background

This text has white color on #4F594B background.