COLOR #4D5D2E

HEX: #4D5D2E RGB: (77,93,46)

Color info

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

RGB color model

#4D5D2E color RGB value is (77,93,46).

RGB: (77,93,46) (30%, 36%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 93 of 255 = 36%
B 46 of 255 = 18%

77
93
46

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

Portions of RGB colors in percentages

R + G + B = 77 + 93 + 46 = 216 (100%)
R 77 of 216 ~ 35.65%
G 93 of 216 ~ 43.06%
B 46 of 216 ~ 21.3'%

%35.65
%43.06
%21.3

CMYK color model

#4D5D2E color CMYK value is (17,0,51,64).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 50.54%
  • key color value is 63.53%

CMYK: (17,0,51,64)
C17M0Y51K64 (17%, 0%, 51%, 64%)
(0.17 / 0.00 / 0.51 / 0.64)

CMYK percentages

%17.2
%0
%50.54
%63.53

Codes

Color #4D5D2E in popluar color models

4D 5D 2E
RGB 77 93 46
HSL 80° 33.81% 27.25%
HSB/HSV 80° 50.54% 36.47%
CMYK 17.20% 0.00% 50.54%
63.53%

Color #4D5D2E in popluar number systems.

HEX 4D 5D 2E
Decimal 77 93 46
Binary 1001101 1011101 101110
Octal 115 135 56

Shades and tints

Shades of #4D5D2E

#4D5D2E
(77,93,46)
#46552A
(70,85,42)
#3F4D26
(63,77,38)
#384522
(56,69,34)
#313D1E
(49,61,30)
#2A351A
(42,53,26)
#232D16
(35,45,22)
#1C2512
(28,37,18)
#151D0E
(21,29,14)
#0E150A
(14,21,10)
#070D06
(7,13,6)
#000000
(0,0,0)

Tints of #4D5D2E

#4D5D2E
(77,93,46)
#5D6B41
(93,107,65)
#6D7954
(109,121,84)
#7D8767
(125,135,103)
#8D957A
(141,149,122)
#9DA38D
(157,163,141)
#ADB1A0
(173,177,160)
#BDBFB3
(189,191,179)
#CDCDC6
(205,205,198)
#DDDBD9
(221,219,217)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5D2E color. Also use rgb(77,93,46) instead hex code.

Text Font Color

.myTextColor { color: #4D5D2E; }

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

This text font color is #4D5D2E.

Background Color

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

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

This div background color is #4D5D2E.

Border color

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

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

This div border color is #4D5D2E.

Opacity

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

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

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

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

This text has shadow with #4D5D2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5D2E.

Preview

Color preview on black background

This text has color #4D5D2E on black background.


Color preview on white background

This text has color #4D5D2E on white background.


Black color preview on #4D5D2E background

This text has black color on #4D5D2E background.


White color preview on #4D5D2E background

This text has white color on #4D5D2E background.


Related colors

Complementary color

Complementary color for #hex is #B2A2D1.


I love getcolorcode.com

Triadic colors

1 #2E4D5D and #5D2E4D with #4D5D2E are triadic colors.

2 #2E5D4D and #5D4D2E with #4D5D2E are triadic colors.