COLOR #4D6701

HEX: #4D6701
RGB: (77,103,1)

Color info

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

RGB color model

#4D6701 color RGB value is (77,103,1).

  • red value is 77;
  • green value is 103;
  • blue value is 1.
RGB:
(77,103,1)
(30%,40%,0%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 1 of 255 = 0%

77
103
1

R + G + B ~ 23%. #4D6701 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 1 = 181 (100%)
R 77 of 181 ~ 42.54%
G 103 of 181 ~ 56.91%
B 1 of 181 ~ 0.55%

%42.54
%56.91

CMYK color model

#4D6701 color CMYK value is (25,0,99,60).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 99.03%
  • key color value is 59.61%
CMYK:
(25,0,99,60)
C25M0Y99K60 
(25%,0%,99%,60%)
(0.25/0.00/0.99/0.60)	

CMYK percentages

%25.24
%0
%99.03
%59.61

Codes

Color #4D6701 in popluar color models

4D6701
RGB771031
HSL75°98.08%20.39%
HSB/HSV75°99.03%40.39%
CMYK25.24%0.00%99.03%
59.61%

Color #4D6701 in popluar number systems.

HEX4D6701
Decimal771031
Binary100110111001111
Octal1151471

Shades and tints

Shades of #4D6701

#4D6701
(77,103,1)
#465E01
(70,94,1)
#3F5501
(63,85,1)
#384C01
(56,76,1)
#314301
(49,67,1)
#2A3A01
(42,58,1)
#233101
(35,49,1)
#1C2801
(28,40,1)
#151F01
(21,31,1)
#0E1601
(14,22,1)
#070D01
(7,13,1)
#000000
(0,0,0)

Tints of #4D6701

#4D6701
(77,103,1)
#5D7418
(93,116,24)
#6D812F
(109,129,47)
#7D8E46
(125,142,70)
#8D9B5D
(141,155,93)
#9DA874
(157,168,116)
#ADB58B
(173,181,139)
#BDC2A2
(189,194,162)
#CDCFB9
(205,207,185)
#DDDCD0
(221,220,208)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6701 color. Also use rgb(77,103,1) instead hex code.

Text Font Color

.myTextColor { color: #4D6701; }

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

This text font color is #4D6701.


Background Color

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

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

This div background color is #4D6701.


Border color

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

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

This div border color is #4D6701.


Opacity

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

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

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

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

This text has shadow with #4D6701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6701 on black background.


Color preview on white background

This text has color #4D6701 on white background.



Black color preview on #4D6701 background

This text has black color on #4D6701 background.


White color preview on #4D6701 background

This text has white color on #4D6701 background.