COLOR #4D4411

HEX: #4D4411
RGB: (77,68,17)

Color info

#4D4411 contains mainly red and green colors. Web safe color of #4D4411 is #333300 (or #330).

RGB color model

#4D4411 color RGB value is (77,68,17).

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

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 17 of 255 = 7%

77
68
17

R + G + B ~ 21%. #4D4411 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 17 = 162 (100%)
R 77 of 162 ~ 47.53%
G 68 of 162 ~ 41.98%
B 17 of 162 ~ 10.49%

%47.53
%41.98
%10.49

CMYK color model

#4D4411 color CMYK value is (0,12,78,70).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 77.92%
  • key color value is 69.80%
CMYK:
(0,12,78,70)
C0M12Y78K70 
(0%,12%,78%,70%)
(0.00/0.12/0.78/0.70)	

CMYK percentages

%0
%11.69
%77.92
%69.8

Codes

Color #4D4411 in popluar color models

4D4411
RGB776817
HSL51°63.83%18.43%
HSB/HSV51°77.92%30.20%
CMYK0.00%11.69%77.92%
69.80%

Color #4D4411 in popluar number systems.

HEX4D4411
Decimal776817
Binary1001101100010010001
Octal11510421

Shades and tints

Shades of #4D4411

#4D4411
(77,68,17)
#463E10
(70,62,16)
#3F380F
(63,56,15)
#38320E
(56,50,14)
#312C0D
(49,44,13)
#2A260C
(42,38,12)
#23200B
(35,32,11)
#1C1A0A
(28,26,10)
#151409
(21,20,9)
#0E0E08
(14,14,8)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #4D4411

#4D4411
(77,68,17)
#5D5526
(93,85,38)
#6D663B
(109,102,59)
#7D7750
(125,119,80)
#8D8865
(141,136,101)
#9D997A
(157,153,122)
#ADAA8F
(173,170,143)
#BDBBA4
(189,187,164)
#CDCCB9
(205,204,185)
#DDDDCE
(221,221,206)
#EDEEE3
(237,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4411; }

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

This text font color is #4D4411.


Background Color

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

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

This div background color is #4D4411.


Border color

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

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

This div border color is #4D4411.


Opacity

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

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

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

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

This text has shadow with #4D4411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4411 on black background.


Color preview on white background

This text has color #4D4411 on white background.



Black color preview on #4D4411 background

This text has black color on #4D4411 background.


White color preview on #4D4411 background

This text has white color on #4D4411 background.