COLOR #4D8F32

HEX: #4D8F32
RGB: (77,143,50)

Color info

#4D8F32 contains mainly green color. Web safe color of #4D8F32 is #339933 (or #393).

RGB color model

#4D8F32 color RGB value is (77,143,50).

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

RGB channels and saturation

R 77 of 255 = 30%
G 143 of 255 = 56%
B 50 of 255 = 20%

77
143
50

R + G + B ~ 35%. #4D8F32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 143 + 50 = 270 (100%)
R 77 of 270 ~ 28.52%
G 143 of 270 ~ 52.96%
B 50 of 270 ~ 18.52%

%28.52
%52.96
%18.52

CMYK color model

#4D8F32 color CMYK value is (46,0,65,44).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 65.03%
  • key color value is 43.92%
CMYK:
(46,0,65,44)
C46M0Y65K44 
(46%,0%,65%,44%)
(0.46/0.00/0.65/0.44)	

CMYK percentages

%46.15
%0
%65.03
%43.92

Codes

Color #4D8F32 in popluar color models

4D8F32
RGB7714350
HSL103°48.19%37.84%
HSB/HSV103°65.03%56.08%
CMYK46.15%0.00%65.03%
43.92%

Color #4D8F32 in popluar number systems.

HEX4D8F32
Decimal7714350
Binary100110110001111110010
Octal11521762

Shades and tints

Shades of #4D8F32

#4D8F32
(77,143,50)
#46822E
(70,130,46)
#3F752A
(63,117,42)
#386826
(56,104,38)
#315B22
(49,91,34)
#2A4E1E
(42,78,30)
#23411A
(35,65,26)
#1C3416
(28,52,22)
#152712
(21,39,18)
#0E1A0E
(14,26,14)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D8F32

#4D8F32
(77,143,50)
#5D9944
(93,153,68)
#6DA356
(109,163,86)
#7DAD68
(125,173,104)
#8DB77A
(141,183,122)
#9DC18C
(157,193,140)
#ADCB9E
(173,203,158)
#BDD5B0
(189,213,176)
#CDDFC2
(205,223,194)
#DDE9D4
(221,233,212)
#EDF3E6
(237,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8F32; }

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

This text font color is #4D8F32.


Background Color

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

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

This div background color is #4D8F32.


Border color

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

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

This div border color is #4D8F32.


Opacity

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

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

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

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

This text has shadow with #4D8F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8F32 on black background.


Color preview on white background

This text has color #4D8F32 on white background.



Black color preview on #4D8F32 background

This text has black color on #4D8F32 background.


White color preview on #4D8F32 background

This text has white color on #4D8F32 background.