COLOR #4D7F37

HEX: #4D7F37
RGB: (77,127,55)

Color info

#4D7F37 contains mainly red and green colors. Web safe color of #4D7F37 is #336633 (or #363).

RGB color model

#4D7F37 color RGB value is (77,127,55).

  • red value is 77;
  • green value is 127;
  • blue value is 55.
RGB:
(77,127,55)
(30%,50%,22%)

RGB channels and saturation

R 77 of 255 = 30%
G 127 of 255 = 50%
B 55 of 255 = 22%

77
127
55

R + G + B ~ 34%. #4D7F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 127 + 55 = 259 (100%)
R 77 of 259 ~ 29.73%
G 127 of 259 ~ 49.03%
B 55 of 259 ~ 21.24%

%29.73
%49.03
%21.24

CMYK color model

#4D7F37 color CMYK value is (39,0,57,50).

  • cyan value is 39.37%
  • magenta value is 0.00%
  • yellow value is 56.69%
  • key color value is 50.20%
CMYK:
(39,0,57,50)
C39M0Y57K50 
(39%,0%,57%,50%)
(0.39/0.00/0.57/0.50)	

CMYK percentages

%39.37
%0
%56.69
%50.2

Codes

Color #4D7F37 in popluar color models

4D7F37
RGB7712755
HSL102°39.56%35.69%
HSB/HSV102°56.69%49.80%
CMYK39.37%0.00%56.69%
50.20%

Color #4D7F37 in popluar number systems.

HEX4D7F37
Decimal7712755
Binary10011011111111110111
Octal11517767

Shades and tints

Shades of #4D7F37

#4D7F37
(77,127,55)
#467432
(70,116,50)
#3F692D
(63,105,45)
#385E28
(56,94,40)
#315323
(49,83,35)
#2A481E
(42,72,30)
#233D19
(35,61,25)
#1C3214
(28,50,20)
#15270F
(21,39,15)
#0E1C0A
(14,28,10)
#071105
(7,17,5)
#000000
(0,0,0)

Tints of #4D7F37

#4D7F37
(77,127,55)
#5D8A49
(93,138,73)
#6D955B
(109,149,91)
#7DA06D
(125,160,109)
#8DAB7F
(141,171,127)
#9DB691
(157,182,145)
#ADC1A3
(173,193,163)
#BDCCB5
(189,204,181)
#CDD7C7
(205,215,199)
#DDE2D9
(221,226,217)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7F37 color. Also use rgb(77,127,55) instead hex code.

Text Font Color

.myTextColor { color: #4D7F37; }

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

This text font color is #4D7F37.


Background Color

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

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

This div background color is #4D7F37.


Border color

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

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

This div border color is #4D7F37.


Opacity

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

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

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

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

This text has shadow with #4D7F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7F37 on black background.


Color preview on white background

This text has color #4D7F37 on white background.



Black color preview on #4D7F37 background

This text has black color on #4D7F37 background.


White color preview on #4D7F37 background

This text has white color on #4D7F37 background.