COLOR #4D2404

HEX: #4D2404
RGB: (77,36,4)

Color info

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

RGB color model

#4D2404 color RGB value is (77,36,4).

  • red value is 77;
  • green value is 36;
  • blue value is 4.
RGB:
(77,36,4)
(30%,14%,2%)

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 4 of 255 = 2%

77
36
4

R + G + B ~ 15%. #4D2404 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 36 + 4 = 117 (100%)
R 77 of 117 ~ 65.81%
G 36 of 117 ~ 30.77%
B 4 of 117 ~ 3.42%

%65.81
%30.77

CMYK color model

#4D2404 color CMYK value is (0,53,95,70).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 94.81%
  • key color value is 69.80%
CMYK:
(0,53,95,70)
C0M53Y95K70 
(0%,53%,95%,70%)
(0.00/0.53/0.95/0.70)	

CMYK percentages

%0
%53.25
%94.81
%69.8

Codes

Color #4D2404 in popluar color models

4D2404
RGB77364
HSL26°90.12%15.88%
HSB/HSV26°94.81%30.20%
CMYK0.00%53.25%94.81%
69.80%

Color #4D2404 in popluar number systems.

HEX4D2404
Decimal77364
Binary1001101100100100
Octal115444

Shades and tints

Shades of #4D2404

#4D2404
(77,36,4)
#462104
(70,33,4)
#3F1E04
(63,30,4)
#381B04
(56,27,4)
#311804
(49,24,4)
#2A1504
(42,21,4)
#231204
(35,18,4)
#1C0F04
(28,15,4)
#150C04
(21,12,4)
#0E0904
(14,9,4)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #4D2404

#4D2404
(77,36,4)
#5D371A
(93,55,26)
#6D4A30
(109,74,48)
#7D5D46
(125,93,70)
#8D705C
(141,112,92)
#9D8372
(157,131,114)
#AD9688
(173,150,136)
#BDA99E
(189,169,158)
#CDBCB4
(205,188,180)
#DDCFCA
(221,207,202)
#EDE2E0
(237,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2404; }

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

This text font color is #4D2404.


Background Color

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

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

This div background color is #4D2404.


Border color

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

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

This div border color is #4D2404.


Opacity

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

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

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

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

This text has shadow with #4D2404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2404 on black background.


Color preview on white background

This text has color #4D2404 on white background.



Black color preview on #4D2404 background

This text has black color on #4D2404 background.


White color preview on #4D2404 background

This text has white color on #4D2404 background.