COLOR #4F394F

HEX: #4F394F
RGB: (79,57,79)

Color info

#4F394F contains red, green and blue colors in about the same proportion. Web safe color of #4F394F is #663366 (or #636).

RGB color model

#4F394F color RGB value is (79,57,79).

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

RGB channels and saturation

R 79 of 255 = 31%
G 57 of 255 = 22%
B 79 of 255 = 31%

79
57
79

R + G + B ~ 28%. #4F394F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 57 + 79 = 215 (100%)
R 79 of 215 ~ 36.74%
G 57 of 215 ~ 26.51%
B 79 of 215 ~ 36.74%

%36.74
%26.51
%36.74

CMYK color model

#4F394F color CMYK value is (0,28,0,69).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(0,28,0,69)
C0M28Y0K69 
(0%,28%,0%,69%)
(0.00/0.28/0.00/0.69)	

CMYK percentages

%0
%27.85
%0
%69.02

Codes

Color #4F394F in popluar color models

4F394F
RGB795779
HSL300°16.18%26.67%
HSB/HSV300°27.85%30.98%
CMYK0.00%27.85%0.00%
69.02%

Color #4F394F in popluar number systems.

HEX4F394F
Decimal795779
Binary10011111110011001111
Octal11771117

Shades and tints

Shades of #4F394F

#4F394F
(79,57,79)
#483448
(72,52,72)
#412F41
(65,47,65)
#3A2A3A
(58,42,58)
#332533
(51,37,51)
#2C202C
(44,32,44)
#251B25
(37,27,37)
#1E161E
(30,22,30)
#171117
(23,17,23)
#100C10
(16,12,16)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #4F394F

#4F394F
(79,57,79)
#5F4B5F
(95,75,95)
#6F5D6F
(111,93,111)
#7F6F7F
(127,111,127)
#8F818F
(143,129,143)
#9F939F
(159,147,159)
#AFA5AF
(175,165,175)
#BFB7BF
(191,183,191)
#CFC9CF
(207,201,207)
#DFDBDF
(223,219,223)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F394F; }

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

This text font color is #4F394F.


Background Color

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

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

This div background color is #4F394F.


Border color

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

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

This div border color is #4F394F.


Opacity

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

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

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

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

This text has shadow with #4F394F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F394F on black background.


Color preview on white background

This text has color #4F394F on white background.



Black color preview on #4F394F background

This text has black color on #4F394F background.


White color preview on #4F394F background

This text has white color on #4F394F background.