COLOR #4D8645

HEX: #4D8645
RGB: (77,134,69)

Color info

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

RGB color model

#4D8645 color RGB value is (77,134,69).

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

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 69 of 255 = 27%

77
134
69

R + G + B ~ 37%. #4D8645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 134 + 69 = 280 (100%)
R 77 of 280 ~ 27.5%
G 134 of 280 ~ 47.86%
B 69 of 280 ~ 24.64%

%27.5
%47.86
%24.64

CMYK color model

#4D8645 color CMYK value is (43,0,49,47).

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 48.51%
  • key color value is 47.45%
CMYK:
(43,0,49,47)
C43M0Y49K47 
(43%,0%,49%,47%)
(0.43/0.00/0.49/0.47)	

CMYK percentages

%42.54
%0
%48.51
%47.45

Codes

Color #4D8645 in popluar color models

4D8645
RGB7713469
HSL113°32.02%39.80%
HSB/HSV113°48.51%52.55%
CMYK42.54%0.00%48.51%
47.45%

Color #4D8645 in popluar number systems.

HEX4D8645
Decimal7713469
Binary1001101100001101000101
Octal115206105

Shades and tints

Shades of #4D8645

#4D8645
(77,134,69)
#467A3F
(70,122,63)
#3F6E39
(63,110,57)
#386233
(56,98,51)
#31562D
(49,86,45)
#2A4A27
(42,74,39)
#233E21
(35,62,33)
#1C321B
(28,50,27)
#152615
(21,38,21)
#0E1A0F
(14,26,15)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D8645

#4D8645
(77,134,69)
#5D9155
(93,145,85)
#6D9C65
(109,156,101)
#7DA775
(125,167,117)
#8DB285
(141,178,133)
#9DBD95
(157,189,149)
#ADC8A5
(173,200,165)
#BDD3B5
(189,211,181)
#CDDEC5
(205,222,197)
#DDE9D5
(221,233,213)
#EDF4E5
(237,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8645; }

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

This text font color is #4D8645.


Background Color

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

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

This div background color is #4D8645.


Border color

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

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

This div border color is #4D8645.


Opacity

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

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

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

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

This text has shadow with #4D8645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8645 on black background.


Color preview on white background

This text has color #4D8645 on white background.



Black color preview on #4D8645 background

This text has black color on #4D8645 background.


White color preview on #4D8645 background

This text has white color on #4D8645 background.