COLOR #4F6059

HEX: #4F6059
RGB: (79,96,89)

Color info

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

RGB color model

#4F6059 color RGB value is (79,96,89).

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

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 89 of 255 = 35%

79
96
89

R + G + B ~ 35%. #4F6059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 96 + 89 = 264 (100%)
R 79 of 264 ~ 29.92%
G 96 of 264 ~ 36.36%
B 89 of 264 ~ 33.71%

%29.92
%36.36
%33.71

CMYK color model

#4F6059 color CMYK value is (18,0,7,62).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(18,0,7,62)
C18M0Y7K62 
(18%,0%,7%,62%)
(0.18/0.00/0.07/0.62)	

CMYK percentages

%17.71
%0
%7.29
%62.35

Codes

Color #4F6059 in popluar color models

4F6059
RGB799689
HSL155°9.71%34.31%
HSB/HSV155°17.71%37.65%
CMYK17.71%0.00%7.29%
62.35%

Color #4F6059 in popluar number systems.

HEX4F6059
Decimal799689
Binary100111111000001011001
Octal117140131

Shades and tints

Shades of #4F6059

#4F6059
(79,96,89)
#485851
(72,88,81)
#415049
(65,80,73)
#3A4841
(58,72,65)
#334039
(51,64,57)
#2C3831
(44,56,49)
#253029
(37,48,41)
#1E2821
(30,40,33)
#172019
(23,32,25)
#101811
(16,24,17)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #4F6059

#4F6059
(79,96,89)
#5F6E68
(95,110,104)
#6F7C77
(111,124,119)
#7F8A86
(127,138,134)
#8F9895
(143,152,149)
#9FA6A4
(159,166,164)
#AFB4B3
(175,180,179)
#BFC2C2
(191,194,194)
#CFD0D1
(207,208,209)
#DFDEE0
(223,222,224)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6059; }

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

This text font color is #4F6059.


Background Color

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

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

This div background color is #4F6059.


Border color

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

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

This div border color is #4F6059.


Opacity

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

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

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

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

This text has shadow with #4F6059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6059 on black background.


Color preview on white background

This text has color #4F6059 on white background.



Black color preview on #4F6059 background

This text has black color on #4F6059 background.


White color preview on #4F6059 background

This text has white color on #4F6059 background.