COLOR #4F4220

HEX: #4F4220
RGB: (79,66,32)

Color info

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

RGB color model

#4F4220 color RGB value is (79,66,32).

  • red value is 79;
  • green value is 66;
  • blue value is 32.
RGB:
(79,66,32)
(31%,26%,13%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 32 of 255 = 13%

79
66
32

R + G + B ~ 23%. #4F4220 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 66 + 32 = 177 (100%)
R 79 of 177 ~ 44.63%
G 66 of 177 ~ 37.29%
B 32 of 177 ~ 18.08%

%44.63
%37.29
%18.08

CMYK color model

#4F4220 color CMYK value is (0,16,59,69).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 59.49%
  • key color value is 69.02%
CMYK:
(0,16,59,69)
C0M16Y59K69 
(0%,16%,59%,69%)
(0.00/0.16/0.59/0.69)	

CMYK percentages

%0
%16.46
%59.49
%69.02

Codes

Color #4F4220 in popluar color models

4F4220
RGB796632
HSL43°42.34%21.76%
HSB/HSV43°59.49%30.98%
CMYK0.00%16.46%59.49%
69.02%

Color #4F4220 in popluar number systems.

HEX4F4220
Decimal796632
Binary10011111000010100000
Octal11710240

Shades and tints

Shades of #4F4220

#4F4220
(79,66,32)
#483C1E
(72,60,30)
#41361C
(65,54,28)
#3A301A
(58,48,26)
#332A18
(51,42,24)
#2C2416
(44,36,22)
#251E14
(37,30,20)
#1E1812
(30,24,18)
#171210
(23,18,16)
#100C0E
(16,12,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #4F4220

#4F4220
(79,66,32)
#5F5334
(95,83,52)
#6F6448
(111,100,72)
#7F755C
(127,117,92)
#8F8670
(143,134,112)
#9F9784
(159,151,132)
#AFA898
(175,168,152)
#BFB9AC
(191,185,172)
#CFCAC0
(207,202,192)
#DFDBD4
(223,219,212)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4220; }

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

This text font color is #4F4220.


Background Color

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

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

This div background color is #4F4220.


Border color

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

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

This div border color is #4F4220.


Opacity

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

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

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

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

This text has shadow with #4F4220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4220 on black background.


Color preview on white background

This text has color #4F4220 on white background.



Black color preview on #4F4220 background

This text has black color on #4F4220 background.


White color preview on #4F4220 background

This text has white color on #4F4220 background.