COLOR #4D7E55

HEX: #4D7E55
RGB: (77,126,85)

Color info

#4D7E55 contains red, green and blue colors in about the same proportion. Web safe color of #4D7E55 is #336666 (or #366).

RGB color model

#4D7E55 color RGB value is (77,126,85).

  • red value is 77;
  • green value is 126;
  • blue value is 85.
RGB:
(77,126,85)
(30%,49%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 126 of 255 = 49%
B 85 of 255 = 33%

77
126
85

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

Portions of RGB colors in percentages

R + G + B =
77 + 126 + 85 = 288 (100%)
R 77 of 288 ~ 26.74%
G 126 of 288 ~ 43.75%
B 85 of 288 ~ 29.51%

%26.74
%43.75
%29.51

CMYK color model

#4D7E55 color CMYK value is (39,0,33,51).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 50.59%
CMYK:
(39,0,33,51)
C39M0Y33K51 
(39%,0%,33%,51%)
(0.39/0.00/0.33/0.51)	

CMYK percentages

%38.89
%0
%32.54
%50.59

Codes

Color #4D7E55 in popluar color models

4D7E55
RGB7712685
HSL130°24.14%39.80%
HSB/HSV130°38.89%49.41%
CMYK38.89%0.00%32.54%
50.59%

Color #4D7E55 in popluar number systems.

HEX4D7E55
Decimal7712685
Binary100110111111101010101
Octal115176125

Shades and tints

Shades of #4D7E55

#4D7E55
(77,126,85)
#46734E
(70,115,78)
#3F6847
(63,104,71)
#385D40
(56,93,64)
#315239
(49,82,57)
#2A4732
(42,71,50)
#233C2B
(35,60,43)
#1C3124
(28,49,36)
#15261D
(21,38,29)
#0E1B16
(14,27,22)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #4D7E55

#4D7E55
(77,126,85)
#5D8964
(93,137,100)
#6D9473
(109,148,115)
#7D9F82
(125,159,130)
#8DAA91
(141,170,145)
#9DB5A0
(157,181,160)
#ADC0AF
(173,192,175)
#BDCBBE
(189,203,190)
#CDD6CD
(205,214,205)
#DDE1DC
(221,225,220)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7E55 color. Also use rgb(77,126,85) instead hex code.

Text Font Color

.myTextColor { color: #4D7E55; }

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

This text font color is #4D7E55.


Background Color

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

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

This div background color is #4D7E55.


Border color

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

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

This div border color is #4D7E55.


Opacity

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

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

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

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

This text has shadow with #4D7E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7E55 on black background.


Color preview on white background

This text has color #4D7E55 on white background.



Black color preview on #4D7E55 background

This text has black color on #4D7E55 background.


White color preview on #4D7E55 background

This text has white color on #4D7E55 background.