COLOR #4D864B

HEX: #4D864B RGB: (77,134,75)

Color info

#4D864B contains red, green and blue colors in about the same proportion. Web safe color of #4D864B is #339933 (or #393).

RGB color model

#4D864B color RGB value is (77,134,75).

RGB: (77,134,75) (30%, 53%, 29%)

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 75 of 255 = 29%

77
134
75

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

Portions of RGB colors in percentages

R + G + B = 77 + 134 + 75 = 286 (100%)
R 77 of 286 ~ 26.92%
G 134 of 286 ~ 46.85%
B 75 of 286 ~ 26.22'%

%26.92
%46.85
%26.22

CMYK color model

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

  • cyan value is 42.54%
  • magenta value is 0.00%
  • yellow value is 44.03%
  • key color value is 47.45%

CMYK: (43,0,44,47)
C43M0Y44K47 (43%, 0%, 44%, 47%)
(0.43 / 0.00 / 0.44 / 0.47)

CMYK percentages

%42.54
%0
%44.03
%47.45

Codes

Color #4D864B in popluar color models

4D 86 4B
RGB 77 134 75
HSL 118° 28.23% 40.98%
HSB/HSV 118° 44.03% 52.55%
CMYK 42.54% 0.00% 44.03%
47.45%

Color #4D864B in popluar number systems.

HEX 4D 86 4B
Decimal 77 134 75
Binary 1001101 10000110 1001011
Octal 115 206 113

Shades and tints

Shades of #4D864B

#4D864B
(77,134,75)
#467A45
(70,122,69)
#3F6E3F
(63,110,63)
#386239
(56,98,57)
#315633
(49,86,51)
#2A4A2D
(42,74,45)
#233E27
(35,62,39)
#1C3221
(28,50,33)
#15261B
(21,38,27)
#0E1A15
(14,26,21)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D864B

#4D864B
(77,134,75)
#5D915B
(93,145,91)
#6D9C6B
(109,156,107)
#7DA77B
(125,167,123)
#8DB28B
(141,178,139)
#9DBD9B
(157,189,155)
#ADC8AB
(173,200,171)
#BDD3BB
(189,211,187)
#CDDECB
(205,222,203)
#DDE9DB
(221,233,219)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D864B; }

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

This text font color is #4D864B.

Background Color

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

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

This div background color is #4D864B.

Border color

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

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

This div border color is #4D864B.

Opacity

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

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

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

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

This text has shadow with #4D864B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D864B.

Preview

Color preview on black background

This text has color #4D864B on black background.


Color preview on white background

This text has color #4D864B on white background.


Black color preview on #4D864B background

This text has black color on #4D864B background.


White color preview on #4D864B background

This text has white color on #4D864B background.


Related colors

Complementary color

Complementary color for #hex is #B279B4.


I love getcolorcode.com

Triadic colors

1 #4B4D86 and #864B4D with #4D864B are triadic colors.

2 #4B864D and #864D4B with #4D864B are triadic colors.