COLOR #4D8632

HEX: #4D8632
RGB: (77,134,50)

Color info

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

RGB color model

#4D8632 color RGB value is (77,134,50).

  • red value is 77;
  • green value is 134;
  • blue value is 50.
RGB:
(77,134,50)
(30%,53%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 50 of 255 = 20%

77
134
50

R + G + B ~ 34%. #4D8632 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 134 + 50 = 261 (100%)
R 77 of 261 ~ 29.5%
G 134 of 261 ~ 51.34%
B 50 of 261 ~ 19.16%

%29.5
%51.34
%19.16

CMYK color model

#4D8632 color CMYK value is (43,0,63,47).

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 62.69%
  • key color value is 47.45%
CMYK:
(43,0,63,47)
C43M0Y63K47 
(43%,0%,63%,47%)
(0.43/0.00/0.63/0.47)	

CMYK percentages

%42.54
%0
%62.69
%47.45

Codes

Color #4D8632 in popluar color models

4D8632
RGB7713450
HSL101°45.65%36.08%
HSB/HSV101°62.69%52.55%
CMYK42.54%0.00%62.69%
47.45%

Color #4D8632 in popluar number systems.

HEX4D8632
Decimal7713450
Binary100110110000110110010
Octal11520662

Shades and tints

Shades of #4D8632

#4D8632
(77,134,50)
#467A2E
(70,122,46)
#3F6E2A
(63,110,42)
#386226
(56,98,38)
#315622
(49,86,34)
#2A4A1E
(42,74,30)
#233E1A
(35,62,26)
#1C3216
(28,50,22)
#152612
(21,38,18)
#0E1A0E
(14,26,14)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #4D8632

#4D8632
(77,134,50)
#5D9144
(93,145,68)
#6D9C56
(109,156,86)
#7DA768
(125,167,104)
#8DB27A
(141,178,122)
#9DBD8C
(157,189,140)
#ADC89E
(173,200,158)
#BDD3B0
(189,211,176)
#CDDEC2
(205,222,194)
#DDE9D4
(221,233,212)
#EDF4E6
(237,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8632 color. Also use rgb(77,134,50) instead hex code.

Text Font Color

.myTextColor { color: #4D8632; }

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

This text font color is #4D8632.


Background Color

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

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

This div background color is #4D8632.


Border color

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

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

This div border color is #4D8632.


Opacity

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

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

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

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

This text has shadow with #4D8632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8632 on black background.


Color preview on white background

This text has color #4D8632 on white background.



Black color preview on #4D8632 background

This text has black color on #4D8632 background.


White color preview on #4D8632 background

This text has white color on #4D8632 background.