COLOR #4D8115

HEX: #4D8115
RGB: (77,129,21)

Color info

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

RGB color model

#4D8115 color RGB value is (77,129,21).

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

RGB channels and saturation

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

77
129
21

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

Portions of RGB colors in percentages

R + G + B =
77 + 129 + 21 = 227 (100%)
R 77 of 227 ~ 33.92%
G 129 of 227 ~ 56.83%
B 21 of 227 ~ 9.25%

%33.92
%56.83

CMYK color model

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

  • cyan value is 40.31%
  • magenta value is 0.00%
  • yellow value is 83.72%
  • 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
%83.72
%49.41

Codes

Color #4D8115 in popluar color models

4D8115
RGB7712921
HSL89°72.00%29.41%
HSB/HSV89°83.72%50.59%
CMYK40.31%0.00%83.72%
49.41%

Color #4D8115 in popluar number systems.

HEX4D8115
Decimal7712921
Binary10011011000000110101
Octal11520125

Shades and tints

Shades of #4D8115

#4D8115
(77,129,21)
#467614
(70,118,20)
#3F6B13
(63,107,19)
#386012
(56,96,18)
#315511
(49,85,17)
#2A4A10
(42,74,16)
#233F0F
(35,63,15)
#1C340E
(28,52,14)
#15290D
(21,41,13)
#0E1E0C
(14,30,12)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #4D8115

#4D8115
(77,129,21)
#5D8C2A
(93,140,42)
#6D973F
(109,151,63)
#7DA254
(125,162,84)
#8DAD69
(141,173,105)
#9DB87E
(157,184,126)
#ADC393
(173,195,147)
#BDCEA8
(189,206,168)
#CDD9BD
(205,217,189)
#DDE4D2
(221,228,210)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8115; }

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

This text font color is #4D8115.


Background Color

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

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

This div background color is #4D8115.


Border color

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

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

This div border color is #4D8115.


Opacity

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

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

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

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

This text has shadow with #4D8115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8115 on black background.


Color preview on white background

This text has color #4D8115 on white background.



Black color preview on #4D8115 background

This text has black color on #4D8115 background.


White color preview on #4D8115 background

This text has white color on #4D8115 background.