COLOR #4F3F4D

HEX: #4F3F4D
RGB: (79,63,77)

Color info

#4F3F4D contains red, green and blue colors in about the same proportion. Web safe color of #4F3F4D is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

79
63
77

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

Portions of RGB colors in percentages

R + G + B =
79 + 63 + 77 = 219 (100%)
R 79 of 219 ~ 36.07%
G 63 of 219 ~ 28.77%
B 77 of 219 ~ 35.16%

%36.07
%28.77
%35.16

CMYK color model

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

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

CMYK percentages

%0
%20.25
%2.53
%69.02

Codes

Color #4F3F4D in popluar color models

4F3F4D
RGB796377
HSL308°11.27%27.84%
HSB/HSV308°20.25%30.98%
CMYK0.00%20.25%2.53%
69.02%

Color #4F3F4D in popluar number systems.

HEX4F3F4D
Decimal796377
Binary10011111111111001101
Octal11777115

Shades and tints

Shades of #4F3F4D

#4F3F4D
(79,63,77)
#483A46
(72,58,70)
#41353F
(65,53,63)
#3A3038
(58,48,56)
#332B31
(51,43,49)
#2C262A
(44,38,42)
#252123
(37,33,35)
#1E1C1C
(30,28,28)
#171715
(23,23,21)
#10120E
(16,18,14)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #4F3F4D

#4F3F4D
(79,63,77)
#5F505D
(95,80,93)
#6F616D
(111,97,109)
#7F727D
(127,114,125)
#8F838D
(143,131,141)
#9F949D
(159,148,157)
#AFA5AD
(175,165,173)
#BFB6BD
(191,182,189)
#CFC7CD
(207,199,205)
#DFD8DD
(223,216,221)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F3F4D; }

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

This text font color is #4F3F4D.


Background Color

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

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

This div background color is #4F3F4D.


Border color

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

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

This div border color is #4F3F4D.


Opacity

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

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

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

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

This text has shadow with #4F3F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3F4D on black background.


Color preview on white background

This text has color #4F3F4D on white background.



Black color preview on #4F3F4D background

This text has black color on #4F3F4D background.


White color preview on #4F3F4D background

This text has white color on #4F3F4D background.