COLOR #4D4420

HEX: #4D4420
RGB: (77,68,32)

Color info

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

RGB color model

#4D4420 color RGB value is (77,68,32).

  • red value is 77;
  • green value is 68;
  • blue value is 32.
RGB:
(77,68,32)
(30%,27%,13%)

RGB channels and saturation

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

77
68
32

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

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 32 = 177 (100%)
R 77 of 177 ~ 43.5%
G 68 of 177 ~ 38.42%
B 32 of 177 ~ 18.08%

%43.5
%38.42
%18.08

CMYK color model

#4D4420 color CMYK value is (0,12,58,70).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 58.44%
  • key color value is 69.80%
CMYK:
(0,12,58,70)
C0M12Y58K70 
(0%,12%,58%,70%)
(0.00/0.12/0.58/0.70)	

CMYK percentages

%0
%11.69
%58.44
%69.8

Codes

Color #4D4420 in popluar color models

4D4420
RGB776832
HSL48°41.28%21.37%
HSB/HSV48°58.44%30.20%
CMYK0.00%11.69%58.44%
69.80%

Color #4D4420 in popluar number systems.

HEX4D4420
Decimal776832
Binary10011011000100100000
Octal11510440

Shades and tints

Shades of #4D4420

#4D4420
(77,68,32)
#463E1E
(70,62,30)
#3F381C
(63,56,28)
#38321A
(56,50,26)
#312C18
(49,44,24)
#2A2616
(42,38,22)
#232014
(35,32,20)
#1C1A12
(28,26,18)
#151410
(21,20,16)
#0E0E0E
(14,14,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D4420

#4D4420
(77,68,32)
#5D5534
(93,85,52)
#6D6648
(109,102,72)
#7D775C
(125,119,92)
#8D8870
(141,136,112)
#9D9984
(157,153,132)
#ADAA98
(173,170,152)
#BDBBAC
(189,187,172)
#CDCCC0
(205,204,192)
#DDDDD4
(221,221,212)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4420; }

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

This text font color is #4D4420.


Background Color

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

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

This div background color is #4D4420.


Border color

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

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

This div border color is #4D4420.


Opacity

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

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

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

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

This text has shadow with #4D4420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4420 on black background.


Color preview on white background

This text has color #4D4420 on white background.



Black color preview on #4D4420 background

This text has black color on #4D4420 background.


White color preview on #4D4420 background

This text has white color on #4D4420 background.