COLOR #4D8159

HEX: #4D8159
RGB: (77,129,89)

Color info

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

RGB color model

#4D8159 color RGB value is (77,129,89).

  • red value is 77;
  • green value is 129;
  • blue value is 89.
RGB:
(77,129,89)
(30%,51%,35%)

RGB channels and saturation

R 77 of 255 = 30%
G 129 of 255 = 51%
B 89 of 255 = 35%

77
129
89

R + G + B ~ 39%. #4D8159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 129 + 89 = 295 (100%)
R 77 of 295 ~ 26.1%
G 129 of 295 ~ 43.73%
B 89 of 295 ~ 30.17%

%26.1
%43.73
%30.17

CMYK color model

#4D8159 color CMYK value is (40,0,31,49).

  • cyan value is 40.31%
  • magenta value is 0.00%
  • yellow value is 31.01%
  • key color value is 49.41%
CMYK:
(40,0,31,49)
C40M0Y31K49 
(40%,0%,31%,49%)
(0.40/0.00/0.31/0.49)	

CMYK percentages

%40.31
%0
%31.01
%49.41

Codes

Color #4D8159 in popluar color models

4D8159
RGB7712989
HSL134°25.24%40.39%
HSB/HSV134°40.31%50.59%
CMYK40.31%0.00%31.01%
49.41%

Color #4D8159 in popluar number systems.

HEX4D8159
Decimal7712989
Binary1001101100000011011001
Octal115201131

Shades and tints

Shades of #4D8159

#4D8159
(77,129,89)
#467651
(70,118,81)
#3F6B49
(63,107,73)
#386041
(56,96,65)
#315539
(49,85,57)
#2A4A31
(42,74,49)
#233F29
(35,63,41)
#1C3421
(28,52,33)
#152919
(21,41,25)
#0E1E11
(14,30,17)
#071309
(7,19,9)
#000000
(0,0,0)

Tints of #4D8159

#4D8159
(77,129,89)
#5D8C68
(93,140,104)
#6D9777
(109,151,119)
#7DA286
(125,162,134)
#8DAD95
(141,173,149)
#9DB8A4
(157,184,164)
#ADC3B3
(173,195,179)
#BDCEC2
(189,206,194)
#CDD9D1
(205,217,209)
#DDE4E0
(221,228,224)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8159 color. Also use rgb(77,129,89) instead hex code.

Text Font Color

.myTextColor { color: #4D8159; }

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

This text font color is #4D8159.


Background Color

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

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

This div background color is #4D8159.


Border color

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

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

This div border color is #4D8159.


Opacity

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

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

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

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

This text has shadow with #4D8159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8159 on black background.


Color preview on white background

This text has color #4D8159 on white background.



Black color preview on #4D8159 background

This text has black color on #4D8159 background.


White color preview on #4D8159 background

This text has white color on #4D8159 background.