COLOR #4D3722

HEX: #4D3722 RGB: (77,55,34)

Color info

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

RGB color model

#4D3722 color RGB value is (77,55,34).

RGB: (77,55,34) (30%, 22%, 13%)

RGB channels and saturation

R 77 of 255 = 30%
G 55 of 255 = 22%
B 34 of 255 = 13%

77
55
34

R + G + B ~ 22%. #4D3722 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 55 + 34 = 166 (100%)
R 77 of 166 ~ 46.39%
G 55 of 166 ~ 33.13%
B 34 of 166 ~ 20.48'%

%46.39
%33.13
%20.48

CMYK color model

#4D3722 color CMYK value is (0,29,56,70).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 55.84%
  • key color value is 69.80%
CMYK: (0,29,56,70) C0M29Y56K70 (0%,29%,56%,70%) (0.00/0.29/0.56/0.70) 

CMYK percentages

%0
%28.57
%55.84
%69.8

Codes

Color #4D3722 in popluar color models

4D 37 22
RGB 77 55 34
HSL 29° 38.74% 21.76%
HSB/HSV 29° 55.84% 30.20%
CMYK 0.00% 28.57% 55.84%
69.80%

Color #4D3722 in popluar number systems.

HEX 4D 37 22
Decimal 77 55 34
Binary 1001101 110111 100010
Octal 115 67 42

Shades and tints

Shades of #4D3722

#4D3722
(77,55,34)
#46321F
(70,50,31)
#3F2D1C
(63,45,28)
#382819
(56,40,25)
#312316
(49,35,22)
#2A1E13
(42,30,19)
#231910
(35,25,16)
#1C140D
(28,20,13)
#150F0A
(21,15,10)
#0E0A07
(14,10,7)
#070504
(7,5,4)
#000000
(0,0,0)

Tints of #4D3722

#4D3722
(77,55,34)
#5D4936
(93,73,54)
#6D5B4A
(109,91,74)
#7D6D5E
(125,109,94)
#8D7F72
(141,127,114)
#9D9186
(157,145,134)
#ADA39A
(173,163,154)
#BDB5AE
(189,181,174)
#CDC7C2
(205,199,194)
#DDD9D6
(221,217,214)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3722; }

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

This text font color is #4D3722.

Background Color

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

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

This div background color is #4D3722.

Border color

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

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

This div border color is #4D3722.

Opacity

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

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

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

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

This text has shadow with #4D3722 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3722.

Preview

Color preview on black background

This text has color #4D3722 on black background.


Color preview on white background

This text has color #4D3722 on white background.


Black color preview on #4D3722 background

This text has black color on #4D3722 background.


White color preview on #4D3722 background

This text has white color on #4D3722 background.


Related colors

Complementary color

Complementary color for #hex is #B2C8DD.


I love getcolorcode.com

Triadic colors

1 #224D37 and #37224D with #4D3722 are triadic colors.

2 #22374D and #374D22 with #4D3722 are triadic colors.