COLOR #4F604C

HEX: #4F604C
RGB: (79,96,76)

Color info

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

RGB color model

#4F604C color RGB value is (79,96,76).

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

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 76 of 255 = 30%

79
96
76

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

Portions of RGB colors in percentages

R + G + B =
79 + 96 + 76 = 251 (100%)
R 79 of 251 ~ 31.47%
G 96 of 251 ~ 38.25%
B 76 of 251 ~ 30.28%

%31.47
%38.25
%30.28

CMYK color model

#4F604C color CMYK value is (18,0,21,62).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 62.35%
CMYK:
(18,0,21,62)
C18M0Y21K62 
(18%,0%,21%,62%)
(0.18/0.00/0.21/0.62)	

CMYK percentages

%17.71
%0
%20.83
%62.35

Codes

Color #4F604C in popluar color models

4F604C
RGB799676
HSL111°11.63%33.73%
HSB/HSV111°20.83%37.65%
CMYK17.71%0.00%20.83%
62.35%

Color #4F604C in popluar number systems.

HEX4F604C
Decimal799676
Binary100111111000001001100
Octal117140114

Shades and tints

Shades of #4F604C

#4F604C
(79,96,76)
#485846
(72,88,70)
#415040
(65,80,64)
#3A483A
(58,72,58)
#334034
(51,64,52)
#2C382E
(44,56,46)
#253028
(37,48,40)
#1E2822
(30,40,34)
#17201C
(23,32,28)
#101816
(16,24,22)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #4F604C

#4F604C
(79,96,76)
#5F6E5C
(95,110,92)
#6F7C6C
(111,124,108)
#7F8A7C
(127,138,124)
#8F988C
(143,152,140)
#9FA69C
(159,166,156)
#AFB4AC
(175,180,172)
#BFC2BC
(191,194,188)
#CFD0CC
(207,208,204)
#DFDEDC
(223,222,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F604C; }

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

This text font color is #4F604C.


Background Color

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

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

This div background color is #4F604C.


Border color

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

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

This div border color is #4F604C.


Opacity

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

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

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

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

This text has shadow with #4F604C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F604C on black background.


Color preview on white background

This text has color #4F604C on white background.



Black color preview on #4F604C background

This text has black color on #4F604C background.


White color preview on #4F604C background

This text has white color on #4F604C background.