COLOR #4D420D

HEX: #4D420D
RGB: (77,66,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 13 of 255 = 5%

77
66
13

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

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 13 = 156 (100%)
R 77 of 156 ~ 49.36%
G 66 of 156 ~ 42.31%
B 13 of 156 ~ 8.33%

%49.36
%42.31

CMYK color model

#4D420D color CMYK value is (0,14,83,70).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 83.12%
  • key color value is 69.80%
CMYK:
(0,14,83,70)
C0M14Y83K70 
(0%,14%,83%,70%)
(0.00/0.14/0.83/0.70)	

CMYK percentages

%0
%14.29
%83.12
%69.8

Codes

Color #4D420D in popluar color models

4D420D
RGB776613
HSL50°71.11%17.65%
HSB/HSV50°83.12%30.20%
CMYK0.00%14.29%83.12%
69.80%

Color #4D420D in popluar number systems.

HEX4D420D
Decimal776613
Binary100110110000101101
Octal11510215

Shades and tints

Shades of #4D420D

#4D420D
(77,66,13)
#463C0C
(70,60,12)
#3F360B
(63,54,11)
#38300A
(56,48,10)
#312A09
(49,42,9)
#2A2408
(42,36,8)
#231E07
(35,30,7)
#1C1806
(28,24,6)
#151205
(21,18,5)
#0E0C04
(14,12,4)
#070603
(7,6,3)
#000000
(0,0,0)

Tints of #4D420D

#4D420D
(77,66,13)
#5D5323
(93,83,35)
#6D6439
(109,100,57)
#7D754F
(125,117,79)
#8D8665
(141,134,101)
#9D977B
(157,151,123)
#ADA891
(173,168,145)
#BDB9A7
(189,185,167)
#CDCABD
(205,202,189)
#DDDBD3
(221,219,211)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D420D; }

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

This text font color is #4D420D.


Background Color

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

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

This div background color is #4D420D.


Border color

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

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

This div border color is #4D420D.


Opacity

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

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

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

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

This text has shadow with #4D420D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D420D on black background.


Color preview on white background

This text has color #4D420D on white background.



Black color preview on #4D420D background

This text has black color on #4D420D background.


White color preview on #4D420D background

This text has white color on #4D420D background.