COLOR #4D6411

HEX: #4D6411
RGB: (77,100,17)

Color info

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

RGB color model

#4D6411 color RGB value is (77,100,17).

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

RGB channels and saturation

R 77 of 255 = 30%
G 100 of 255 = 39%
B 17 of 255 = 7%

77
100
17

R + G + B ~ 25%. #4D6411 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 100 + 17 = 194 (100%)
R 77 of 194 ~ 39.69%
G 100 of 194 ~ 51.55%
B 17 of 194 ~ 8.76%

%39.69
%51.55

CMYK color model

#4D6411 color CMYK value is (23,0,83,61).

  • cyan value is 23.00%
  • magenta value is 0.00%
  • yellow value is 83.00%
  • key color value is 60.78%
CMYK:
(23,0,83,61)
C23M0Y83K61 
(23%,0%,83%,61%)
(0.23/0.00/0.83/0.61)	

CMYK percentages

%23
%0
%83
%60.78

Codes

Color #4D6411 in popluar color models

4D6411
RGB7710017
HSL77°70.94%22.94%
HSB/HSV77°83.00%39.22%
CMYK23.00%0.00%83.00%
60.78%

Color #4D6411 in popluar number systems.

HEX4D6411
Decimal7710017
Binary1001101110010010001
Octal11514421

Shades and tints

Shades of #4D6411

#4D6411
(77,100,17)
#465B10
(70,91,16)
#3F520F
(63,82,15)
#38490E
(56,73,14)
#31400D
(49,64,13)
#2A370C
(42,55,12)
#232E0B
(35,46,11)
#1C250A
(28,37,10)
#151C09
(21,28,9)
#0E1308
(14,19,8)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #4D6411

#4D6411
(77,100,17)
#5D7226
(93,114,38)
#6D803B
(109,128,59)
#7D8E50
(125,142,80)
#8D9C65
(141,156,101)
#9DAA7A
(157,170,122)
#ADB88F
(173,184,143)
#BDC6A4
(189,198,164)
#CDD4B9
(205,212,185)
#DDE2CE
(221,226,206)
#EDF0E3
(237,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6411; }

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

This text font color is #4D6411.


Background Color

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

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

This div background color is #4D6411.


Border color

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

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

This div border color is #4D6411.


Opacity

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

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

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

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

This text has shadow with #4D6411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6411 on black background.


Color preview on white background

This text has color #4D6411 on white background.



Black color preview on #4D6411 background

This text has black color on #4D6411 background.


White color preview on #4D6411 background

This text has white color on #4D6411 background.