COLOR #4D884E

HEX: #4D884E
RGB: (77,136,78)

Color info

#4D884E contains red, green and blue colors in about the same proportion. Web safe color of #4D884E is #339966 (or #396).

RGB color model

#4D884E color RGB value is (77,136,78).

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

RGB channels and saturation

R 77 of 255 = 30%
G 136 of 255 = 53%
B 78 of 255 = 31%

77
136
78

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

Portions of RGB colors in percentages

R + G + B =
77 + 136 + 78 = 291 (100%)
R 77 of 291 ~ 26.46%
G 136 of 291 ~ 46.74%
B 78 of 291 ~ 26.8%

%26.46
%46.74
%26.8

CMYK color model

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

  • cyan value is 43.38%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(43,0,43,47)
C43M0Y43K47 
(43%,0%,43%,47%)
(0.43/0.00/0.43/0.47)	

CMYK percentages

%43.38
%0
%42.65
%46.67

Codes

Color #4D884E in popluar color models

4D884E
RGB7713678
HSL121°27.70%41.76%
HSB/HSV121°43.38%53.33%
CMYK43.38%0.00%42.65%
46.67%

Color #4D884E in popluar number systems.

HEX4D884E
Decimal7713678
Binary1001101100010001001110
Octal115210116

Shades and tints

Shades of #4D884E

#4D884E
(77,136,78)
#467C47
(70,124,71)
#3F7040
(63,112,64)
#386439
(56,100,57)
#315832
(49,88,50)
#2A4C2B
(42,76,43)
#234024
(35,64,36)
#1C341D
(28,52,29)
#152816
(21,40,22)
#0E1C0F
(14,28,15)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #4D884E

#4D884E
(77,136,78)
#5D925E
(93,146,94)
#6D9C6E
(109,156,110)
#7DA67E
(125,166,126)
#8DB08E
(141,176,142)
#9DBA9E
(157,186,158)
#ADC4AE
(173,196,174)
#BDCEBE
(189,206,190)
#CDD8CE
(205,216,206)
#DDE2DE
(221,226,222)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D884E; }

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

This text font color is #4D884E.


Background Color

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

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

This div background color is #4D884E.


Border color

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

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

This div border color is #4D884E.


Opacity

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

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

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

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

This text has shadow with #4D884E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D884E on black background.


Color preview on white background

This text has color #4D884E on white background.



Black color preview on #4D884E background

This text has black color on #4D884E background.


White color preview on #4D884E background

This text has white color on #4D884E background.