COLOR #4D4019

HEX: #4D4019
RGB: (77,64,25)

Color info

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

RGB color model

#4D4019 color RGB value is (77,64,25).

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

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 25 of 255 = 10%

77
64
25

R + G + B ~ 22%. #4D4019 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 64 + 25 = 166 (100%)
R 77 of 166 ~ 46.39%
G 64 of 166 ~ 38.55%
B 25 of 166 ~ 15.06%

%46.39
%38.55
%15.06

CMYK color model

#4D4019 color CMYK value is (0,17,68,70).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 67.53%
  • key color value is 69.80%
CMYK:
(0,17,68,70)
C0M17Y68K70 
(0%,17%,68%,70%)
(0.00/0.17/0.68/0.70)	

CMYK percentages

%0
%16.88
%67.53
%69.8

Codes

Color #4D4019 in popluar color models

4D4019
RGB776425
HSL45°50.98%20.00%
HSB/HSV45°67.53%30.20%
CMYK0.00%16.88%67.53%
69.80%

Color #4D4019 in popluar number systems.

HEX4D4019
Decimal776425
Binary1001101100000011001
Octal11510031

Shades and tints

Shades of #4D4019

#4D4019
(77,64,25)
#463B17
(70,59,23)
#3F3615
(63,54,21)
#383113
(56,49,19)
#312C11
(49,44,17)
#2A270F
(42,39,15)
#23220D
(35,34,13)
#1C1D0B
(28,29,11)
#151809
(21,24,9)
#0E1307
(14,19,7)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #4D4019

#4D4019
(77,64,25)
#5D512D
(93,81,45)
#6D6241
(109,98,65)
#7D7355
(125,115,85)
#8D8469
(141,132,105)
#9D957D
(157,149,125)
#ADA691
(173,166,145)
#BDB7A5
(189,183,165)
#CDC8B9
(205,200,185)
#DDD9CD
(221,217,205)
#EDEAE1
(237,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4019; }

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

This text font color is #4D4019.


Background Color

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

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

This div background color is #4D4019.


Border color

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

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

This div border color is #4D4019.


Opacity

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

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

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

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

This text has shadow with #4D4019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4019 on black background.


Color preview on white background

This text has color #4D4019 on white background.



Black color preview on #4D4019 background

This text has black color on #4D4019 background.


White color preview on #4D4019 background

This text has white color on #4D4019 background.