COLOR #4D4204

HEX: #4D4204
RGB: (77,66,4)

Color info

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

RGB color model

#4D4204 color RGB value is (77,66,4).

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

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 4 of 255 = 2%

77
66
4

R + G + B ~ 19%. #4D4204 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 4 = 147 (100%)
R 77 of 147 ~ 52.38%
G 66 of 147 ~ 44.9%
B 4 of 147 ~ 2.72%

%52.38
%44.9

CMYK color model

#4D4204 color CMYK value is (0,14,95,70).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 94.81%
  • key color value is 69.80%
CMYK:
(0,14,95,70)
C0M14Y95K70 
(0%,14%,95%,70%)
(0.00/0.14/0.95/0.70)	

CMYK percentages

%0
%14.29
%94.81
%69.8

Codes

Color #4D4204 in popluar color models

4D4204
RGB77664
HSL51°90.12%15.88%
HSB/HSV51°94.81%30.20%
CMYK0.00%14.29%94.81%
69.80%

Color #4D4204 in popluar number systems.

HEX4D4204
Decimal77664
Binary10011011000010100
Octal1151024

Shades and tints

Shades of #4D4204

#4D4204
(77,66,4)
#463C04
(70,60,4)
#3F3604
(63,54,4)
#383004
(56,48,4)
#312A04
(49,42,4)
#2A2404
(42,36,4)
#231E04
(35,30,4)
#1C1804
(28,24,4)
#151204
(21,18,4)
#0E0C04
(14,12,4)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #4D4204

#4D4204
(77,66,4)
#5D531A
(93,83,26)
#6D6430
(109,100,48)
#7D7546
(125,117,70)
#8D865C
(141,134,92)
#9D9772
(157,151,114)
#ADA888
(173,168,136)
#BDB99E
(189,185,158)
#CDCAB4
(205,202,180)
#DDDBCA
(221,219,202)
#EDECE0
(237,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4204; }

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

This text font color is #4D4204.


Background Color

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

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

This div background color is #4D4204.


Border color

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

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

This div border color is #4D4204.


Opacity

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

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

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

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

This text has shadow with #4D4204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4204 on black background.


Color preview on white background

This text has color #4D4204 on white background.



Black color preview on #4D4204 background

This text has black color on #4D4204 background.


White color preview on #4D4204 background

This text has white color on #4D4204 background.