COLOR #4F4D33

HEX: #4F4D33
RGB: (79,77,51)

Color info

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

RGB color model

#4F4D33 color RGB value is (79,77,51).

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

RGB channels and saturation

R 79 of 255 = 31%
G 77 of 255 = 30%
B 51 of 255 = 20%

79
77
51

R + G + B ~ 27%. #4F4D33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 77 + 51 = 207 (100%)
R 79 of 207 ~ 38.16%
G 77 of 207 ~ 37.2%
B 51 of 207 ~ 24.64%

%38.16
%37.2
%24.64

CMYK color model

#4F4D33 color CMYK value is (0,3,35,69).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 35.44%
  • key color value is 69.02%
CMYK:
(0,3,35,69)
C0M3Y35K69 
(0%,3%,35%,69%)
(0.00/0.03/0.35/0.69)	

CMYK percentages

%0
%2.53
%35.44
%69.02

Codes

Color #4F4D33 in popluar color models

4F4D33
RGB797751
HSL56°21.54%25.49%
HSB/HSV56°35.44%30.98%
CMYK0.00%2.53%35.44%
69.02%

Color #4F4D33 in popluar number systems.

HEX4F4D33
Decimal797751
Binary10011111001101110011
Octal11711563

Shades and tints

Shades of #4F4D33

#4F4D33
(79,77,51)
#48462F
(72,70,47)
#413F2B
(65,63,43)
#3A3827
(58,56,39)
#333123
(51,49,35)
#2C2A1F
(44,42,31)
#25231B
(37,35,27)
#1E1C17
(30,28,23)
#171513
(23,21,19)
#100E0F
(16,14,15)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #4F4D33

#4F4D33
(79,77,51)
#5F5D45
(95,93,69)
#6F6D57
(111,109,87)
#7F7D69
(127,125,105)
#8F8D7B
(143,141,123)
#9F9D8D
(159,157,141)
#AFAD9F
(175,173,159)
#BFBDB1
(191,189,177)
#CFCDC3
(207,205,195)
#DFDDD5
(223,221,213)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4D33; }

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

This text font color is #4F4D33.


Background Color

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

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

This div background color is #4F4D33.


Border color

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

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

This div border color is #4F4D33.


Opacity

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

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

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

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

This text has shadow with #4F4D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4D33 on black background.


Color preview on white background

This text has color #4F4D33 on white background.



Black color preview on #4F4D33 background

This text has black color on #4F4D33 background.


White color preview on #4F4D33 background

This text has white color on #4F4D33 background.