COLOR #4D441E

HEX: #4D441E RGB: (77,68,30)

Color info

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

RGB color model

#4D441E color RGB value is (77,68,30).

RGB: (77,68,30) (30%, 27%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 30 of 255 = 12%

77
68
30

R + G + B ~ 23%. #4D441E is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 68 + 30 = 175 (100%)
R 77 of 175 ~ 44%
G 68 of 175 ~ 38.86%
B 30 of 175 ~ 17.14'%

%44
%38.86
%17.14

CMYK color model

#4D441E color CMYK value is (0,12,61,70).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 61.04%
  • key color value is 69.80%

CMYK: (0,12,61,70)
C0M12Y61K70 (0%, 12%, 61%, 70%)
(0.00 / 0.12 / 0.61 / 0.70)

CMYK percentages

%0
%11.69
%61.04
%69.8

Codes

Color #4D441E in popluar color models

4D 44 1E
RGB 77 68 30
HSL 49° 43.93% 20.98%
HSB/HSV 49° 61.04% 30.20%
CMYK 0.00% 11.69% 61.04%
69.80%

Color #4D441E in popluar number systems.

HEX 4D 44 1E
Decimal 77 68 30
Binary 1001101 1000100 11110
Octal 115 104 36

Shades and tints

Shades of #4D441E

#4D441E
(77,68,30)
#463E1C
(70,62,28)
#3F381A
(63,56,26)
#383218
(56,50,24)
#312C16
(49,44,22)
#2A2614
(42,38,20)
#232012
(35,32,18)
#1C1A10
(28,26,16)
#15140E
(21,20,14)
#0E0E0C
(14,14,12)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #4D441E

#4D441E
(77,68,30)
#5D5532
(93,85,50)
#6D6646
(109,102,70)
#7D775A
(125,119,90)
#8D886E
(141,136,110)
#9D9982
(157,153,130)
#ADAA96
(173,170,150)
#BDBBAA
(189,187,170)
#CDCCBE
(205,204,190)
#DDDDD2
(221,221,210)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D441E color. Also use rgb(77,68,30) instead hex code.

Text Font Color

.myTextColor { color: #4D441E; }

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

This text font color is #4D441E.

Background Color

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

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

This div background color is #4D441E.

Border color

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

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

This div border color is #4D441E.

Opacity

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

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

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

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

This text has shadow with #4D441E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D441E.

Preview

Color preview on black background

This text has color #4D441E on black background.


Color preview on white background

This text has color #4D441E on white background.


Black color preview on #4D441E background

This text has black color on #4D441E background.


White color preview on #4D441E background

This text has white color on #4D441E background.


Related colors

Complementary color

Complementary color for #hex is #B2BBE1.


I love getcolorcode.com

Triadic colors

1 #1E4D44 and #441E4D with #4D441E are triadic colors.

2 #1E444D and #444D1E with #4D441E are triadic colors.