COLOR #4D8D48

HEX: #4D8D48
RGB: (77,141,72)

Color info

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

RGB color model

#4D8D48 color RGB value is (77,141,72).

  • red value is 77;
  • green value is 141;
  • blue value is 72.
RGB:
(77,141,72)
(30%,55%,28%)

RGB channels and saturation

R 77 of 255 = 30%
G 141 of 255 = 55%
B 72 of 255 = 28%

77
141
72

R + G + B ~ 38%. #4D8D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 141 + 72 = 290 (100%)
R 77 of 290 ~ 26.55%
G 141 of 290 ~ 48.62%
B 72 of 290 ~ 24.83%

%26.55
%48.62
%24.83

CMYK color model

#4D8D48 color CMYK value is (45,0,49,45).

  • cyan value is 45.39%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(45,0,49,45)
C45M0Y49K45 
(45%,0%,49%,45%)
(0.45/0.00/0.49/0.45)	

CMYK percentages

%45.39
%0
%48.94
%44.71

Codes

Color #4D8D48 in popluar color models

4D8D48
RGB7714172
HSL116°32.39%41.76%
HSB/HSV116°48.94%55.29%
CMYK45.39%0.00%48.94%
44.71%

Color #4D8D48 in popluar number systems.

HEX4D8D48
Decimal7714172
Binary1001101100011011001000
Octal115215110

Shades and tints

Shades of #4D8D48

#4D8D48
(77,141,72)
#468142
(70,129,66)
#3F753C
(63,117,60)
#386936
(56,105,54)
#315D30
(49,93,48)
#2A512A
(42,81,42)
#234524
(35,69,36)
#1C391E
(28,57,30)
#152D18
(21,45,24)
#0E2112
(14,33,18)
#07150C
(7,21,12)
#000000
(0,0,0)

Tints of #4D8D48

#4D8D48
(77,141,72)
#5D9758
(93,151,88)
#6DA168
(109,161,104)
#7DAB78
(125,171,120)
#8DB588
(141,181,136)
#9DBF98
(157,191,152)
#ADC9A8
(173,201,168)
#BDD3B8
(189,211,184)
#CDDDC8
(205,221,200)
#DDE7D8
(221,231,216)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8D48 color. Also use rgb(77,141,72) instead hex code.

Text Font Color

.myTextColor { color: #4D8D48; }

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

This text font color is #4D8D48.


Background Color

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

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

This div background color is #4D8D48.


Border color

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

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

This div border color is #4D8D48.


Opacity

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

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

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

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

This text has shadow with #4D8D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8D48 on black background.


Color preview on white background

This text has color #4D8D48 on white background.



Black color preview on #4D8D48 background

This text has black color on #4D8D48 background.


White color preview on #4D8D48 background

This text has white color on #4D8D48 background.