COLOR #4D4700

HEX: #4D4700 RGB: (77,71,0)

Color info

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

RGB color model

#4D4700 color RGB value is (77,71,0).

RGB: (77,71,0) (30%, 28%, 0%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 0 of 255 = 0%

77
71
0

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

Portions of RGB colors in percentages

R + G + B = 77 + 71 + 0 = 148 (100%)
R 77 of 148 ~ 52.03%
G 71 of 148 ~ 47.97%
B 0 of 148 ~ 0'%

%52.03
%47.97

CMYK color model

#4D4700 color CMYK value is (0,8,100,70).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 100.00%
  • key color value is 69.80%

CMYK: (0,8,100,70)
C0M8Y100K70 (0%, 8%, 100%, 70%)
(0.00 / 0.08 / 1.00 / 0.70)

CMYK percentages

%0
%7.79
%100
%69.8

Codes

Color #4D4700 in popluar color models

4D 47 00
RGB 77 71 0
HSL 55° 100.00% 15.10%
HSB/HSV 55° 100.00% 30.20%
CMYK 0.00% 7.79% 100.00%
69.80%

Color #4D4700 in popluar number systems.

HEX 4D 47 00
Decimal 77 71 0
Binary 1001101 1000111 0
Octal 115 107 0

Shades and tints

Shades of #4D4700

#4D4700
(77,71,0)
#464100
(70,65,0)
#3F3B00
(63,59,0)
#383500
(56,53,0)
#312F00
(49,47,0)
#2A2900
(42,41,0)
#232300
(35,35,0)
#1C1D00
(28,29,0)
#151700
(21,23,0)
#0E1100
(14,17,0)
#070B00
(7,11,0)
#000000
(0,0,0)

Tints of #4D4700

#4D4700
(77,71,0)
#5D5717
(93,87,23)
#6D672E
(109,103,46)
#7D7745
(125,119,69)
#8D875C
(141,135,92)
#9D9773
(157,151,115)
#ADA78A
(173,167,138)
#BDB7A1
(189,183,161)
#CDC7B8
(205,199,184)
#DDD7CF
(221,215,207)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4700; }

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

This text font color is #4D4700.

Background Color

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

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

This div background color is #4D4700.

Border color

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

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

This div border color is #4D4700.

Opacity

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

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

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

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

This text has shadow with #4D4700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4700.

Preview

Color preview on black background

This text has color #4D4700 on black background.


Color preview on white background

This text has color #4D4700 on white background.


Black color preview on #4D4700 background

This text has black color on #4D4700 background.


White color preview on #4D4700 background

This text has white color on #4D4700 background.


Related colors

Complementary color

Complementary color for #hex is #B2B8FF.


I love getcolorcode.com

Triadic colors

1 #004D47 and #47004D with #4D4700 are triadic colors.

2 #00474D and #474D00 with #4D4700 are triadic colors.