COLOR #4D5E2F

HEX: #4D5E2F
RGB: (77,94,47)

Color info

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

RGB color model

#4D5E2F color RGB value is (77,94,47).

  • red value is 77;
  • green value is 94;
  • blue value is 47.
RGB:
(77,94,47)
(30%,37%,18%)

RGB channels and saturation

R 77 of 255 = 30%
G 94 of 255 = 37%
B 47 of 255 = 18%

77
94
47

R + G + B ~ 28%. #4D5E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 94 + 47 = 218 (100%)
R 77 of 218 ~ 35.32%
G 94 of 218 ~ 43.12%
B 47 of 218 ~ 21.56%

%35.32
%43.12
%21.56

CMYK color model

#4D5E2F color CMYK value is (18,0,50,63).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 63.14%
CMYK:
(18,0,50,63)
C18M0Y50K63 
(18%,0%,50%,63%)
(0.18/0.00/0.50/0.63)	

CMYK percentages

%18.09
%0
%50
%63.14

Codes

Color #4D5E2F in popluar color models

4D5E2F
RGB779447
HSL82°33.33%27.65%
HSB/HSV82°50.00%36.86%
CMYK18.09%0.00%50.00%
63.14%

Color #4D5E2F in popluar number systems.

HEX4D5E2F
Decimal779447
Binary10011011011110101111
Octal11513657

Shades and tints

Shades of #4D5E2F

#4D5E2F
(77,94,47)
#46562B
(70,86,43)
#3F4E27
(63,78,39)
#384623
(56,70,35)
#313E1F
(49,62,31)
#2A361B
(42,54,27)
#232E17
(35,46,23)
#1C2613
(28,38,19)
#151E0F
(21,30,15)
#0E160B
(14,22,11)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #4D5E2F

#4D5E2F
(77,94,47)
#5D6C41
(93,108,65)
#6D7A53
(109,122,83)
#7D8865
(125,136,101)
#8D9677
(141,150,119)
#9DA489
(157,164,137)
#ADB29B
(173,178,155)
#BDC0AD
(189,192,173)
#CDCEBF
(205,206,191)
#DDDCD1
(221,220,209)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5E2F color. Also use rgb(77,94,47) instead hex code.

Text Font Color

.myTextColor { color: #4D5E2F; }

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

This text font color is #4D5E2F.


Background Color

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

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

This div background color is #4D5E2F.


Border color

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

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

This div border color is #4D5E2F.


Opacity

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

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

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

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

This text has shadow with #4D5E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5E2F on black background.


Color preview on white background

This text has color #4D5E2F on white background.



Black color preview on #4D5E2F background

This text has black color on #4D5E2F background.


White color preview on #4D5E2F background

This text has white color on #4D5E2F background.