COLOR #4D3932

HEX: #4D3932
RGB: (77,57,50)

Color info

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

RGB color model

#4D3932 color RGB value is (77,57,50).

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

RGB channels and saturation

R 77 of 255 = 30%
G 57 of 255 = 22%
B 50 of 255 = 20%

77
57
50

R + G + B ~ 24%. #4D3932 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 57 + 50 = 184 (100%)
R 77 of 184 ~ 41.85%
G 57 of 184 ~ 30.98%
B 50 of 184 ~ 27.17%

%41.85
%30.98
%27.17

CMYK color model

#4D3932 color CMYK value is (0,26,35,70).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 35.06%
  • key color value is 69.80%
CMYK:
(0,26,35,70)
C0M26Y35K70 
(0%,26%,35%,70%)
(0.00/0.26/0.35/0.70)	

CMYK percentages

%0
%25.97
%35.06
%69.8

Codes

Color #4D3932 in popluar color models

4D3932
RGB775750
HSL16°21.26%24.90%
HSB/HSV16°35.06%30.20%
CMYK0.00%25.97%35.06%
69.80%

Color #4D3932 in popluar number systems.

HEX4D3932
Decimal775750
Binary1001101111001110010
Octal1157162

Shades and tints

Shades of #4D3932

#4D3932
(77,57,50)
#46342E
(70,52,46)
#3F2F2A
(63,47,42)
#382A26
(56,42,38)
#312522
(49,37,34)
#2A201E
(42,32,30)
#231B1A
(35,27,26)
#1C1616
(28,22,22)
#151112
(21,17,18)
#0E0C0E
(14,12,14)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #4D3932

#4D3932
(77,57,50)
#5D4B44
(93,75,68)
#6D5D56
(109,93,86)
#7D6F68
(125,111,104)
#8D817A
(141,129,122)
#9D938C
(157,147,140)
#ADA59E
(173,165,158)
#BDB7B0
(189,183,176)
#CDC9C2
(205,201,194)
#DDDBD4
(221,219,212)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3932; }

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

This text font color is #4D3932.


Background Color

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

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

This div background color is #4D3932.


Border color

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

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

This div border color is #4D3932.


Opacity

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

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

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

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

This text has shadow with #4D3932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3932 on black background.


Color preview on white background

This text has color #4D3932 on white background.



Black color preview on #4D3932 background

This text has black color on #4D3932 background.


White color preview on #4D3932 background

This text has white color on #4D3932 background.