COLOR #4D884A

HEX: #4D884A
RGB: (77,136,74)

Color info

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

RGB color model

#4D884A color RGB value is (77,136,74).

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

RGB channels and saturation

R 77 of 255 = 30%
G 136 of 255 = 53%
B 74 of 255 = 29%

77
136
74

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

Portions of RGB colors in percentages

R + G + B =
77 + 136 + 74 = 287 (100%)
R 77 of 287 ~ 26.83%
G 136 of 287 ~ 47.39%
B 74 of 287 ~ 25.78%

%26.83
%47.39
%25.78

CMYK color model

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

  • cyan value is 43.38%
  • magenta value is 0.00%
  • yellow value is 45.59%
  • key color value is 46.67%
CMYK: (43,0,46,47) C43M0Y46K47 (43%,0%,46%,47%) (0.43/0.00/0.46/0.47)

CMYK percentages

%43.38
%0
%45.59
%46.67

Codes

Color #4D884A in popluar color models

4D884A
RGB7713674
HSL117°29.52%41.18%
HSB/HSV117°45.59%53.33%
CMYK43.38%0.00%45.59%
46.67%

Color #4D884A in popluar number systems.

HEX4D884A
Decimal7713674
Binary1001101100010001001010
Octal115210112

Shades and tints

Shades of #4D884A

#4D884A
(77,136,74)
#467C44
(70,124,68)
#3F703E
(63,112,62)
#386438
(56,100,56)
#315832
(49,88,50)
#2A4C2C
(42,76,44)
#234026
(35,64,38)
#1C3420
(28,52,32)
#15281A
(21,40,26)
#0E1C14
(14,28,20)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #4D884A

#4D884A
(77,136,74)
#5D925A
(93,146,90)
#6D9C6A
(109,156,106)
#7DA67A
(125,166,122)
#8DB08A
(141,176,138)
#9DBA9A
(157,186,154)
#ADC4AA
(173,196,170)
#BDCEBA
(189,206,186)
#CDD8CA
(205,216,202)
#DDE2DA
(221,226,218)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D884A; }

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

This text font color is #4D884A.


Background Color

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

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

This div background color is #4D884A.


Border color

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

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

This div border color is #4D884A.


Opacity

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

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

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

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

This text has shadow with #4D884A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D884A on black background.


Color preview on white background

This text has color #4D884A on white background.



Black color preview on #4D884A background

This text has black color on #4D884A background.


White color preview on #4D884A background

This text has white color on #4D884A background.