COLOR #4D8C38

HEX: #4D8C38
RGB: (77,140,56)

Color info

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

RGB color model

#4D8C38 color RGB value is (77,140,56).

  • red value is 77;
  • green value is 140;
  • blue value is 56.
RGB:
(77,140,56)
(30%,55%,22%)

RGB channels and saturation

R 77 of 255 = 30%
G 140 of 255 = 55%
B 56 of 255 = 22%

77
140
56

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

Portions of RGB colors in percentages

R + G + B =
77 + 140 + 56 = 273 (100%)
R 77 of 273 ~ 28.21%
G 140 of 273 ~ 51.28%
B 56 of 273 ~ 20.51%

%28.21
%51.28
%20.51

CMYK color model

#4D8C38 color CMYK value is (45,0,60,45).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 45.10%
CMYK:
(45,0,60,45)
C45M0Y60K45 
(45%,0%,60%,45%)
(0.45/0.00/0.60/0.45)	

CMYK percentages

%45
%0
%60
%45.1

Codes

Color #4D8C38 in popluar color models

4D8C38
RGB7714056
HSL105°42.86%38.43%
HSB/HSV105°60.00%54.90%
CMYK45.00%0.00%60.00%
45.10%

Color #4D8C38 in popluar number systems.

HEX4D8C38
Decimal7714056
Binary100110110001100111000
Octal11521470

Shades and tints

Shades of #4D8C38

#4D8C38
(77,140,56)
#468033
(70,128,51)
#3F742E
(63,116,46)
#386829
(56,104,41)
#315C24
(49,92,36)
#2A501F
(42,80,31)
#23441A
(35,68,26)
#1C3815
(28,56,21)
#152C10
(21,44,16)
#0E200B
(14,32,11)
#071406
(7,20,6)
#000000
(0,0,0)

Tints of #4D8C38

#4D8C38
(77,140,56)
#5D964A
(93,150,74)
#6DA05C
(109,160,92)
#7DAA6E
(125,170,110)
#8DB480
(141,180,128)
#9DBE92
(157,190,146)
#ADC8A4
(173,200,164)
#BDD2B6
(189,210,182)
#CDDCC8
(205,220,200)
#DDE6DA
(221,230,218)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8C38 color. Also use rgb(77,140,56) instead hex code.

Text Font Color

.myTextColor { color: #4D8C38; }

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

This text font color is #4D8C38.


Background Color

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

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

This div background color is #4D8C38.


Border color

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

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

This div border color is #4D8C38.


Opacity

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

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

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

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

This text has shadow with #4D8C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8C38 on black background.


Color preview on white background

This text has color #4D8C38 on white background.



Black color preview on #4D8C38 background

This text has black color on #4D8C38 background.


White color preview on #4D8C38 background

This text has white color on #4D8C38 background.