COLOR #4D411F

HEX: #4D411F RGB: (77,65,31)

Color info

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

RGB color model

#4D411F color RGB value is (77,65,31).

RGB: (77,65,31) (30%, 25%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 65 of 255 = 25%
B 31 of 255 = 12%

77
65
31

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

Portions of RGB colors in percentages

R + G + B = 77 + 65 + 31 = 173 (100%)
R 77 of 173 ~ 44.51%
G 65 of 173 ~ 37.57%
B 31 of 173 ~ 17.92'%

%44.51
%37.57
%17.92

CMYK color model

#4D411F color CMYK value is (0,16,60,70).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 59.74%
  • key color value is 69.80%
CMYK: (0,16,60,70) C0M16Y60K70 (0%,16%,60%,70%) (0.00/0.16/0.60/0.70) 

CMYK percentages

%0
%15.58
%59.74
%69.8

Codes

Color #4D411F in popluar color models

4D 41 1F
RGB 77 65 31
HSL 44° 42.59% 21.18%
HSB/HSV 44° 59.74% 30.20%
CMYK 0.00% 15.58% 59.74%
69.80%

Color #4D411F in popluar number systems.

HEX 4D 41 1F
Decimal 77 65 31
Binary 1001101 1000001 11111
Octal 115 101 37

Shades and tints

Shades of #4D411F

#4D411F
(77,65,31)
#463C1D
(70,60,29)
#3F371B
(63,55,27)
#383219
(56,50,25)
#312D17
(49,45,23)
#2A2815
(42,40,21)
#232313
(35,35,19)
#1C1E11
(28,30,17)
#15190F
(21,25,15)
#0E140D
(14,20,13)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #4D411F

#4D411F
(77,65,31)
#5D5233
(93,82,51)
#6D6347
(109,99,71)
#7D745B
(125,116,91)
#8D856F
(141,133,111)
#9D9683
(157,150,131)
#ADA797
(173,167,151)
#BDB8AB
(189,184,171)
#CDC9BF
(205,201,191)
#DDDAD3
(221,218,211)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D411F color. Also use rgb(77,65,31) instead hex code.

Text Font Color

.myTextColor { color: #4D411F; }

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

This text font color is #4D411F.

Background Color

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

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

This div background color is #4D411F.

Border color

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

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

This div border color is #4D411F.

Opacity

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

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

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

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

This text has shadow with #4D411F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D411F.

Preview

Color preview on black background

This text has color #4D411F on black background.


Color preview on white background

This text has color #4D411F on white background.


Black color preview on #4D411F background

This text has black color on #4D411F background.


White color preview on #4D411F background

This text has white color on #4D411F background.


Related colors

Complementary color

Complementary color for #hex is #B2BEE0.


I love getcolorcode.com

Triadic colors

1 #1F4D41 and #411F4D with #4D411F are triadic colors.

2 #1F414D and #414D1F with #4D411F are triadic colors.