COLOR #4D5732

HEX: #4D5732
RGB: (77,87,50)

Color info

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

RGB color model

#4D5732 color RGB value is (77,87,50).

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

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 50 of 255 = 20%

77
87
50

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

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 50 = 214 (100%)
R 77 of 214 ~ 35.98%
G 87 of 214 ~ 40.65%
B 50 of 214 ~ 23.36%

%35.98
%40.65
%23.36

CMYK color model

#4D5732 color CMYK value is (11,0,43,66).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 42.53%
  • key color value is 65.88%
CMYK:
(11,0,43,66)
C11M0Y43K66 
(11%,0%,43%,66%)
(0.11/0.00/0.43/0.66)	

CMYK percentages

%11.49
%0
%42.53
%65.88

Codes

Color #4D5732 in popluar color models

4D5732
RGB778750
HSL76°27.01%26.86%
HSB/HSV76°42.53%34.12%
CMYK11.49%0.00%42.53%
65.88%

Color #4D5732 in popluar number systems.

HEX4D5732
Decimal778750
Binary10011011010111110010
Octal11512762

Shades and tints

Shades of #4D5732

#4D5732
(77,87,50)
#46502E
(70,80,46)
#3F492A
(63,73,42)
#384226
(56,66,38)
#313B22
(49,59,34)
#2A341E
(42,52,30)
#232D1A
(35,45,26)
#1C2616
(28,38,22)
#151F12
(21,31,18)
#0E180E
(14,24,14)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #4D5732

#4D5732
(77,87,50)
#5D6644
(93,102,68)
#6D7556
(109,117,86)
#7D8468
(125,132,104)
#8D937A
(141,147,122)
#9DA28C
(157,162,140)
#ADB19E
(173,177,158)
#BDC0B0
(189,192,176)
#CDCFC2
(205,207,194)
#DDDED4
(221,222,212)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5732; }

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

This text font color is #4D5732.


Background Color

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

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

This div background color is #4D5732.


Border color

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

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

This div border color is #4D5732.


Opacity

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

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

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

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

This text has shadow with #4D5732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5732 on black background.


Color preview on white background

This text has color #4D5732 on white background.



Black color preview on #4D5732 background

This text has black color on #4D5732 background.


White color preview on #4D5732 background

This text has white color on #4D5732 background.