COLOR #4D3222

HEX: #4D3222 RGB: (77,50,34)

Color info

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

RGB color model

#4D3222 color RGB value is (77,50,34).

RGB: (77,50,34) (30%, 20%, 13%)

RGB channels and saturation

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

77
50
34

R + G + B ~ 21%. #4D3222 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 50 + 34 = 161 (100%)
R 77 of 161 ~ 47.83%
G 50 of 161 ~ 31.06%
B 34 of 161 ~ 21.12'%

%47.83
%31.06
%21.12

CMYK color model

#4D3222 color CMYK value is (0,35,56,70).

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

CMYK: (0,35,56,70)
C0M35Y56K70 (0%, 35%, 56%, 70%)
(0.00 / 0.35 / 0.56 / 0.70)

CMYK percentages

%0
%35.06
%55.84
%69.8

Codes

Color #4D3222 in popluar color models

4D 32 22
RGB 77 50 34
HSL 22° 38.74% 21.76%
HSB/HSV 22° 55.84% 30.20%
CMYK 0.00% 35.06% 55.84%
69.80%

Color #4D3222 in popluar number systems.

HEX 4D 32 22
Decimal 77 50 34
Binary 1001101 110010 100010
Octal 115 62 42

Shades and tints

Shades of #4D3222

#4D3222
(77,50,34)
#462E1F
(70,46,31)
#3F2A1C
(63,42,28)
#382619
(56,38,25)
#312216
(49,34,22)
#2A1E13
(42,30,19)
#231A10
(35,26,16)
#1C160D
(28,22,13)
#15120A
(21,18,10)
#0E0E07
(14,14,7)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #4D3222

#4D3222
(77,50,34)
#5D4436
(93,68,54)
#6D564A
(109,86,74)
#7D685E
(125,104,94)
#8D7A72
(141,122,114)
#9D8C86
(157,140,134)
#AD9E9A
(173,158,154)
#BDB0AE
(189,176,174)
#CDC2C2
(205,194,194)
#DDD4D6
(221,212,214)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3222; }

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

This text font color is #4D3222.

Background Color

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

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

This div background color is #4D3222.

Border color

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

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

This div border color is #4D3222.

Opacity

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

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

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

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

This text has shadow with #4D3222 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3222.

Preview

Color preview on black background

This text has color #4D3222 on black background.


Color preview on white background

This text has color #4D3222 on white background.


Black color preview on #4D3222 background

This text has black color on #4D3222 background.


White color preview on #4D3222 background

This text has white color on #4D3222 background.


Related colors

Complementary color

Complementary color for #hex is #B2CDDD.


I love getcolorcode.com

Triadic colors

1 #224D32 and #32224D with #4D3222 are triadic colors.

2 #22324D and #324D22 with #4D3222 are triadic colors.