COLOR #4F3F4F

HEX: #4F3F4F
RGB: (79,63,79)

Color info

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

RGB color model

#4F3F4F color RGB value is (79,63,79).

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

RGB channels and saturation

R 79 of 255 = 31%
G 63 of 255 = 25%
B 79 of 255 = 31%

79
63
79

R + G + B ~ 29%. #4F3F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 63 + 79 = 221 (100%)
R 79 of 221 ~ 35.75%
G 63 of 221 ~ 28.51%
B 79 of 221 ~ 35.75%

%35.75
%28.51
%35.75

CMYK color model

#4F3F4F color CMYK value is (0,20,0,69).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(0,20,0,69)
C0M20Y0K69 
(0%,20%,0%,69%)
(0.00/0.20/0.00/0.69)	

CMYK percentages

%0
%20.25
%0
%69.02

Codes

Color #4F3F4F in popluar color models

4F3F4F
RGB796379
HSL300°11.27%27.84%
HSB/HSV300°20.25%30.98%
CMYK0.00%20.25%0.00%
69.02%

Color #4F3F4F in popluar number systems.

HEX4F3F4F
Decimal796379
Binary10011111111111001111
Octal11777117

Shades and tints

Shades of #4F3F4F

#4F3F4F
(79,63,79)
#483A48
(72,58,72)
#413541
(65,53,65)
#3A303A
(58,48,58)
#332B33
(51,43,51)
#2C262C
(44,38,44)
#252125
(37,33,37)
#1E1C1E
(30,28,30)
#171717
(23,23,23)
#101210
(16,18,16)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #4F3F4F

#4F3F4F
(79,63,79)
#5F505F
(95,80,95)
#6F616F
(111,97,111)
#7F727F
(127,114,127)
#8F838F
(143,131,143)
#9F949F
(159,148,159)
#AFA5AF
(175,165,175)
#BFB6BF
(191,182,191)
#CFC7CF
(207,199,207)
#DFD8DF
(223,216,223)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3F4F; }

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

This text font color is #4F3F4F.


Background Color

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

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

This div background color is #4F3F4F.


Border color

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

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

This div border color is #4F3F4F.


Opacity

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

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

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

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

This text has shadow with #4F3F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3F4F on black background.


Color preview on white background

This text has color #4F3F4F on white background.



Black color preview on #4F3F4F background

This text has black color on #4F3F4F background.


White color preview on #4F3F4F background

This text has white color on #4F3F4F background.