COLOR #4D8309

HEX: #4D8309
RGB: (77,131,9)

Color info

#4D8309 contains mainly red and green colors. Web safe color of #4D8309 is #339900 (or #390).

RGB color model

#4D8309 color RGB value is (77,131,9).

  • red value is 77;
  • green value is 131;
  • blue value is 9.
RGB:
(77,131,9)
(30%,51%,4%)

RGB channels and saturation

R 77 of 255 = 30%
G 131 of 255 = 51%
B 9 of 255 = 4%

77
131
9

R + G + B ~ 28%. #4D8309 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 131 + 9 = 217 (100%)
R 77 of 217 ~ 35.48%
G 131 of 217 ~ 60.37%
B 9 of 217 ~ 4.15%

%35.48
%60.37

CMYK color model

#4D8309 color CMYK value is (41,0,93,49).

  • cyan value is 41.22%
  • magenta value is 0.00%
  • yellow value is 93.13%
  • key color value is 48.63%
CMYK:
(41,0,93,49)
C41M0Y93K49 
(41%,0%,93%,49%)
(0.41/0.00/0.93/0.49)	

CMYK percentages

%41.22
%0
%93.13
%48.63

Codes

Color #4D8309 in popluar color models

4D8309
RGB771319
HSL87°87.14%27.45%
HSB/HSV87°93.13%51.37%
CMYK41.22%0.00%93.13%
48.63%

Color #4D8309 in popluar number systems.

HEX4D8309
Decimal771319
Binary1001101100000111001
Octal11520311

Shades and tints

Shades of #4D8309

#4D8309
(77,131,9)
#467809
(70,120,9)
#3F6D09
(63,109,9)
#386209
(56,98,9)
#315709
(49,87,9)
#2A4C09
(42,76,9)
#234109
(35,65,9)
#1C3609
(28,54,9)
#152B09
(21,43,9)
#0E2009
(14,32,9)
#071509
(7,21,9)
#000000
(0,0,0)

Tints of #4D8309

#4D8309
(77,131,9)
#5D8E1F
(93,142,31)
#6D9935
(109,153,53)
#7DA44B
(125,164,75)
#8DAF61
(141,175,97)
#9DBA77
(157,186,119)
#ADC58D
(173,197,141)
#BDD0A3
(189,208,163)
#CDDBB9
(205,219,185)
#DDE6CF
(221,230,207)
#EDF1E5
(237,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8309 color. Also use rgb(77,131,9) instead hex code.

Text Font Color

.myTextColor { color: #4D8309; }

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

This text font color is #4D8309.


Background Color

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

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

This div background color is #4D8309.


Border color

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

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

This div border color is #4D8309.


Opacity

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

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

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

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

This text has shadow with #4D8309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8309 on black background.


Color preview on white background

This text has color #4D8309 on white background.



Black color preview on #4D8309 background

This text has black color on #4D8309 background.


White color preview on #4D8309 background

This text has white color on #4D8309 background.