COLOR #4F595F

HEX: #4F595F RGB: (79,89,95)

Color info

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

RGB color model

#4F595F color RGB value is (79,89,95).

RGB: (79,89,95) (31%, 35%, 37%)

RGB channels and saturation

R 79 of 255 = 31%
G 89 of 255 = 35%
B 95 of 255 = 37%

79
89
95

R + G + B ~ 34%. #4F595F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 89 + 95 = 263 (100%)
R 79 of 263 ~ 30.04%
G 89 of 263 ~ 33.84%
B 95 of 263 ~ 36.12'%

%30.04
%33.84
%36.12

CMYK color model

#4F595F color CMYK value is (17,6,0,63).

  • cyan value is 16.84%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (17,6,0,63)
C17M6Y0K63 (17%, 6%, 0%, 63%)
(0.17 / 0.06 / 0.00 / 0.63)

CMYK percentages

%16.84
%6.32
%0
%62.75

Codes

Color #4F595F in popluar color models

4F 59 5F
RGB 79 89 95
HSL 203° 9.20% 34.12%
HSB/HSV 203° 16.84% 37.25%
CMYK 16.84% 6.32% 0.00%
62.75%

Color #4F595F in popluar number systems.

HEX 4F 59 5F
Decimal 79 89 95
Binary 1001111 1011001 1011111
Octal 117 131 137

Shades and tints

Shades of #4F595F

#4F595F
(79,89,95)
#485157
(72,81,87)
#41494F
(65,73,79)
#3A4147
(58,65,71)
#33393F
(51,57,63)
#2C3137
(44,49,55)
#25292F
(37,41,47)
#1E2127
(30,33,39)
#17191F
(23,25,31)
#101117
(16,17,23)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #4F595F

#4F595F
(79,89,95)
#5F686D
(95,104,109)
#6F777B
(111,119,123)
#7F8689
(127,134,137)
#8F9597
(143,149,151)
#9FA4A5
(159,164,165)
#AFB3B3
(175,179,179)
#BFC2C1
(191,194,193)
#CFD1CF
(207,209,207)
#DFE0DD
(223,224,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F595F; }

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

This text font color is #4F595F.

Background Color

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

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

This div background color is #4F595F.

Border color

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

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

This div border color is #4F595F.

Opacity

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

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

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

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

This text has shadow with #4F595F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F595F.

Preview

Color preview on black background

This text has color #4F595F on black background.


Color preview on white background

This text has color #4F595F on white background.


Black color preview on #4F595F background

This text has black color on #4F595F background.


White color preview on #4F595F background

This text has white color on #4F595F background.


Related colors

Complementary color

Complementary color for #hex is #B0A6A0.


I love getcolorcode.com

Triadic colors

1 #5F4F59 and #595F4F with #4F595F are triadic colors.

2 #5F594F and #594F5F with #4F595F are triadic colors.