COLOR #4D4405

HEX: #4D4405
RGB: (77,68,5)

Color info

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

RGB color model

#4D4405 color RGB value is (77,68,5).

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

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 5 of 255 = 2%

77
68
5

R + G + B ~ 20%. #4D4405 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 5 = 150 (100%)
R 77 of 150 ~ 51.33%
G 68 of 150 ~ 45.33%
B 5 of 150 ~ 3.33%

%51.33
%45.33

CMYK color model

#4D4405 color CMYK value is (0,12,94,70).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 93.51%
  • key color value is 69.80%
CMYK:
(0,12,94,70)
C0M12Y94K70 
(0%,12%,94%,70%)
(0.00/0.12/0.94/0.70)	

CMYK percentages

%0
%11.69
%93.51
%69.8

Codes

Color #4D4405 in popluar color models

4D4405
RGB77685
HSL53°87.80%16.08%
HSB/HSV53°93.51%30.20%
CMYK0.00%11.69%93.51%
69.80%

Color #4D4405 in popluar number systems.

HEX4D4405
Decimal77685
Binary10011011000100101
Octal1151045

Shades and tints

Shades of #4D4405

#4D4405
(77,68,5)
#463E05
(70,62,5)
#3F3805
(63,56,5)
#383205
(56,50,5)
#312C05
(49,44,5)
#2A2605
(42,38,5)
#232005
(35,32,5)
#1C1A05
(28,26,5)
#151405
(21,20,5)
#0E0E05
(14,14,5)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #4D4405

#4D4405
(77,68,5)
#5D551B
(93,85,27)
#6D6631
(109,102,49)
#7D7747
(125,119,71)
#8D885D
(141,136,93)
#9D9973
(157,153,115)
#ADAA89
(173,170,137)
#BDBB9F
(189,187,159)
#CDCCB5
(205,204,181)
#DDDDCB
(221,221,203)
#EDEEE1
(237,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4405; }

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

This text font color is #4D4405.


Background Color

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

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

This div background color is #4D4405.


Border color

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

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

This div border color is #4D4405.


Opacity

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

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

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

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

This text has shadow with #4D4405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4405 on black background.


Color preview on white background

This text has color #4D4405 on white background.



Black color preview on #4D4405 background

This text has black color on #4D4405 background.


White color preview on #4D4405 background

This text has white color on #4D4405 background.