COLOR #4D4032

HEX: #4D4032
RGB: (77,64,50)

Color info

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

RGB color model

#4D4032 color RGB value is (77,64,50).

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

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 50 of 255 = 20%

77
64
50

R + G + B ~ 25%. #4D4032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 64 + 50 = 191 (100%)
R 77 of 191 ~ 40.31%
G 64 of 191 ~ 33.51%
B 50 of 191 ~ 26.18%

%40.31
%33.51
%26.18

CMYK color model

#4D4032 color CMYK value is (0,17,35,70).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 35.06%
  • key color value is 69.80%
CMYK:
(0,17,35,70)
C0M17Y35K70 
(0%,17%,35%,70%)
(0.00/0.17/0.35/0.70)	

CMYK percentages

%0
%16.88
%35.06
%69.8

Codes

Color #4D4032 in popluar color models

4D4032
RGB776450
HSL31°21.26%24.90%
HSB/HSV31°35.06%30.20%
CMYK0.00%16.88%35.06%
69.80%

Color #4D4032 in popluar number systems.

HEX4D4032
Decimal776450
Binary10011011000000110010
Octal11510062

Shades and tints

Shades of #4D4032

#4D4032
(77,64,50)
#463B2E
(70,59,46)
#3F362A
(63,54,42)
#383126
(56,49,38)
#312C22
(49,44,34)
#2A271E
(42,39,30)
#23221A
(35,34,26)
#1C1D16
(28,29,22)
#151812
(21,24,18)
#0E130E
(14,19,14)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #4D4032

#4D4032
(77,64,50)
#5D5144
(93,81,68)
#6D6256
(109,98,86)
#7D7368
(125,115,104)
#8D847A
(141,132,122)
#9D958C
(157,149,140)
#ADA69E
(173,166,158)
#BDB7B0
(189,183,176)
#CDC8C2
(205,200,194)
#DDD9D4
(221,217,212)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4032; }

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

This text font color is #4D4032.


Background Color

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

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

This div background color is #4D4032.


Border color

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

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

This div border color is #4D4032.


Opacity

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

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

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

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

This text has shadow with #4D4032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4032 on black background.


Color preview on white background

This text has color #4D4032 on white background.



Black color preview on #4D4032 background

This text has black color on #4D4032 background.


White color preview on #4D4032 background

This text has white color on #4D4032 background.