COLOR #4D8741

HEX: #4D8741 RGB: (77,135,65)

Color info

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

RGB color model

#4D8741 color RGB value is (77,135,65).

RGB: (77,135,65) (30%, 53%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 135 of 255 = 53%
B 65 of 255 = 25%

77
135
65

R + G + B ~ 36%. #4D8741 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 135 + 65 = 277 (100%)
R 77 of 277 ~ 27.8%
G 135 of 277 ~ 48.74%
B 65 of 277 ~ 23.47'%

%27.8
%48.74
%23.47

CMYK color model

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

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

CMYK: (43,0,52,47)
C43M0Y52K47 (43%, 0%, 52%, 47%)
(0.43 / 0.00 / 0.52 / 0.47)

CMYK percentages

%42.96
%0
%51.85
%47.06

Codes

Color #4D8741 in popluar color models

4D 87 41
RGB 77 135 65
HSL 110° 35.00% 39.22%
HSB/HSV 110° 51.85% 52.94%
CMYK 42.96% 0.00% 51.85%
47.06%

Color #4D8741 in popluar number systems.

HEX 4D 87 41
Decimal 77 135 65
Binary 1001101 10000111 1000001
Octal 115 207 101

Shades and tints

Shades of #4D8741

#4D8741
(77,135,65)
#467B3C
(70,123,60)
#3F6F37
(63,111,55)
#386332
(56,99,50)
#31572D
(49,87,45)
#2A4B28
(42,75,40)
#233F23
(35,63,35)
#1C331E
(28,51,30)
#152719
(21,39,25)
#0E1B14
(14,27,20)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #4D8741

#4D8741
(77,135,65)
#5D9152
(93,145,82)
#6D9B63
(109,155,99)
#7DA574
(125,165,116)
#8DAF85
(141,175,133)
#9DB996
(157,185,150)
#ADC3A7
(173,195,167)
#BDCDB8
(189,205,184)
#CDD7C9
(205,215,201)
#DDE1DA
(221,225,218)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8741; }

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

This text font color is #4D8741.

Background Color

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

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

This div background color is #4D8741.

Border color

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

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

This div border color is #4D8741.

Opacity

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

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

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

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

This text has shadow with #4D8741 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8741.

Preview

Color preview on black background

This text has color #4D8741 on black background.


Color preview on white background

This text has color #4D8741 on white background.


Black color preview on #4D8741 background

This text has black color on #4D8741 background.


White color preview on #4D8741 background

This text has white color on #4D8741 background.


Related colors

Complementary color

Complementary color for #hex is #B278BE.


I love getcolorcode.com

Triadic colors

1 #414D87 and #87414D with #4D8741 are triadic colors.

2 #41874D and #874D41 with #4D8741 are triadic colors.