COLOR #4D5D32

HEX: #4D5D32
RGB: (77,93,50)

Color info

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

RGB color model

#4D5D32 color RGB value is (77,93,50).

  • red value is 77;
  • green value is 93;
  • blue value is 50.
RGB:
(77,93,50)
(30%,36%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 93 of 255 = 36%
B 50 of 255 = 20%

77
93
50

R + G + B ~ 29%. #4D5D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 93 + 50 = 220 (100%)
R 77 of 220 ~ 35%
G 93 of 220 ~ 42.27%
B 50 of 220 ~ 22.73%

%35
%42.27
%22.73

CMYK color model

#4D5D32 color CMYK value is (17,0,46,64).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 46.24%
  • key color value is 63.53%
CMYK:
(17,0,46,64)
C17M0Y46K64 
(17%,0%,46%,64%)
(0.17/0.00/0.46/0.64)	

CMYK percentages

%17.2
%0
%46.24
%63.53

Codes

Color #4D5D32 in popluar color models

4D5D32
RGB779350
HSL82°30.07%28.04%
HSB/HSV82°46.24%36.47%
CMYK17.20%0.00%46.24%
63.53%

Color #4D5D32 in popluar number systems.

HEX4D5D32
Decimal779350
Binary10011011011101110010
Octal11513562

Shades and tints

Shades of #4D5D32

#4D5D32
(77,93,50)
#46552E
(70,85,46)
#3F4D2A
(63,77,42)
#384526
(56,69,38)
#313D22
(49,61,34)
#2A351E
(42,53,30)
#232D1A
(35,45,26)
#1C2516
(28,37,22)
#151D12
(21,29,18)
#0E150E
(14,21,14)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D5D32

#4D5D32
(77,93,50)
#5D6B44
(93,107,68)
#6D7956
(109,121,86)
#7D8768
(125,135,104)
#8D957A
(141,149,122)
#9DA38C
(157,163,140)
#ADB19E
(173,177,158)
#BDBFB0
(189,191,176)
#CDCDC2
(205,205,194)
#DDDBD4
(221,219,212)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5D32; }

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

This text font color is #4D5D32.


Background Color

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

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

This div background color is #4D5D32.


Border color

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

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

This div border color is #4D5D32.


Opacity

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

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

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

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

This text has shadow with #4D5D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5D32 on black background.


Color preview on white background

This text has color #4D5D32 on white background.



Black color preview on #4D5D32 background

This text has black color on #4D5D32 background.


White color preview on #4D5D32 background

This text has white color on #4D5D32 background.