COLOR #4F4820

HEX: #4F4820 RGB: (79,72,32)

Color info

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

RGB color model

#4F4820 color RGB value is (79,72,32).

RGB: (79,72,32) (31%, 28%, 13%)

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 32 of 255 = 13%

79
72
32

R + G + B ~ 24%. #4F4820 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 72 + 32 = 183 (100%)
R 79 of 183 ~ 43.17%
G 72 of 183 ~ 39.34%
B 32 of 183 ~ 17.49'%

%43.17
%39.34
%17.49

CMYK color model

#4F4820 color CMYK value is (0,9,59,69).

  • cyan value is 0.00%
  • magenta value is 8.86%
  • yellow value is 59.49%
  • key color value is 69.02%

CMYK: (0,9,59,69)
C0M9Y59K69 (0%, 9%, 59%, 69%)
(0.00 / 0.09 / 0.59 / 0.69)

CMYK percentages

%0
%8.86
%59.49
%69.02

Codes

Color #4F4820 in popluar color models

4F 48 20
RGB 79 72 32
HSL 51° 42.34% 21.76%
HSB/HSV 51° 59.49% 30.98%
CMYK 0.00% 8.86% 59.49%
69.02%

Color #4F4820 in popluar number systems.

HEX 4F 48 20
Decimal 79 72 32
Binary 1001111 1001000 100000
Octal 117 110 40

Shades and tints

Shades of #4F4820

#4F4820
(79,72,32)
#48421E
(72,66,30)
#413C1C
(65,60,28)
#3A361A
(58,54,26)
#333018
(51,48,24)
#2C2A16
(44,42,22)
#252414
(37,36,20)
#1E1E12
(30,30,18)
#171810
(23,24,16)
#10120E
(16,18,14)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #4F4820

#4F4820
(79,72,32)
#5F5834
(95,88,52)
#6F6848
(111,104,72)
#7F785C
(127,120,92)
#8F8870
(143,136,112)
#9F9884
(159,152,132)
#AFA898
(175,168,152)
#BFB8AC
(191,184,172)
#CFC8C0
(207,200,192)
#DFD8D4
(223,216,212)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4820; }

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

This text font color is #4F4820.

Background Color

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

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

This div background color is #4F4820.

Border color

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

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

This div border color is #4F4820.

Opacity

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

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

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

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

This text has shadow with #4F4820 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4820.

Preview

Color preview on black background

This text has color #4F4820 on black background.


Color preview on white background

This text has color #4F4820 on white background.


Black color preview on #4F4820 background

This text has black color on #4F4820 background.


White color preview on #4F4820 background

This text has white color on #4F4820 background.


Related colors

Complementary color

Complementary color for #hex is #B0B7DF.


I love getcolorcode.com

Triadic colors

1 #204F48 and #48204F with #4F4820 are triadic colors.

2 #20484F and #484F20 with #4F4820 are triadic colors.