COLOR #4D8748

HEX: #4D8748 RGB: (77,135,72)

Color info

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

RGB color model

#4D8748 color RGB value is (77,135,72).

RGB: (77,135,72) (30%, 53%, 28%)

RGB channels and saturation

R 77 of 255 = 30%
G 135 of 255 = 53%
B 72 of 255 = 28%

77
135
72

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

Portions of RGB colors in percentages

R + G + B = 77 + 135 + 72 = 284 (100%)
R 77 of 284 ~ 27.11%
G 135 of 284 ~ 47.54%
B 72 of 284 ~ 25.35'%

%27.11
%47.54
%25.35

CMYK color model

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

  • cyan value is 42.96%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 47.06%

CMYK: (43,0,47,47)
C43M0Y47K47 (43%, 0%, 47%, 47%)
(0.43 / 0.00 / 0.47 / 0.47)

CMYK percentages

%42.96
%0
%46.67
%47.06

Codes

Color #4D8748 in popluar color models

4D 87 48
RGB 77 135 72
HSL 115° 30.43% 40.59%
HSB/HSV 115° 46.67% 52.94%
CMYK 42.96% 0.00% 46.67%
47.06%

Color #4D8748 in popluar number systems.

HEX 4D 87 48
Decimal 77 135 72
Binary 1001101 10000111 1001000
Octal 115 207 110

Shades and tints

Shades of #4D8748

#4D8748
(77,135,72)
#467B42
(70,123,66)
#3F6F3C
(63,111,60)
#386336
(56,99,54)
#315730
(49,87,48)
#2A4B2A
(42,75,42)
#233F24
(35,63,36)
#1C331E
(28,51,30)
#152718
(21,39,24)
#0E1B12
(14,27,18)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D8748

#4D8748
(77,135,72)
#5D9158
(93,145,88)
#6D9B68
(109,155,104)
#7DA578
(125,165,120)
#8DAF88
(141,175,136)
#9DB998
(157,185,152)
#ADC3A8
(173,195,168)
#BDCDB8
(189,205,184)
#CDD7C8
(205,215,200)
#DDE1D8
(221,225,216)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8748; }

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

This text font color is #4D8748.

Background Color

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

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

This div background color is #4D8748.

Border color

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

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

This div border color is #4D8748.

Opacity

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

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

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

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

This text has shadow with #4D8748 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8748.

Preview

Color preview on black background

This text has color #4D8748 on black background.


Color preview on white background

This text has color #4D8748 on white background.


Black color preview on #4D8748 background

This text has black color on #4D8748 background.


White color preview on #4D8748 background

This text has white color on #4D8748 background.


Related colors

Complementary color

Complementary color for #hex is #B278B7.


I love getcolorcode.com

Triadic colors

1 #484D87 and #87484D with #4D8748 are triadic colors.

2 #48874D and #874D48 with #4D8748 are triadic colors.