COLOR #4F5E58

HEX: #4F5E58
RGB: (79,94,88)

Color info

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

RGB color model

#4F5E58 color RGB value is (79,94,88).

  • red value is 79;
  • green value is 94;
  • blue value is 88.
RGB:
(79,94,88)
(31%,37%,35%)

RGB channels and saturation

R 79 of 255 = 31%
G 94 of 255 = 37%
B 88 of 255 = 35%

79
94
88

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

Portions of RGB colors in percentages

R + G + B =
79 + 94 + 88 = 261 (100%)
R 79 of 261 ~ 30.27%
G 94 of 261 ~ 36.02%
B 88 of 261 ~ 33.72%

%30.27
%36.02
%33.72

CMYK color model

#4F5E58 color CMYK value is (16,0,6,63).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 63.14%
CMYK:
(16,0,6,63)
C16M0Y6K63 
(16%,0%,6%,63%)
(0.16/0.00/0.06/0.63)	

CMYK percentages

%15.96
%0
%6.38
%63.14

Codes

Color #4F5E58 in popluar color models

4F5E58
RGB799488
HSL156°8.67%33.92%
HSB/HSV156°15.96%36.86%
CMYK15.96%0.00%6.38%
63.14%

Color #4F5E58 in popluar number systems.

HEX4F5E58
Decimal799488
Binary100111110111101011000
Octal117136130

Shades and tints

Shades of #4F5E58

#4F5E58
(79,94,88)
#485650
(72,86,80)
#414E48
(65,78,72)
#3A4640
(58,70,64)
#333E38
(51,62,56)
#2C3630
(44,54,48)
#252E28
(37,46,40)
#1E2620
(30,38,32)
#171E18
(23,30,24)
#101610
(16,22,16)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #4F5E58

#4F5E58
(79,94,88)
#5F6C67
(95,108,103)
#6F7A76
(111,122,118)
#7F8885
(127,136,133)
#8F9694
(143,150,148)
#9FA4A3
(159,164,163)
#AFB2B2
(175,178,178)
#BFC0C1
(191,192,193)
#CFCED0
(207,206,208)
#DFDCDF
(223,220,223)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5E58 color. Also use rgb(79,94,88) instead hex code.

Text Font Color

.myTextColor { color: #4F5E58; }

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

This text font color is #4F5E58.


Background Color

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

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

This div background color is #4F5E58.


Border color

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

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

This div border color is #4F5E58.


Opacity

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

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

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

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

This text has shadow with #4F5E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5E58 on black background.


Color preview on white background

This text has color #4F5E58 on white background.



Black color preview on #4F5E58 background

This text has black color on #4F5E58 background.


White color preview on #4F5E58 background

This text has white color on #4F5E58 background.