COLOR #4D7F47

HEX: #4D7F47
RGB: (77,127,71)

Color info

#4D7F47 contains red, green and blue colors in about the same proportion. Web safe color of #4D7F47 is #336633 (or #363).

RGB color model

#4D7F47 color RGB value is (77,127,71).

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

RGB channels and saturation

R 77 of 255 = 30%
G 127 of 255 = 50%
B 71 of 255 = 28%

77
127
71

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

Portions of RGB colors in percentages

R + G + B =
77 + 127 + 71 = 275 (100%)
R 77 of 275 ~ 28%
G 127 of 275 ~ 46.18%
B 71 of 275 ~ 25.82%

%28
%46.18
%25.82

CMYK color model

#4D7F47 color CMYK value is (39,0,44,50).

  • cyan value is 39.37%
  • magenta value is 0.00%
  • yellow value is 44.09%
  • key color value is 50.20%
CMYK:
(39,0,44,50)
C39M0Y44K50 
(39%,0%,44%,50%)
(0.39/0.00/0.44/0.50)	

CMYK percentages

%39.37
%0
%44.09
%50.2

Codes

Color #4D7F47 in popluar color models

4D7F47
RGB7712771
HSL114°28.28%38.82%
HSB/HSV114°44.09%49.80%
CMYK39.37%0.00%44.09%
50.20%

Color #4D7F47 in popluar number systems.

HEX4D7F47
Decimal7712771
Binary100110111111111000111
Octal115177107

Shades and tints

Shades of #4D7F47

#4D7F47
(77,127,71)
#467441
(70,116,65)
#3F693B
(63,105,59)
#385E35
(56,94,53)
#31532F
(49,83,47)
#2A4829
(42,72,41)
#233D23
(35,61,35)
#1C321D
(28,50,29)
#152717
(21,39,23)
#0E1C11
(14,28,17)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #4D7F47

#4D7F47
(77,127,71)
#5D8A57
(93,138,87)
#6D9567
(109,149,103)
#7DA077
(125,160,119)
#8DAB87
(141,171,135)
#9DB697
(157,182,151)
#ADC1A7
(173,193,167)
#BDCCB7
(189,204,183)
#CDD7C7
(205,215,199)
#DDE2D7
(221,226,215)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7F47; }

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

This text font color is #4D7F47.


Background Color

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

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

This div background color is #4D7F47.


Border color

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

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

This div border color is #4D7F47.


Opacity

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

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

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

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

This text has shadow with #4D7F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7F47 on black background.


Color preview on white background

This text has color #4D7F47 on white background.



Black color preview on #4D7F47 background

This text has black color on #4D7F47 background.


White color preview on #4D7F47 background

This text has white color on #4D7F47 background.