COLOR #4D4013

HEX: #4D4013
RGB: (77,64,19)

Color info

#4D4013 contains red, green and blue colors in about the same proportion. Web safe color of #4D4013 is #333300 (or #330).

RGB color model

#4D4013 color RGB value is (77,64,19).

  • red value is 77;
  • green value is 64;
  • blue value is 19.
RGB:
(77,64,19)
(30%,25%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 19 of 255 = 7%

77
64
19

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

Portions of RGB colors in percentages

R + G + B =
77 + 64 + 19 = 160 (100%)
R 77 of 160 ~ 48.13%
G 64 of 160 ~ 40%
B 19 of 160 ~ 11.88%

%48.13
%40
%11.88

CMYK color model

#4D4013 color CMYK value is (0,17,75,70).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 75.32%
  • key color value is 69.80%
CMYK:
(0,17,75,70)
C0M17Y75K70 
(0%,17%,75%,70%)
(0.00/0.17/0.75/0.70)	

CMYK percentages

%0
%16.88
%75.32
%69.8

Codes

Color #4D4013 in popluar color models

4D4013
RGB776419
HSL47°60.42%18.82%
HSB/HSV47°75.32%30.20%
CMYK0.00%16.88%75.32%
69.80%

Color #4D4013 in popluar number systems.

HEX4D4013
Decimal776419
Binary1001101100000010011
Octal11510023

Shades and tints

Shades of #4D4013

#4D4013
(77,64,19)
#463B12
(70,59,18)
#3F3611
(63,54,17)
#383110
(56,49,16)
#312C0F
(49,44,15)
#2A270E
(42,39,14)
#23220D
(35,34,13)
#1C1D0C
(28,29,12)
#15180B
(21,24,11)
#0E130A
(14,19,10)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D4013

#4D4013
(77,64,19)
#5D5128
(93,81,40)
#6D623D
(109,98,61)
#7D7352
(125,115,82)
#8D8467
(141,132,103)
#9D957C
(157,149,124)
#ADA691
(173,166,145)
#BDB7A6
(189,183,166)
#CDC8BB
(205,200,187)
#DDD9D0
(221,217,208)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4013; }

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

This text font color is #4D4013.


Background Color

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

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

This div background color is #4D4013.


Border color

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

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

This div border color is #4D4013.


Opacity

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

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

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

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

This text has shadow with #4D4013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4013 on black background.


Color preview on white background

This text has color #4D4013 on white background.



Black color preview on #4D4013 background

This text has black color on #4D4013 background.


White color preview on #4D4013 background

This text has white color on #4D4013 background.