COLOR #4D8246

HEX: #4D8246
RGB: (77,130,70)

Color info

#4D8246 contains mainly red and green colors. Web safe color of #4D8246 is #339933 (or #393).

RGB color model

#4D8246 color RGB value is (77,130,70).

  • red value is 77;
  • green value is 130;
  • blue value is 70.
RGB:
(77,130,70)
(30%,51%,27%)

RGB channels and saturation

R 77 of 255 = 30%
G 130 of 255 = 51%
B 70 of 255 = 27%

77
130
70

R + G + B ~ 36%. #4D8246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 130 + 70 = 277 (100%)
R 77 of 277 ~ 27.8%
G 130 of 277 ~ 46.93%
B 70 of 277 ~ 25.27%

%27.8
%46.93
%25.27

CMYK color model

#4D8246 color CMYK value is (41,0,46,49).

  • cyan value is 40.77%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(41,0,46,49)
C41M0Y46K49 
(41%,0%,46%,49%)
(0.41/0.00/0.46/0.49)	

CMYK percentages

%40.77
%0
%46.15
%49.02

Codes

Color #4D8246 in popluar color models

4D8246
RGB7713070
HSL113°30.00%39.22%
HSB/HSV113°46.15%50.98%
CMYK40.77%0.00%46.15%
49.02%

Color #4D8246 in popluar number systems.

HEX4D8246
Decimal7713070
Binary1001101100000101000110
Octal115202106

Shades and tints

Shades of #4D8246

#4D8246
(77,130,70)
#467740
(70,119,64)
#3F6C3A
(63,108,58)
#386134
(56,97,52)
#31562E
(49,86,46)
#2A4B28
(42,75,40)
#234022
(35,64,34)
#1C351C
(28,53,28)
#152A16
(21,42,22)
#0E1F10
(14,31,16)
#07140A
(7,20,10)
#000000
(0,0,0)

Tints of #4D8246

#4D8246
(77,130,70)
#5D8D56
(93,141,86)
#6D9866
(109,152,102)
#7DA376
(125,163,118)
#8DAE86
(141,174,134)
#9DB996
(157,185,150)
#ADC4A6
(173,196,166)
#BDCFB6
(189,207,182)
#CDDAC6
(205,218,198)
#DDE5D6
(221,229,214)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8246 color. Also use rgb(77,130,70) instead hex code.

Text Font Color

.myTextColor { color: #4D8246; }

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

This text font color is #4D8246.


Background Color

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

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

This div background color is #4D8246.


Border color

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

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

This div border color is #4D8246.


Opacity

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

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

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

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

This text has shadow with #4D8246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8246 on black background.


Color preview on white background

This text has color #4D8246 on white background.



Black color preview on #4D8246 background

This text has black color on #4D8246 background.


White color preview on #4D8246 background

This text has white color on #4D8246 background.