COLOR #4F594E

HEX: #4F594E
RGB: (79,89,78)

Color info

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

RGB color model

#4F594E color RGB value is (79,89,78).

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

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 78 of 255 = 31%

79
89
78

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

Portions of RGB colors in percentages

R + G + B =
79 + 89 + 78 = 246 (100%)
R 79 of 246 ~ 32.11%
G 89 of 246 ~ 36.18%
B 78 of 246 ~ 31.71%

%32.11
%36.18
%31.71

CMYK color model

#4F594E color CMYK value is (11,0,12,65).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK: (11,0,12,65) C11M0Y12K65 (11%,0%,12%,65%) (0.11/0.00/0.12/0.65)

CMYK percentages

%11.24
%0
%12.36
%65.1

Codes

Color #4F594E in popluar color models

4F594E
RGB798978
HSL115°6.59%32.75%
HSB/HSV115°12.36%34.90%
CMYK11.24%0.00%12.36%
65.10%

Color #4F594E in popluar number systems.

HEX4F594E
Decimal798978
Binary100111110110011001110
Octal117131116

Shades and tints

Shades of #4F594E

#4F594E
(79,89,78)
#485147
(72,81,71)
#414940
(65,73,64)
#3A4139
(58,65,57)
#333932
(51,57,50)
#2C312B
(44,49,43)
#252924
(37,41,36)
#1E211D
(30,33,29)
#171916
(23,25,22)
#10110F
(16,17,15)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #4F594E

#4F594E
(79,89,78)
#5F685E
(95,104,94)
#6F776E
(111,119,110)
#7F867E
(127,134,126)
#8F958E
(143,149,142)
#9FA49E
(159,164,158)
#AFB3AE
(175,179,174)
#BFC2BE
(191,194,190)
#CFD1CE
(207,209,206)
#DFE0DE
(223,224,222)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F594E; }

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

This text font color is #4F594E.


Background Color

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

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

This div background color is #4F594E.


Border color

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

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

This div border color is #4F594E.


Opacity

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

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

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

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

This text has shadow with #4F594E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F594E on black background.


Color preview on white background

This text has color #4F594E on white background.



Black color preview on #4F594E background

This text has black color on #4F594E background.


White color preview on #4F594E background

This text has white color on #4F594E background.