COLOR #4D8114

HEX: #4D8114
RGB: (77,129,20)

Color info

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

RGB color model

#4D8114 color RGB value is (77,129,20).

  • red value is 77;
  • green value is 129;
  • blue value is 20.
RGB:
(77,129,20)
(30%,51%,8%)

RGB channels and saturation

R 77 of 255 = 30%
G 129 of 255 = 51%
B 20 of 255 = 8%

77
129
20

R + G + B ~ 30%. #4D8114 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 129 + 20 = 226 (100%)
R 77 of 226 ~ 34.07%
G 129 of 226 ~ 57.08%
B 20 of 226 ~ 8.85%

%34.07
%57.08

CMYK color model

#4D8114 color CMYK value is (40,0,84,49).

  • cyan value is 40.31%
  • magenta value is 0.00%
  • yellow value is 84.50%
  • key color value is 49.41%
CMYK:
(40,0,84,49)
C40M0Y84K49 
(40%,0%,84%,49%)
(0.40/0.00/0.84/0.49)	

CMYK percentages

%40.31
%0
%84.5
%49.41

Codes

Color #4D8114 in popluar color models

4D8114
RGB7712920
HSL89°73.15%29.22%
HSB/HSV89°84.50%50.59%
CMYK40.31%0.00%84.50%
49.41%

Color #4D8114 in popluar number systems.

HEX4D8114
Decimal7712920
Binary10011011000000110100
Octal11520124

Shades and tints

Shades of #4D8114

#4D8114
(77,129,20)
#467613
(70,118,19)
#3F6B12
(63,107,18)
#386011
(56,96,17)
#315510
(49,85,16)
#2A4A0F
(42,74,15)
#233F0E
(35,63,14)
#1C340D
(28,52,13)
#15290C
(21,41,12)
#0E1E0B
(14,30,11)
#07130A
(7,19,10)
#000000
(0,0,0)

Tints of #4D8114

#4D8114
(77,129,20)
#5D8C29
(93,140,41)
#6D973E
(109,151,62)
#7DA253
(125,162,83)
#8DAD68
(141,173,104)
#9DB87D
(157,184,125)
#ADC392
(173,195,146)
#BDCEA7
(189,206,167)
#CDD9BC
(205,217,188)
#DDE4D1
(221,228,209)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8114 color. Also use rgb(77,129,20) instead hex code.

Text Font Color

.myTextColor { color: #4D8114; }

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

This text font color is #4D8114.


Background Color

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

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

This div background color is #4D8114.


Border color

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

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

This div border color is #4D8114.


Opacity

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

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

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

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

This text has shadow with #4D8114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8114 on black background.


Color preview on white background

This text has color #4D8114 on white background.



Black color preview on #4D8114 background

This text has black color on #4D8114 background.


White color preview on #4D8114 background

This text has white color on #4D8114 background.