COLOR #4F4D3F

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

Color info

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

RGB color model

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

RGB: (79,77,63) (31%, 30%, 25%)

RGB channels and saturation

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

79
77
63

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

Portions of RGB colors in percentages

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

%36.07
%35.16
%28.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 20.25%
  • key color value is 69.02%

CMYK: (0,3,20,69)
C0M3Y20K69 (0%, 3%, 20%, 69%)
(0.00 / 0.03 / 0.20 / 0.69)

CMYK percentages

%0
%2.53
%20.25
%69.02

Codes

Color #4F4D3F in popluar color models

4F 4D 3F
RGB 79 77 63
HSL 53° 11.27% 27.84%
HSB/HSV 53° 20.25% 30.98%
CMYK 0.00% 2.53% 20.25%
69.02%

Color #4F4D3F in popluar number systems.

HEX 4F 4D 3F
Decimal 79 77 63
Binary 1001111 1001101 111111
Octal 117 115 77

Shades and tints

Shades of #4F4D3F

#4F4D3F
(79,77,63)
#48463A
(72,70,58)
#413F35
(65,63,53)
#3A3830
(58,56,48)
#33312B
(51,49,43)
#2C2A26
(44,42,38)
#252321
(37,35,33)
#1E1C1C
(30,28,28)
#171517
(23,21,23)
#100E12
(16,14,18)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #4F4D3F

#4F4D3F
(79,77,63)
#5F5D50
(95,93,80)
#6F6D61
(111,109,97)
#7F7D72
(127,125,114)
#8F8D83
(143,141,131)
#9F9D94
(159,157,148)
#AFADA5
(175,173,165)
#BFBDB6
(191,189,182)
#CFCDC7
(207,205,199)
#DFDDD8
(223,221,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4D3F; }

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

This text font color is #4F4D3F.

Background Color

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

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

This div background color is #4F4D3F.

Border color

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

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

This div border color is #4F4D3F.

Opacity

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

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

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

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

This text has shadow with #4F4D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4D3F.

Preview

Color preview on black background

This text has color #4F4D3F on black background.


Color preview on white background

This text has color #4F4D3F on white background.


Black color preview on #4F4D3F background

This text has black color on #4F4D3F background.


White color preview on #4F4D3F background

This text has white color on #4F4D3F background.


Related colors

Complementary color

Complementary color for #hex is #B0B2C0.


I love getcolorcode.com

Triadic colors

1 #3F4F4D and #4D3F4F with #4F4D3F are triadic colors.

2 #3F4D4F and #4D4F3F with #4F4D3F are triadic colors.