COLOR #4D421F

HEX: #4D421F RGB: (77,66,31)

Color info

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

RGB color model

#4D421F color RGB value is (77,66,31).

RGB: (77,66,31) (30%, 26%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 31 of 255 = 12%

77
66
31

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

Portions of RGB colors in percentages

R + G + B = 77 + 66 + 31 = 174 (100%)
R 77 of 174 ~ 44.25%
G 66 of 174 ~ 37.93%
B 31 of 174 ~ 17.82'%

%44.25
%37.93
%17.82

CMYK color model

#4D421F color CMYK value is (0,14,60,70).

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

CMYK: (0,14,60,70)
C0M14Y60K70 (0%, 14%, 60%, 70%)
(0.00 / 0.14 / 0.60 / 0.70)

CMYK percentages

%0
%14.29
%59.74
%69.8

Codes

Color #4D421F in popluar color models

4D 42 1F
RGB 77 66 31
HSL 46° 42.59% 21.18%
HSB/HSV 46° 59.74% 30.20%
CMYK 0.00% 14.29% 59.74%
69.80%

Color #4D421F in popluar number systems.

HEX 4D 42 1F
Decimal 77 66 31
Binary 1001101 1000010 11111
Octal 115 102 37

Shades and tints

Shades of #4D421F

#4D421F
(77,66,31)
#463C1D
(70,60,29)
#3F361B
(63,54,27)
#383019
(56,48,25)
#312A17
(49,42,23)
#2A2415
(42,36,21)
#231E13
(35,30,19)
#1C1811
(28,24,17)
#15120F
(21,18,15)
#0E0C0D
(14,12,13)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D421F

#4D421F
(77,66,31)
#5D5333
(93,83,51)
#6D6447
(109,100,71)
#7D755B
(125,117,91)
#8D866F
(141,134,111)
#9D9783
(157,151,131)
#ADA897
(173,168,151)
#BDB9AB
(189,185,171)
#CDCABF
(205,202,191)
#DDDBD3
(221,219,211)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D421F; }

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

This text font color is #4D421F.

Background Color

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

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

This div background color is #4D421F.

Border color

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

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

This div border color is #4D421F.

Opacity

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

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

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

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

This text has shadow with #4D421F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D421F.

Preview

Color preview on black background

This text has color #4D421F on black background.


Color preview on white background

This text has color #4D421F on white background.


Black color preview on #4D421F background

This text has black color on #4D421F background.


White color preview on #4D421F background

This text has white color on #4D421F background.


Related colors

Complementary color

Complementary color for #hex is #B2BDE0.


I love getcolorcode.com

Triadic colors

1 #1F4D42 and #421F4D with #4D421F are triadic colors.

2 #1F424D and #424D1F with #4D421F are triadic colors.