COLOR #4D4932

HEX: #4D4932 RGB: (77,73,50)

Color info

#4D4932 contains red, green and blue colors in about the same proportion. Web safe color of #4D4932 is #333333 (or #333).

RGB color model

#4D4932 color RGB value is (77,73,50).

RGB: (77,73,50) (30%, 29%, 20%)

RGB channels and saturation

R 77 of 255 = 30%
G 73 of 255 = 29%
B 50 of 255 = 20%

77
73
50

R + G + B ~ 26%. #4D4932 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 73 + 50 = 200 (100%)
R 77 of 200 ~ 38.5%
G 73 of 200 ~ 36.5%
B 50 of 200 ~ 25'%

%38.5
%36.5
%25

CMYK color model

#4D4932 color CMYK value is (0,5,35,70).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 35.06%
  • key color value is 69.80%

CMYK: (0,5,35,70)
C0M5Y35K70 (0%, 5%, 35%, 70%)
(0.00 / 0.05 / 0.35 / 0.70)

CMYK percentages

%0
%5.19
%35.06
%69.8

Codes

Color #4D4932 in popluar color models

4D 49 32
RGB 77 73 50
HSL 51° 21.26% 24.90%
HSB/HSV 51° 35.06% 30.20%
CMYK 0.00% 5.19% 35.06%
69.80%

Color #4D4932 in popluar number systems.

HEX 4D 49 32
Decimal 77 73 50
Binary 1001101 1001001 110010
Octal 115 111 62

Shades and tints

Shades of #4D4932

#4D4932
(77,73,50)
#46432E
(70,67,46)
#3F3D2A
(63,61,42)
#383726
(56,55,38)
#313122
(49,49,34)
#2A2B1E
(42,43,30)
#23251A
(35,37,26)
#1C1F16
(28,31,22)
#151912
(21,25,18)
#0E130E
(14,19,14)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D4932

#4D4932
(77,73,50)
#5D5944
(93,89,68)
#6D6956
(109,105,86)
#7D7968
(125,121,104)
#8D897A
(141,137,122)
#9D998C
(157,153,140)
#ADA99E
(173,169,158)
#BDB9B0
(189,185,176)
#CDC9C2
(205,201,194)
#DDD9D4
(221,217,212)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4932 color. Also use rgb(77,73,50) instead hex code.

Text Font Color

.myTextColor { color: #4D4932; }

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

This text font color is #4D4932.

Background Color

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

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

This div background color is #4D4932.

Border color

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

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

This div border color is #4D4932.

Opacity

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

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

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

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

This text has shadow with #4D4932 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4932.

Preview

Color preview on black background

This text has color #4D4932 on black background.


Color preview on white background

This text has color #4D4932 on white background.


Black color preview on #4D4932 background

This text has black color on #4D4932 background.


White color preview on #4D4932 background

This text has white color on #4D4932 background.


Related colors

Complementary color

Complementary color for #hex is #B2B6CD.


I love getcolorcode.com

Triadic colors

1 #324D49 and #49324D with #4D4932 are triadic colors.

2 #32494D and #494D32 with #4D4932 are triadic colors.