COLOR #4F5050

HEX: #4F5050
RGB: (79,80,80)

Color info

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

RGB color model

#4F5050 color RGB value is (79,80,80).

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

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 80 of 255 = 31%

79
80
80

R + G + B ~ 31%. #4F5050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 80 + 80 = 239 (100%)
R 79 of 239 ~ 33.05%
G 80 of 239 ~ 33.47%
B 80 of 239 ~ 33.47%

%33.05
%33.47
%33.47

CMYK color model

#4F5050 color CMYK value is (1,0,0,69).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(1,0,0,69)
C1M0Y0K69 
(1%,0%,0%,69%)
(0.01/0.00/0.00/0.69)	

CMYK percentages

%1.25
%0
%0
%68.63

Codes

Color #4F5050 in popluar color models

4F5050
RGB798080
HSL180°0.63%31.18%
HSB/HSV180°1.25%31.37%
CMYK1.25%0.00%0.00%
68.63%

Color #4F5050 in popluar number systems.

HEX4F5050
Decimal798080
Binary100111110100001010000
Octal117120120

Shades and tints

Shades of #4F5050

#4F5050
(79,80,80)
#484949
(72,73,73)
#414242
(65,66,66)
#3A3B3B
(58,59,59)
#333434
(51,52,52)
#2C2D2D
(44,45,45)
#252626
(37,38,38)
#1E1F1F
(30,31,31)
#171818
(23,24,24)
#101111
(16,17,17)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #4F5050

#4F5050
(79,80,80)
#5F5F5F
(95,95,95)
#6F6E6E
(111,110,110)
#7F7D7D
(127,125,125)
#8F8C8C
(143,140,140)
#9F9B9B
(159,155,155)
#AFAAAA
(175,170,170)
#BFB9B9
(191,185,185)
#CFC8C8
(207,200,200)
#DFD7D7
(223,215,215)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5050; }

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

This text font color is #4F5050.


Background Color

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

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

This div background color is #4F5050.


Border color

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

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

This div border color is #4F5050.


Opacity

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

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

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

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

This text has shadow with #4F5050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5050 on black background.


Color preview on white background

This text has color #4F5050 on white background.



Black color preview on #4F5050 background

This text has black color on #4F5050 background.


White color preview on #4F5050 background

This text has white color on #4F5050 background.