COLOR #4D422E

HEX: #4D422E RGB: (77,66,46)

Color info

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

RGB color model

#4D422E color RGB value is (77,66,46).

RGB: (77,66,46) (30%, 26%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 46 of 255 = 18%

77
66
46

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

Portions of RGB colors in percentages

R + G + B = 77 + 66 + 46 = 189 (100%)
R 77 of 189 ~ 40.74%
G 66 of 189 ~ 34.92%
B 46 of 189 ~ 24.34'%

%40.74
%34.92
%24.34

CMYK color model

#4D422E color CMYK value is (0,14,40,70).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 40.26%
  • key color value is 69.80%

CMYK: (0,14,40,70)
C0M14Y40K70 (0%, 14%, 40%, 70%)
(0.00 / 0.14 / 0.40 / 0.70)

CMYK percentages

%0
%14.29
%40.26
%69.8

Codes

Color #4D422E in popluar color models

4D 42 2E
RGB 77 66 46
HSL 39° 25.20% 24.12%
HSB/HSV 39° 40.26% 30.20%
CMYK 0.00% 14.29% 40.26%
69.80%

Color #4D422E in popluar number systems.

HEX 4D 42 2E
Decimal 77 66 46
Binary 1001101 1000010 101110
Octal 115 102 56

Shades and tints

Shades of #4D422E

#4D422E
(77,66,46)
#463C2A
(70,60,42)
#3F3626
(63,54,38)
#383022
(56,48,34)
#312A1E
(49,42,30)
#2A241A
(42,36,26)
#231E16
(35,30,22)
#1C1812
(28,24,18)
#15120E
(21,18,14)
#0E0C0A
(14,12,10)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #4D422E

#4D422E
(77,66,46)
#5D5341
(93,83,65)
#6D6454
(109,100,84)
#7D7567
(125,117,103)
#8D867A
(141,134,122)
#9D978D
(157,151,141)
#ADA8A0
(173,168,160)
#BDB9B3
(189,185,179)
#CDCAC6
(205,202,198)
#DDDBD9
(221,219,217)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D422E color. Also use rgb(77,66,46) instead hex code.

Text Font Color

.myTextColor { color: #4D422E; }

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

This text font color is #4D422E.

Background Color

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

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

This div background color is #4D422E.

Border color

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

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

This div border color is #4D422E.

Opacity

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

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

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

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

This text has shadow with #4D422E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D422E.

Preview

Color preview on black background

This text has color #4D422E on black background.


Color preview on white background

This text has color #4D422E on white background.


Black color preview on #4D422E background

This text has black color on #4D422E background.


White color preview on #4D422E background

This text has white color on #4D422E background.


Related colors

Complementary color

Complementary color for #hex is #B2BDD1.


I love getcolorcode.com

Triadic colors

1 #2E4D42 and #422E4D with #4D422E are triadic colors.

2 #2E424D and #424D2E with #4D422E are triadic colors.