COLOR #4D4620

HEX: #4D4620 RGB: (77,70,32)

Color info

#4D4620 contains red, green and blue colors in about the same proportion. Web safe color of #4D4620 is #333333 (or #333).

RGB color model

#4D4620 color RGB value is (77,70,32).

RGB: (77,70,32) (30%, 27%, 13%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 32 of 255 = 13%

77
70
32

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

Portions of RGB colors in percentages

R + G + B = 77 + 70 + 32 = 179 (100%)
R 77 of 179 ~ 43.02%
G 70 of 179 ~ 39.11%
B 32 of 179 ~ 17.88'%

%43.02
%39.11
%17.88

CMYK color model

#4D4620 color CMYK value is (0,9,58,70).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 58.44%
  • key color value is 69.80%

CMYK: (0,9,58,70)
C0M9Y58K70 (0%, 9%, 58%, 70%)
(0.00 / 0.09 / 0.58 / 0.70)

CMYK percentages

%0
%9.09
%58.44
%69.8

Codes

Color #4D4620 in popluar color models

4D 46 20
RGB 77 70 32
HSL 51° 41.28% 21.37%
HSB/HSV 51° 58.44% 30.20%
CMYK 0.00% 9.09% 58.44%
69.80%

Color #4D4620 in popluar number systems.

HEX 4D 46 20
Decimal 77 70 32
Binary 1001101 1000110 100000
Octal 115 106 40

Shades and tints

Shades of #4D4620

#4D4620
(77,70,32)
#46401E
(70,64,30)
#3F3A1C
(63,58,28)
#38341A
(56,52,26)
#312E18
(49,46,24)
#2A2816
(42,40,22)
#232214
(35,34,20)
#1C1C12
(28,28,18)
#151610
(21,22,16)
#0E100E
(14,16,14)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #4D4620

#4D4620
(77,70,32)
#5D5634
(93,86,52)
#6D6648
(109,102,72)
#7D765C
(125,118,92)
#8D8670
(141,134,112)
#9D9684
(157,150,132)
#ADA698
(173,166,152)
#BDB6AC
(189,182,172)
#CDC6C0
(205,198,192)
#DDD6D4
(221,214,212)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4620 color. Also use rgb(77,70,32) instead hex code.

Text Font Color

.myTextColor { color: #4D4620; }

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

This text font color is #4D4620.

Background Color

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

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

This div background color is #4D4620.

Border color

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

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

This div border color is #4D4620.

Opacity

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

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

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

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

This text has shadow with #4D4620 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4620.

Preview

Color preview on black background

This text has color #4D4620 on black background.


Color preview on white background

This text has color #4D4620 on white background.


Black color preview on #4D4620 background

This text has black color on #4D4620 background.


White color preview on #4D4620 background

This text has white color on #4D4620 background.


Related colors

Complementary color

Complementary color for #hex is #B2B9DF.


I love getcolorcode.com

Triadic colors

1 #204D46 and #46204D with #4D4620 are triadic colors.

2 #20464D and #464D20 with #4D4620 are triadic colors.