COLOR #4D501E

HEX: #4D501E RGB: (77,80,30)

Color info

#4D501E contains red, green and blue colors in about the same proportion. Web safe color of #4D501E is #336633 (or #363).

RGB color model

#4D501E color RGB value is (77,80,30).

RGB: (77,80,30) (30%, 31%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 80 of 255 = 31%
B 30 of 255 = 12%

77
80
30

R + G + B ~ 24%. #4D501E is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 80 + 30 = 187 (100%)
R 77 of 187 ~ 41.18%
G 80 of 187 ~ 42.78%
B 30 of 187 ~ 16.04'%

%41.18
%42.78
%16.04

CMYK color model

#4D501E color CMYK value is (4,0,63,69).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 68.63%

CMYK: (4,0,63,69)
C4M0Y63K69 (4%, 0%, 63%, 69%)
(0.04 / 0.00 / 0.63 / 0.69)

CMYK percentages

%3.75
%0
%62.5
%68.63

Codes

Color #4D501E in popluar color models

4D 50 1E
RGB 77 80 30
HSL 64° 45.45% 21.57%
HSB/HSV 64° 62.50% 31.37%
CMYK 3.75% 0.00% 62.50%
68.63%

Color #4D501E in popluar number systems.

HEX 4D 50 1E
Decimal 77 80 30
Binary 1001101 1010000 11110
Octal 115 120 36

Shades and tints

Shades of #4D501E

#4D501E
(77,80,30)
#46491C
(70,73,28)
#3F421A
(63,66,26)
#383B18
(56,59,24)
#313416
(49,52,22)
#2A2D14
(42,45,20)
#232612
(35,38,18)
#1C1F10
(28,31,16)
#15180E
(21,24,14)
#0E110C
(14,17,12)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D501E

#4D501E
(77,80,30)
#5D5F32
(93,95,50)
#6D6E46
(109,110,70)
#7D7D5A
(125,125,90)
#8D8C6E
(141,140,110)
#9D9B82
(157,155,130)
#ADAA96
(173,170,150)
#BDB9AA
(189,185,170)
#CDC8BE
(205,200,190)
#DDD7D2
(221,215,210)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D501E; }

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

This text font color is #4D501E.

Background Color

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

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

This div background color is #4D501E.

Border color

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

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

This div border color is #4D501E.

Opacity

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

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

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

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

This text has shadow with #4D501E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D501E.

Preview

Color preview on black background

This text has color #4D501E on black background.


Color preview on white background

This text has color #4D501E on white background.


Black color preview on #4D501E background

This text has black color on #4D501E background.


White color preview on #4D501E background

This text has white color on #4D501E background.


Related colors

Complementary color

Complementary color for #hex is #B2AFE1.


I love getcolorcode.com

Triadic colors

1 #1E4D50 and #501E4D with #4D501E are triadic colors.

2 #1E504D and #504D1E with #4D501E are triadic colors.