COLOR #4F5620

HEX: #4F5620 RGB: (79,86,32)

Color info

#4F5620 contains red, green and blue colors in about the same proportion. Web safe color of #4F5620 is #666633 (or #663).

RGB color model

#4F5620 color RGB value is (79,86,32).

RGB: (79,86,32) (31%, 34%, 13%)

RGB channels and saturation

R 79 of 255 = 31%
G 86 of 255 = 34%
B 32 of 255 = 13%

79
86
32

R + G + B ~ 26%. #4F5620 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 86 + 32 = 197 (100%)
R 79 of 197 ~ 40.1%
G 86 of 197 ~ 43.65%
B 32 of 197 ~ 16.24'%

%40.1
%43.65
%16.24

CMYK color model

#4F5620 color CMYK value is (8,0,63,66).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 62.79%
  • key color value is 66.27%

CMYK: (8,0,63,66)
C8M0Y63K66 (8%, 0%, 63%, 66%)
(0.08 / 0.00 / 0.63 / 0.66)

CMYK percentages

%8.14
%0
%62.79
%66.27

Codes

Color #4F5620 in popluar color models

4F 56 20
RGB 79 86 32
HSL 68° 45.76% 23.14%
HSB/HSV 68° 62.79% 33.73%
CMYK 8.14% 0.00% 62.79%
66.27%

Color #4F5620 in popluar number systems.

HEX 4F 56 20
Decimal 79 86 32
Binary 1001111 1010110 100000
Octal 117 126 40

Shades and tints

Shades of #4F5620

#4F5620
(79,86,32)
#484F1E
(72,79,30)
#41481C
(65,72,28)
#3A411A
(58,65,26)
#333A18
(51,58,24)
#2C3316
(44,51,22)
#252C14
(37,44,20)
#1E2512
(30,37,18)
#171E10
(23,30,16)
#10170E
(16,23,14)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #4F5620

#4F5620
(79,86,32)
#5F6534
(95,101,52)
#6F7448
(111,116,72)
#7F835C
(127,131,92)
#8F9270
(143,146,112)
#9FA184
(159,161,132)
#AFB098
(175,176,152)
#BFBFAC
(191,191,172)
#CFCEC0
(207,206,192)
#DFDDD4
(223,221,212)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5620; }

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

This text font color is #4F5620.

Background Color

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

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

This div background color is #4F5620.

Border color

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

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

This div border color is #4F5620.

Opacity

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

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

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

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

This text has shadow with #4F5620 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5620.

Preview

Color preview on black background

This text has color #4F5620 on black background.


Color preview on white background

This text has color #4F5620 on white background.


Black color preview on #4F5620 background

This text has black color on #4F5620 background.


White color preview on #4F5620 background

This text has white color on #4F5620 background.


Related colors

Complementary color

Complementary color for #hex is #B0A9DF.


I love getcolorcode.com

Triadic colors

1 #204F56 and #56204F with #4F5620 are triadic colors.

2 #20564F and #564F20 with #4F5620 are triadic colors.