COLOR #4D7011

HEX: #4D7011
RGB: (77,112,17)

Color info

#4D7011 contains mainly red and green colors. Web safe color of #4D7011 is #336600 (or #360).

RGB color model

#4D7011 color RGB value is (77,112,17).

  • red value is 77;
  • green value is 112;
  • blue value is 17.
RGB:
(77,112,17)
(30%,44%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 112 of 255 = 44%
B 17 of 255 = 7%

77
112
17

R + G + B ~ 27%. #4D7011 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 112 + 17 = 206 (100%)
R 77 of 206 ~ 37.38%
G 112 of 206 ~ 54.37%
B 17 of 206 ~ 8.25%

%37.38
%54.37

CMYK color model

#4D7011 color CMYK value is (31,0,85,56).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 84.82%
  • key color value is 56.08%
CMYK:
(31,0,85,56)
C31M0Y85K56 
(31%,0%,85%,56%)
(0.31/0.00/0.85/0.56)	

CMYK percentages

%31.25
%0
%84.82
%56.08

Codes

Color #4D7011 in popluar color models

4D7011
RGB7711217
HSL82°73.64%25.29%
HSB/HSV82°84.82%43.92%
CMYK31.25%0.00%84.82%
56.08%

Color #4D7011 in popluar number systems.

HEX4D7011
Decimal7711217
Binary1001101111000010001
Octal11516021

Shades and tints

Shades of #4D7011

#4D7011
(77,112,17)
#466610
(70,102,16)
#3F5C0F
(63,92,15)
#38520E
(56,82,14)
#31480D
(49,72,13)
#2A3E0C
(42,62,12)
#23340B
(35,52,11)
#1C2A0A
(28,42,10)
#152009
(21,32,9)
#0E1608
(14,22,8)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #4D7011

#4D7011
(77,112,17)
#5D7D26
(93,125,38)
#6D8A3B
(109,138,59)
#7D9750
(125,151,80)
#8DA465
(141,164,101)
#9DB17A
(157,177,122)
#ADBE8F
(173,190,143)
#BDCBA4
(189,203,164)
#CDD8B9
(205,216,185)
#DDE5CE
(221,229,206)
#EDF2E3
(237,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7011 color. Also use rgb(77,112,17) instead hex code.

Text Font Color

.myTextColor { color: #4D7011; }

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

This text font color is #4D7011.


Background Color

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

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

This div background color is #4D7011.


Border color

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

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

This div border color is #4D7011.


Opacity

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

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

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

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

This text has shadow with #4D7011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7011 on black background.


Color preview on white background

This text has color #4D7011 on white background.



Black color preview on #4D7011 background

This text has black color on #4D7011 background.


White color preview on #4D7011 background

This text has white color on #4D7011 background.