COLOR #4D8D12

HEX: #4D8D12
RGB: (77,141,18)

Color info

#4D8D12 contains mainly green color. Web safe color of #4D8D12 is #339900 (or #390).

RGB color model

#4D8D12 color RGB value is (77,141,18).

  • red value is 77;
  • green value is 141;
  • blue value is 18.
RGB:
(77,141,18)
(30%,55%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 141 of 255 = 55%
B 18 of 255 = 7%

77
141
18

R + G + B ~ 31%. #4D8D12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 141 + 18 = 236 (100%)
R 77 of 236 ~ 32.63%
G 141 of 236 ~ 59.75%
B 18 of 236 ~ 7.63%

%32.63
%59.75

CMYK color model

#4D8D12 color CMYK value is (45,0,87,45).

  • cyan value is 45.39%
  • magenta value is 0.00%
  • yellow value is 87.23%
  • key color value is 44.71%
CMYK:
(45,0,87,45)
C45M0Y87K45 
(45%,0%,87%,45%)
(0.45/0.00/0.87/0.45)	

CMYK percentages

%45.39
%0
%87.23
%44.71

Codes

Color #4D8D12 in popluar color models

4D8D12
RGB7714118
HSL91°77.36%31.18%
HSB/HSV91°87.23%55.29%
CMYK45.39%0.00%87.23%
44.71%

Color #4D8D12 in popluar number systems.

HEX4D8D12
Decimal7714118
Binary10011011000110110010
Octal11521522

Shades and tints

Shades of #4D8D12

#4D8D12
(77,141,18)
#468111
(70,129,17)
#3F7510
(63,117,16)
#38690F
(56,105,15)
#315D0E
(49,93,14)
#2A510D
(42,81,13)
#23450C
(35,69,12)
#1C390B
(28,57,11)
#152D0A
(21,45,10)
#0E2109
(14,33,9)
#071508
(7,21,8)
#000000
(0,0,0)

Tints of #4D8D12

#4D8D12
(77,141,18)
#5D9727
(93,151,39)
#6DA13C
(109,161,60)
#7DAB51
(125,171,81)
#8DB566
(141,181,102)
#9DBF7B
(157,191,123)
#ADC990
(173,201,144)
#BDD3A5
(189,211,165)
#CDDDBA
(205,221,186)
#DDE7CF
(221,231,207)
#EDF1E4
(237,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8D12 color. Also use rgb(77,141,18) instead hex code.

Text Font Color

.myTextColor { color: #4D8D12; }

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

This text font color is #4D8D12.


Background Color

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

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

This div background color is #4D8D12.


Border color

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

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

This div border color is #4D8D12.


Opacity

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

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

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

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

This text has shadow with #4D8D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8D12 on black background.


Color preview on white background

This text has color #4D8D12 on white background.



Black color preview on #4D8D12 background

This text has black color on #4D8D12 background.


White color preview on #4D8D12 background

This text has white color on #4D8D12 background.