COLOR #4D4520

HEX: #4D4520 RGB: (77,69,32)

Color info

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

RGB color model

#4D4520 color RGB value is (77,69,32).

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

RGB channels and saturation

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

77
69
32

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

Portions of RGB colors in percentages

R + G + B = 77 + 69 + 32 = 178 (100%)
R 77 of 178 ~ 43.26%
G 69 of 178 ~ 38.76%
B 32 of 178 ~ 17.98'%

%43.26
%38.76
%17.98

CMYK color model

#4D4520 color CMYK value is (0,10,58,70).

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

CMYK: (0,10,58,70)
C0M10Y58K70 (0%, 10%, 58%, 70%)
(0.00 / 0.10 / 0.58 / 0.70)

CMYK percentages

%0
%10.39
%58.44
%69.8

Codes

Color #4D4520 in popluar color models

4D 45 20
RGB 77 69 32
HSL 49° 41.28% 21.37%
HSB/HSV 49° 58.44% 30.20%
CMYK 0.00% 10.39% 58.44%
69.80%

Color #4D4520 in popluar number systems.

HEX 4D 45 20
Decimal 77 69 32
Binary 1001101 1000101 100000
Octal 115 105 40

Shades and tints

Shades of #4D4520

#4D4520
(77,69,32)
#463F1E
(70,63,30)
#3F391C
(63,57,28)
#38331A
(56,51,26)
#312D18
(49,45,24)
#2A2716
(42,39,22)
#232114
(35,33,20)
#1C1B12
(28,27,18)
#151510
(21,21,16)
#0E0F0E
(14,15,14)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D4520

#4D4520
(77,69,32)
#5D5534
(93,85,52)
#6D6548
(109,101,72)
#7D755C
(125,117,92)
#8D8570
(141,133,112)
#9D9584
(157,149,132)
#ADA598
(173,165,152)
#BDB5AC
(189,181,172)
#CDC5C0
(205,197,192)
#DDD5D4
(221,213,212)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4520; }

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

This text font color is #4D4520.

Background Color

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

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

This div background color is #4D4520.

Border color

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

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

This div border color is #4D4520.

Opacity

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

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

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

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

This text has shadow with #4D4520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4520.

Preview

Color preview on black background

This text has color #4D4520 on black background.


Color preview on white background

This text has color #4D4520 on white background.


Black color preview on #4D4520 background

This text has black color on #4D4520 background.


White color preview on #4D4520 background

This text has white color on #4D4520 background.


Related colors

Complementary color

Complementary color for #hex is #B2BADF.


I love getcolorcode.com

Triadic colors

1 #204D45 and #45204D with #4D4520 are triadic colors.

2 #20454D and #454D20 with #4D4520 are triadic colors.