COLOR #4D6E15

HEX: #4D6E15
RGB: (77,110,21)

Color info

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

RGB color model

#4D6E15 color RGB value is (77,110,21).

  • red value is 77;
  • green value is 110;
  • blue value is 21.
RGB:
(77,110,21)
(30%,43%,8%)

RGB channels and saturation

R 77 of 255 = 30%
G 110 of 255 = 43%
B 21 of 255 = 8%

77
110
21

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

Portions of RGB colors in percentages

R + G + B =
77 + 110 + 21 = 208 (100%)
R 77 of 208 ~ 37.02%
G 110 of 208 ~ 52.88%
B 21 of 208 ~ 10.1%

%37.02
%52.88
%10.1

CMYK color model

#4D6E15 color CMYK value is (30,0,81,57).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 80.91%
  • key color value is 56.86%
CMYK:
(30,0,81,57)
C30M0Y81K57 
(30%,0%,81%,57%)
(0.30/0.00/0.81/0.57)	

CMYK percentages

%30
%0
%80.91
%56.86

Codes

Color #4D6E15 in popluar color models

4D6E15
RGB7711021
HSL82°67.94%25.69%
HSB/HSV82°80.91%43.14%
CMYK30.00%0.00%80.91%
56.86%

Color #4D6E15 in popluar number systems.

HEX4D6E15
Decimal7711021
Binary1001101110111010101
Octal11515625

Shades and tints

Shades of #4D6E15

#4D6E15
(77,110,21)
#466414
(70,100,20)
#3F5A13
(63,90,19)
#385012
(56,80,18)
#314611
(49,70,17)
#2A3C10
(42,60,16)
#23320F
(35,50,15)
#1C280E
(28,40,14)
#151E0D
(21,30,13)
#0E140C
(14,20,12)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D6E15

#4D6E15
(77,110,21)
#5D7B2A
(93,123,42)
#6D883F
(109,136,63)
#7D9554
(125,149,84)
#8DA269
(141,162,105)
#9DAF7E
(157,175,126)
#ADBC93
(173,188,147)
#BDC9A8
(189,201,168)
#CDD6BD
(205,214,189)
#DDE3D2
(221,227,210)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6E15 color. Also use rgb(77,110,21) instead hex code.

Text Font Color

.myTextColor { color: #4D6E15; }

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

This text font color is #4D6E15.


Background Color

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

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

This div background color is #4D6E15.


Border color

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

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

This div border color is #4D6E15.


Opacity

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

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

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

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

This text has shadow with #4D6E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6E15 on black background.


Color preview on white background

This text has color #4D6E15 on white background.



Black color preview on #4D6E15 background

This text has black color on #4D6E15 background.


White color preview on #4D6E15 background

This text has white color on #4D6E15 background.