COLOR #4D3632

HEX: #4D3632 RGB: (77,54,50)

Color info

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

RGB color model

#4D3632 color RGB value is (77,54,50).

RGB: (77,54,50) (30%, 21%, 20%)

RGB channels and saturation

R 77 of 255 = 30%
G 54 of 255 = 21%
B 50 of 255 = 20%

77
54
50

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

Portions of RGB colors in percentages

R + G + B = 77 + 54 + 50 = 181 (100%)
R 77 of 181 ~ 42.54%
G 54 of 181 ~ 29.83%
B 50 of 181 ~ 27.62'%

%42.54
%29.83
%27.62

CMYK color model

#4D3632 color CMYK value is (0,30,35,70).

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

CMYK: (0,30,35,70)
C0M30Y35K70 (0%, 30%, 35%, 70%)
(0.00 / 0.30 / 0.35 / 0.70)

CMYK percentages

%0
%29.87
%35.06
%69.8

Codes

Color #4D3632 in popluar color models

4D 36 32
RGB 77 54 50
HSL 21.26% 24.90%
HSB/HSV 35.06% 30.20%
CMYK 0.00% 29.87% 35.06%
69.80%

Color #4D3632 in popluar number systems.

HEX 4D 36 32
Decimal 77 54 50
Binary 1001101 110110 110010
Octal 115 66 62

Shades and tints

Shades of #4D3632

#4D3632
(77,54,50)
#46322E
(70,50,46)
#3F2E2A
(63,46,42)
#382A26
(56,42,38)
#312622
(49,38,34)
#2A221E
(42,34,30)
#231E1A
(35,30,26)
#1C1A16
(28,26,22)
#151612
(21,22,18)
#0E120E
(14,18,14)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #4D3632

#4D3632
(77,54,50)
#5D4844
(93,72,68)
#6D5A56
(109,90,86)
#7D6C68
(125,108,104)
#8D7E7A
(141,126,122)
#9D908C
(157,144,140)
#ADA29E
(173,162,158)
#BDB4B0
(189,180,176)
#CDC6C2
(205,198,194)
#DDD8D4
(221,216,212)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3632; }

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

This text font color is #4D3632.

Background Color

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

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

This div background color is #4D3632.

Border color

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

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

This div border color is #4D3632.

Opacity

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

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

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

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

This text has shadow with #4D3632 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3632.

Preview

Color preview on black background

This text has color #4D3632 on black background.


Color preview on white background

This text has color #4D3632 on white background.


Black color preview on #4D3632 background

This text has black color on #4D3632 background.


White color preview on #4D3632 background

This text has white color on #4D3632 background.


Related colors

Complementary color

Complementary color for #hex is #B2C9CD.


I love getcolorcode.com

Triadic colors

1 #324D36 and #36324D with #4D3632 are triadic colors.

2 #32364D and #364D32 with #4D3632 are triadic colors.