COLOR #4F604E

HEX: #4F604E
RGB: (79,96,78)

Color info

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

RGB color model

#4F604E color RGB value is (79,96,78).

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

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 78 of 255 = 31%

79
96
78

R + G + B ~ 33%. #4F604E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 96 + 78 = 253 (100%)
R 79 of 253 ~ 31.23%
G 96 of 253 ~ 37.94%
B 78 of 253 ~ 30.83%

%31.23
%37.94
%30.83

CMYK color model

#4F604E color CMYK value is (18,0,19,62).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 62.35%
CMYK:
(18,0,19,62)
C18M0Y19K62 
(18%,0%,19%,62%)
(0.18/0.00/0.19/0.62)	

CMYK percentages

%17.71
%0
%18.75
%62.35

Codes

Color #4F604E in popluar color models

4F604E
RGB799678
HSL117°10.34%34.12%
HSB/HSV117°18.75%37.65%
CMYK17.71%0.00%18.75%
62.35%

Color #4F604E in popluar number systems.

HEX4F604E
Decimal799678
Binary100111111000001001110
Octal117140116

Shades and tints

Shades of #4F604E

#4F604E
(79,96,78)
#485847
(72,88,71)
#415040
(65,80,64)
#3A4839
(58,72,57)
#334032
(51,64,50)
#2C382B
(44,56,43)
#253024
(37,48,36)
#1E281D
(30,40,29)
#172016
(23,32,22)
#10180F
(16,24,15)
#091008
(9,16,8)
#000000
(0,0,0)

Tints of #4F604E

#4F604E
(79,96,78)
#5F6E5E
(95,110,94)
#6F7C6E
(111,124,110)
#7F8A7E
(127,138,126)
#8F988E
(143,152,142)
#9FA69E
(159,166,158)
#AFB4AE
(175,180,174)
#BFC2BE
(191,194,190)
#CFD0CE
(207,208,206)
#DFDEDE
(223,222,222)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F604E; }

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

This text font color is #4F604E.


Background Color

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

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

This div background color is #4F604E.


Border color

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

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

This div border color is #4F604E.


Opacity

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

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

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

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

This text has shadow with #4F604E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F604E on black background.


Color preview on white background

This text has color #4F604E on white background.



Black color preview on #4F604E background

This text has black color on #4F604E background.


White color preview on #4F604E background

This text has white color on #4F604E background.