COLOR #4F4D3D

HEX: #4F4D3D
RGB: (79,77,61)

Color info

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

RGB color model

#4F4D3D color RGB value is (79,77,61).

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

RGB channels and saturation

R 79 of 255 = 31%
G 77 of 255 = 30%
B 61 of 255 = 24%

79
77
61

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

Portions of RGB colors in percentages

R + G + B =
79 + 77 + 61 = 217 (100%)
R 79 of 217 ~ 36.41%
G 77 of 217 ~ 35.48%
B 61 of 217 ~ 28.11%

%36.41
%35.48
%28.11

CMYK color model

#4F4D3D color CMYK value is (0,3,23,69).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(0,3,23,69)
C0M3Y23K69 
(0%,3%,23%,69%)
(0.00/0.03/0.23/0.69)	

CMYK percentages

%0
%2.53
%22.78
%69.02

Codes

Color #4F4D3D in popluar color models

4F4D3D
RGB797761
HSL53°12.86%27.45%
HSB/HSV53°22.78%30.98%
CMYK0.00%2.53%22.78%
69.02%

Color #4F4D3D in popluar number systems.

HEX4F4D3D
Decimal797761
Binary10011111001101111101
Octal11711575

Shades and tints

Shades of #4F4D3D

#4F4D3D
(79,77,61)
#484638
(72,70,56)
#413F33
(65,63,51)
#3A382E
(58,56,46)
#333129
(51,49,41)
#2C2A24
(44,42,36)
#25231F
(37,35,31)
#1E1C1A
(30,28,26)
#171515
(23,21,21)
#100E10
(16,14,16)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #4F4D3D

#4F4D3D
(79,77,61)
#5F5D4E
(95,93,78)
#6F6D5F
(111,109,95)
#7F7D70
(127,125,112)
#8F8D81
(143,141,129)
#9F9D92
(159,157,146)
#AFADA3
(175,173,163)
#BFBDB4
(191,189,180)
#CFCDC5
(207,205,197)
#DFDDD6
(223,221,214)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4D3D; }

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

This text font color is #4F4D3D.


Background Color

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

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

This div background color is #4F4D3D.


Border color

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

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

This div border color is #4F4D3D.


Opacity

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

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

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

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

This text has shadow with #4F4D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4D3D on black background.


Color preview on white background

This text has color #4F4D3D on white background.



Black color preview on #4F4D3D background

This text has black color on #4F4D3D background.


White color preview on #4F4D3D background

This text has white color on #4F4D3D background.