COLOR #4D8825

HEX: #4D8825
RGB: (77,136,37)

Color info

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

RGB color model

#4D8825 color RGB value is (77,136,37).

  • red value is 77;
  • green value is 136;
  • blue value is 37.
RGB:
(77,136,37)
(30%,53%,15%)

RGB channels and saturation

R 77 of 255 = 30%
G 136 of 255 = 53%
B 37 of 255 = 15%

77
136
37

R + G + B ~ 33%. #4D8825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 136 + 37 = 250 (100%)
R 77 of 250 ~ 30.8%
G 136 of 250 ~ 54.4%
B 37 of 250 ~ 14.8%

%30.8
%54.4
%14.8

CMYK color model

#4D8825 color CMYK value is (43,0,73,47).

  • cyan value is 43.38%
  • magenta value is 0.00%
  • yellow value is 72.79%
  • key color value is 46.67%
CMYK:
(43,0,73,47)
C43M0Y73K47 
(43%,0%,73%,47%)
(0.43/0.00/0.73/0.47)	

CMYK percentages

%43.38
%0
%72.79
%46.67

Codes

Color #4D8825 in popluar color models

4D8825
RGB7713637
HSL96°57.23%33.92%
HSB/HSV96°72.79%53.33%
CMYK43.38%0.00%72.79%
46.67%

Color #4D8825 in popluar number systems.

HEX4D8825
Decimal7713637
Binary100110110001000100101
Octal11521045

Shades and tints

Shades of #4D8825

#4D8825
(77,136,37)
#467C22
(70,124,34)
#3F701F
(63,112,31)
#38641C
(56,100,28)
#315819
(49,88,25)
#2A4C16
(42,76,22)
#234013
(35,64,19)
#1C3410
(28,52,16)
#15280D
(21,40,13)
#0E1C0A
(14,28,10)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #4D8825

#4D8825
(77,136,37)
#5D9238
(93,146,56)
#6D9C4B
(109,156,75)
#7DA65E
(125,166,94)
#8DB071
(141,176,113)
#9DBA84
(157,186,132)
#ADC497
(173,196,151)
#BDCEAA
(189,206,170)
#CDD8BD
(205,216,189)
#DDE2D0
(221,226,208)
#EDECE3
(237,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8825 color. Also use rgb(77,136,37) instead hex code.

Text Font Color

.myTextColor { color: #4D8825; }

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

This text font color is #4D8825.


Background Color

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

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

This div background color is #4D8825.


Border color

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

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

This div border color is #4D8825.


Opacity

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

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

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

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

This text has shadow with #4D8825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8825 on black background.


Color preview on white background

This text has color #4D8825 on white background.



Black color preview on #4D8825 background

This text has black color on #4D8825 background.


White color preview on #4D8825 background

This text has white color on #4D8825 background.